CON110.tpl 2.59 KB
<form name="e_gru" method = "POST">
	<table width="100%" border="0" cellspacing="0">
		<tr>
			<td class="midashi">
				<table width="100%" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<th width="50%" scope="col"><div align="left"><img src="image/t_kanri.gif" border="0"> <!--{$PHP_TITLE_NAME}-->情報設定</div></th>
						<th width="50%" scope="col"><div align="right"><a href='javascript:Disp_Help("CON110HLP.htm")'><img src="image/help.gif" border="0"></a> <a href='javascript:Disp_Help("CON110HLP.htm")'>ヘルプ</a></div></th>
					</tr>
				</table>
				<div align="right"></div>
			</td>
		</tr>
	</table>
	<br>
	ルール初期表示設定<br><br>
	<textarea name="txtRule" cols="65" rows="4"><!--{$txtRule}--></textarea><br>
	<table width="480" border="0">
		<tr height = "40">
			<td align="left">
				<input type="button" onclick="rule_edit();" value="ルール初期表示更新">
			</td>
			<td align="right">
				<input type="button" onclick="return back();" value=" 戻 る " name="modoru">
			</td>
		</tr>
	</table>

	<hr width="100%">
	<br>
	カテゴリ編集
	<table width="480" border="0">
		<tr height = "40">
			<td align="left">
				<input type="button" onclick="sinki();" value="カテゴリ新規作成"><br><br>
			</td>
		</tr>
	</table>
	<table width="480" border="0" cellspacing="1" cellpadding="1" bgcolor="#9999ff">
		<tr>
			<td>
				<table cellSpacing="1" cellPadding="1" border="0">
					<tr bgColor = "#ccccff">
						<td height = "30" width = "120" align = "center"><span class = "Normalfont">表示移動</span></td>
						<td height = "30" width = "350" align = "center"><span class = "Normalfont">カテゴリ名</span></td>
					</tr>
					<!--{section name=cnt loop=$selData}-->
					<tr bgColor = "#ffffff">
						<td align = "center">
								<!--{if $smarty.section.cnt.index != 0}-->
								<input type="button" onclick="return up(<!--{$category_no[cnt]}-->);" value="↑">
								<!--{/if}-->
								<!--{if $smarty.section.cnt.index != $MaxCount}-->
								<input type="button" onclick="return down(<!--{$category_no[cnt]}-->);" value="↓">
								<!--{/if}-->
						</td>
						<td><span class = "Normalfont"><!--{$selData[cnt]}--></span></td>
					</tr>
					<!--{/section}-->
				</table>
			</td>
		</tr>
	</table>
	<table width="480" border="0">
		<tr height = "40">
			<td align="right">
				<input type="button" onclick="return back();" value=" 戻 る " name="modoru">
			</td>
		</tr>
	</table>

		<input type="hidden" name="sinki_edit_flg" value="">
		<input type="hidden" name="up_down_flg" value="">
		<input type="hidden" name="category_no" value="">

</form>
<!--{include_php file="include/copyright.inc"}-->