CON121.tpl 2.77 KB
<form name="e_gru">
<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"> メニュー情報設定</div></th>
					<th width="50%" scope="col"><div align="right"><a href='javascript:Disp_Help("CON120HLP.htm")'><img src="image/help.gif" border="0"></a> <a href='javascript:Disp_Help("CON120HLP.htm")'>ヘルプ</a></div></th>
				</tr>
			</table>
			<div align="right"></div>
		</td>
	</tr>
</table>
<br>
<table>
	<tr>
	<td>
		<table border="0" cellspacing="1" cellpadding="1" bgcolor="#9999ff" width="600">
			<tr>
				<td>
					<table cellSpacing="0" cellPadding="1" border="0" width="300">
						<tr>
							<td bgColor="#ccccff" colspan="2" align="center">メインメニュー</td>
						</tr>
						<tr>
							<td bgColor="#ccccff">初期名称</td>
							<td bgColor="#ccccff" width="150">現在表示名称</td>
						</tr>
					</table>
				</td>
				<td>
					<table cellSpacing="0" cellPadding="1" border="0" width="300">
						<tr>
							<td bgColor="#ccccff" colspan="2" align="center">サブメニュー</td>
						</tr>
						<tr>
							<td bgColor="#ccccff">初期名称</td>
							<td bgColor="#ccccff" width="150">現在表示名称</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</td>
	</tr>
<!--{section name=cnt loop=$strMain}-->
	<tr>
	<td>
		<table border="0" cellspacing="1" cellpadding="1" bgcolor="#9999ff">
			<tr>
				<td valign="top">
					<table cellSpacing="0" cellPadding="1" border="0" width="300">
						<tr>
							<td bgColor="#ccccff"><!--{$strMainOrg[cnt]}--></td>
							<td bgColor="#ccccff" width="150"><input type="text" name="txtMain[]" value="<!--{$strMain[cnt]}-->" size="24" maxlength="10"></td>
						</tr>
					</table>
				</td>
				<td>
					<table cellSpacing="0" cellPadding="1" border="0" width="300">
	<!--{section name=cnt2 loop=$strSub[cnt]}-->
						<tr>
							<td bgColor="#ccccff"><!--{$strSubOrg[cnt][cnt2]}--></td>
							<td bgColor="#ccccff" width="150">
								<input type="text" name="txtSub[]" value="<!--{$strSub[cnt][cnt2]}-->" size="24" maxlength="10">
								<input type="hidden" name="keySub[]" value="<!--{$keySub[cnt][cnt2]}-->" size="24" maxlength="10">
							</td>
						</tr>
	<!--{/section}-->
					</table>
				</td>
			</tr>
		</table>
	</td>
	</tr>
<!--{/section}-->
</table>
<table width="600" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td height="40" width="402" align="left">
			<input type="button" onclick='menu_mod();' value=" 登 録 ">
		</td>
		<td height="40" width="402" align="right">
			<INPUT type="button" onclick='location.href="CON120.php"' value=" 戻 る " name="modoru">
		</td>
	</tr>
</table>
</form>
<!--{include_php file="include/copyright.inc"}-->