%%BD^BD6^BD6FE591%%ADM2010.tpl.php 1.8 KB
<?PHP  /* Smarty version 2.6.22, created on 2009-10-22 09:13:24
         compiled from ADM2010.tpl */ ?>
<div class="SimMiddle">
	<small><br></small>
	<div class="ConfTitle">
		初期設定画面
	</div>
	<div class="ConfMain">
		<!--<?PHP  if ($this->_tpl_vars['PHP_USER_ADMIN'] == 1 || $this->_tpl_vars['PHP_USER_ADMIN'] == 99): ?>-->
			<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
			<br><br>
			<table>
				<tr>
					<td>
						<table style="margin-left:10px;width:400px;" class="ConfTable">
							<tr>
								<th class="ConfKubunTh" style="width:120px;">基準月</th>
								<td class="ConfKubunTd"><select name="Dp_Month"><?PHP  echo $this->_tpl_vars['lstM']; ?>
</select></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td>
						<table style="margin-left:10px;width:400px;" class="ConfTable">
							<tr>
								<th class="ConfKubunTh" style="width:120px;">システム管理</th>
								<td class="ConfKubunTd">
									<input type="radio" name="optMode" value="0" <?PHP  echo $this->_tpl_vars['rcv_mode'][0]; ?>
>請求管理・入金管理を使用<br />
									<input type="radio" name="optMode" value="1" <?PHP  echo $this->_tpl_vars['rcv_mode'][1]; ?>
>請求管理のみ使用<br />
									<input type="radio" name="optMode" value="2" <?PHP  echo $this->_tpl_vars['rcv_mode'][2]; ?>
>入金管理のみ使用<br />
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td align="center">
						<input type="button" value="設定" onclick="chk_up();">
					</td>
				</tr>
			</table>
			<br>
			<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
		<!--<?PHP  else: ?>-->
			<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
		<!--<?PHP  endif; ?>-->
	</div>
	<br>
</div>