SIM0910.tpl 1.95 KB
	<div class="SimMiddle">
		<small><br></small>
		<div class="ConfTitle">
			{$DEFARR[5]}設定画面
		</div>
		<div class="ConfMain">
	<!--{if $PHP_USER_ADMIN == 1 || $PHP_USER_ADMIN == 99}-->
			<input type="button" class="SimOkButton"  value="{$DEFARR[5]}の追加" onclick="location.href='SIM0911.php?mode=add'">   
			<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
			<br><br>
			<table class="ConfTable">
				<tr>
					<th class="ConfKubunTh">{$DEFARR[5]}の名称</th>
					<th class="ConfKubunTh">日にち範囲</th>
					<th class="ConfKubunTh">削除</th>
					<th class="ConfKubunTh">表示順</th>
				</tr>
			<!--{section name=item loop=$bName}-->
				<tr>
					<td class="ConfKubunTd">
						<a href="SIM0911.php?mode=edt&seq={$bSeq[item]}">{$bName[item]}</a>
					</td>
					<td class="ConfKubunTd">
						{$bStart[item]}〜{$bEnd[item]}
					</td>
					<td class="ConfKubunTd">
						<input type="button" value= " 削除 " onclick="del_chk({$bSeq[item]}, '{$bName[item]}')">
					</td>
					<td class="ConfKubunTd">
						<table>
							<tr>
								<td width="20">
				<!--{if $smarty.section.item.index > 0}-->
									<input type="button" value="↑" onclick="location.href='SIM0912.php?mode=up&seq={$bSeq[item]}'">
				<!--{/if}-->
								</td>
								<td width="20">
				<!--{if $smarty.section.item.index < ($bName|@count - 1)}-->
									<input type="button" value="↓" onclick="location.href='SIM0912.php?mode=down&seq={$bSeq[item]}'">
				<!--{/if}-->
								</td>
							</tr>
						</table>
					</td>
				</tr>
			<!--{/section}-->
			</table>
			<br>
			<input type="button" class="SimOkButton"  value="{$DEFARR[5]}の追加" onclick="location.href='SIM0911.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>
		<br>
	</div>