SIM0820.tpl 3.75 KB
<html>
<head>
<meta http-equiv="content-type" content="text/html; cahrset=euc-jp">
<meta http-equiv="content-style-type" content="text/css">
<meta name="robots" content="noindex, nofollow">
{literal}
<script language="javascript">
function del_chk(seq,name){
	if(confirm(name+'を削除します')){
		location.href = "SIM0822.php?mode=del&seq="+seq;
	}else{
		return false;
	}
}


</script>
{/literal}
<title>{$PHP_SYSNAME}</title>
<link rel="stylesheet" href="./templates/SIM.css" type="text/css" />
</head>

<body>
<div class="LoginBody">

	<div class="LoginHeader">
		<img src="./templates/img/logo.gif" alt="{$PHP_SYSNAME}" border="0">
	</div>
	<div class="MenuUserinfo">
		<span class="NameText">{$PHP_GROUP_NAME} / {$PHP_BUMON_NAME} / {$PHP_USER_NAME}</span>
		<span class="LinkText">
			<a href = "./help/HELP0930.html" target="_blank">ヘルプ</a> / 
			<a href = "SIM9999.php">ログアウト</a>
		</span>
	</div>
	<div class="ConfOutline">
		<div class="ConfTitle">
			{$DEFARR[7]}設定画面
		</div>
		<div class="ConfMain">
			<table>
				<tr>
					<td style="width:420px;">
						<span class="SimCommentBox" style="width:370px;">
						※ご注意<br>
						  「追加」ボタンが表示されている区分には小区分の<br>
						  追加が可能です。<br>
						  小区分を削除すると入力済みの金額も削除されます。
						</span>
					</td>
					<td>
						<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
					</td>
				</tr>
			</table>
			<table class="ConfTable">
				<tr>
					<th>{$DEFARR[5]}</th>
					<th>{$DEFARR[6]} / {$DEFARR[7]}</th>
				</tr>
				<!--{section name=item loop=$bName}-->
				<tr>
					<td>{$bName[item]}</td>
					<td>
						<table class="ConfTable">
						<!--{section name=item2 loop=$kName[item]}-->
							<!--{if $bSeq[item] == $kParent[item][item2] }-->
							<tr>
								<td width="100">
									{$kName[item][item2]}
								</td>
								<td>
									<input type="button" value="追加" onclick="location.href='SIM0821.php?mode=add&bSeq={$bSeq[item]}&kSeq={$kSeq[item][item2]}'"><br>
								</td>
								<td>
									<table class="ConfNoLineTab">
									<!--{section name=item3 loop=$cName[item][item2]}-->
										<!--{if $kSeq[item][item2] == $cParent[item][item2][item3]}-->
										<tr>
											<td width="160">
												{if $cZeiflg[item][item2][item3] == 1}
													<a href="./SIM0821.php?mode=edt&seq={$cSeq[item][item2][item3]}&zei=1">{$cName[item][item2][item3]}</a>
												{else}
													<a href="./SIM0821.php?mode=edt&seq={$cSeq[item][item2][item3]}&zei=0">{$cName[item][item2][item3]}</a>
												{/if}
											</td>
											<td width="28">
												{if $cZeiflg[item][item2][item3] == 1}
													<span class="zei_disp">税抜<BR>入力</span>
												{else}
													<span class="zei_disp">     </span>
												{/if}
											</td>
											<td>
												<input type="button" value="削除" onclick="del_chk({$cSeq[item][item2][item3]}, '{$cName[item][item2][item3]}');">
											</td>
											<td>
										</tr>
										<!--{/if}-->
									<!--{/section}-->
									</table>
								</td>
							</tr>
							<!--{/if}-->
						<!--{/section}-->
						</table>
					</td>
				</tr>
				<!--{/section}-->
			</table>
			<div class="MenuButton">
				<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
			</div>
		</div>
	</div>

	<div class="MenuUserinfo">
		<span class="NameText"></span>
		<span class="LinkText">
			<a href = "{$DEFARR[1]}" target="_blank">ホームページへ</a>
		</span>
	</div>
	<div class="LoginFooter">
		<a href="{$DEFARR[3]}" target="_blank" title="メディアテック(株)ホームページへ">&#169; Copyright2006-2009 All rights reserved by  Mediatech. Co., Ltd.</a>
	</div>

</div>

</body>
</html>