SIM0920.tpl 3.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 del_chk(seq,name){
	if(confirm(name+'の項目と'+name+'に関連する入力金額を削除します\nよろしいですか?')){
		location.href = "SIM0921.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/HELP0920.html" target="_blank">ヘルプ</a> / 
			<a href = "SIM9999.php">ログアウト</a>
		</span>
	</div>
	<div class="ConfOutline">
		
		<div class="ConfTitle">
			{$DEFARR[6]}設定画面
		</div>
		<div class="ConfMain">
		<!--{if $PHP_USER_ADMIN == 1 || $PHP_USER_ADMIN == 99}-->
			<input type="button" class="SimOkButton" value="{$DEFARR[6]}の追加" onclick="location.href='SIM0921.php?mode=add'">   
			<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
			<br><br> 
			<table>
				<tr>
					<td>
						<table class="ConfTable">
							<tr>
								<th>{$DEFARR[5]}</th>
								<th>{$DEFARR[6]}</th>
							</tr>
						<!--{section name=item loop=$bName}-->
			
							<tr>
								<td>{$bName[item]}</td>
								<td>
									<table>
							<!--{section name=item2 loop=$kName[item]}-->
										<tr>
											<td width="160">
												<a href="./SIM0921.php?mode=edt&seq={$kSeq[item][item2]}">{$kName[item][item2]}</a>
											</td>
											<td>
												<input type="button" value="削除" onclick="del_chk({$kSeq[item][item2]}, '{$kName[item][item2]}')">
											</td>
											<td width="20">
									<!--{if $smarty.section.item2.index > 0}-->
												<input type="button" value="↑" onclick="location.href='SIM0922.php?mode=up&seq={$kSeq[item][item2]}'">
									<!--{/if}-->
											</td>
											<td width="20">
									<!--{if $smarty.section.item2.index < ($kName[item]|@count - 1)}-->
												<input type="button" value="↓" onclick="location.href='SIM0922.php?mode=down&seq={$kSeq[item][item2]}'">
									<!--{/if}-->
											</td>
										</tr>
							<!--{/section}-->
									</table>
								</td>
							</tr>
						<!--{/section}-->
						</table>
					</td>
					<td VALIGN="top">
						<div class="SimMainFoot">
							<span class="SimComment">
								※ご注意<br>
								  大区分を削除すると<br>
								  大区分以下の小区分に<BR>
								  入力した金額が<BR>
								  全て削除されます。<br>
								  不要な項目を非表示に<BR>
								  したい場合は<BR>
								  {$DEFARR[11]}権限設定にて<BR>
								  項目の権限をはずして<BR>
								  ください。
							</span>
						</div>
					</td>
				</tr>
			</table>
			<br>
			<input type="button" class="SimOkButton" value="{$DEFARR[6]}の追加" onclick="location.href='SIM0921.php?mode=add'">   
			<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
		<!--{else}-->
			<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
		<!--{/if}-->
		</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>