SIM0821.tpl 2.79 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 data_chk(seq,mode,kmode){
	if(document.frm.kName.value == ""){
		alert("名称を入力してください");
		return false;
	}
	document.frm.action = "SIM0822.php?mode="+mode+"&seq="+seq+"&kmode="+kmode;
	document.frm.method="POST";
	document.frm.submit();
}
</script>
{/literal}
<title>{$PHP_SYSNAME}</title>
<link rel="stylesheet" href="./templates/SIM.css" type="text/css" />
</head>

<body>
<form name="frm" method="post">
<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/HELP0931.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>
						  資金繰表へのアクセス権が有る場合、資金繰表には<br>
						  消費税を加算した金額での合計金額が表示されます。
						</span>
					</td>
					<td>
						<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
					</td>
				</tr>
			</table>
			<table class="ConfSubTable">
				<tr>
					<th>{$DEFARR[5]}</th>
					<th>{$DEFARR[6]}</th>
					<th>{$DEFARR[7]}の名称</th>
					<th>入力金額に消費税を<br>加算する</th>
				</tr>
				<tr>
					<td>{$kParent}</td>
					<td>{$kParentD}</td>
					<td><input type="text" size="30" name="kName" value="{$kName}"></td>
					<td>
						{if $kzei == 1}
							<input type="checkbox" name="kzei" checked>
						{else}
							<input type="checkbox" name="kzei">
						{/if}
					</td>
				</tr>
			</table>
			<BR>
			<input type="button" class="SimOkButton" value=" {$btnCap} " onclick="data_chk('{$seq}', '{$mode}', '{$kMode}')">  
			<input type="button" class="SimCancelButton" value=" 戻る " onclick="location.href='SIM0820.php'"><br>
		</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>

</form>
</body>
</html>