%%CF^CF4^CF473A23%%SIM0951.tpl.php 7.32 KB
<?PHP  /* Smarty version 2.6.22, created on 2009-10-22 11:06:18
         compiled from SIM0951.tpl */ ?>
	<div class="SimMiddle">
		<small><br></small>
		<br>
		<div class="ConfTitle" style="padding:5;">
			メンバー設定画面
		</div>
		<div class="ConfMain">
		<!--<?PHP  if ($this->_tpl_vars['PHP_USER_ADMIN'] == 1 || $this->_tpl_vars['PHP_USER_ADMIN'] == 99): ?>-->
			<div class="MenuButton">
				<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
			</div>
			<table class="MemTable">
				<tr>
					<td valign="top" align="left">
						<table class="ConfTable" style="margin-left: 0px;">
							<tr>
								<th class="ConfKubunTh" width="120"><?PHP  echo $this->_tpl_vars['DEFARR'][11]; ?>
</th>
								<td class="ConfKubunTd">
									<select name="bumonseq">
									<?PHP  echo $this->_tpl_vars['BumonItem']; ?>

									</select>
								</td>
							</tr>
							<tr>
								<th class="ConfKubunTh">氏名</th>
								<td class="ConfKubunTd"><input type="text" size="25" name="uName" value="<?PHP  echo $this->_tpl_vars['uName']; ?>
"></td>
							</tr>
							<tr>
								<th class="ConfKubunTh">パスワード</th>
								<td class="ConfKubunTd"><input type="text" size="25" name="uPw" value="<?PHP  echo $this->_tpl_vars['uPw']; ?>
"></td>
							</tr>
							<tr>
								<th class="ConfKubunTh">パスワード確認</th>
								<td class="ConfKubunTd"><input type="text" size="25" name="uPw2" value="<?PHP  echo $this->_tpl_vars['uPw']; ?>
"></td>
							</tr>
						</table>
						<span class="SimComment">
							パスワードは確認のために2箇所に入力してください
						</span>
						<br>
						<input type="button" class="SimOkButton" value="<?PHP  echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk();">  
						<input type="button" class="SimCancelButton" value="  戻る  " onclick="location.href='SIM0950.php'">
					</td>
				</tr>
				<tr>
					<td valign="top" align="left">
						<table class="MemChkTable" style="margin-left: 0px;">
							<tr>
								<th class="ConfKubunTh" colspan="2">画面アクセス権限</th>
							</tr>
							<tr>
								<td class="MemChkSide" width="120">管理者</td>
								<?PHP  if ($this->_tpl_vars['uAdmin'] == 1): ?>
									<td class="MemChkTd" align="center" width="120"><input type="checkbox" name="chkAdmin" checked></td>
								<?PHP  else: ?>
									<td class="MemChkTd" align="center" width="120"><input type="checkbox" name="chkAdmin"></td>
								<?PHP  endif; ?>
							</tr>
							<tr>
								<td class="MemChkSide">入出金操作</td>
								<?PHP  if ($this->_tpl_vars['uNyukin'] == 1): ?>
									<td class="MemChkTd" align="center"><input type="checkbox" name="chkNyukin" checked></td>
								<?PHP  else: ?>
									<td class="MemChkTd" align="center"><input type="checkbox" name="chkNyukin"></td>
								<?PHP  endif; ?>
							</tr>
							<tr>
								<td class="MemChkSide">資金繰表閲覧</td>
								<?PHP  if ($this->_tpl_vars['uShikin'] == 1): ?>
									<td class="MemChkTd" align="center"><input type="checkbox" name="chkShikin" checked></td>
								<?PHP  else: ?>
									<td class="MemChkTd" align="center"><input type="checkbox" name="chkShikin"></td>
								<?PHP  endif; ?>
							</tr>
						</table>
						<input type="button" class="SimOkButton" value="<?PHP  echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk();">  
						<input type="button" class="SimCancelButton" value="  戻る  " onclick="location.href='SIM0950.php'">
						<table class="MemChkTable" style="margin-left: 0px;">
							<tr>
								<th class="ConfKubunTh" colspan="2">請求入金管理</th>
							</tr>
							<tr>
								<td class="MemChkSide" width="120">アクセス権</td>
								<?PHP  if ($this->_tpl_vars['User_Sikaku'][20] == '1'): ?>
									<td class="MemChkTd" align="left">&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="chkRcv" checked></td>
								<?PHP  else: ?>
									<td class="MemChkTd" align="left">&nbsp;&nbsp;&nbsp;<input type="checkbox" value="1" name="chkRcv"></td>
								<?PHP  endif; ?>
							</tr>
							<tr>
								<td class="MemChkSide">閲覧可能部門</td>
								<td class="MemChkTd" align="left">
									<!--<?PHP  unset($this->_sections['item']);
$this->_sections['item']['name'] = 'item';
$this->_sections['item']['loop'] = is_array($_loop=$this->_tpl_vars['AreaData']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['item']['show'] = true;
$this->_sections['item']['max'] = $this->_sections['item']['loop'];
$this->_sections['item']['step'] = 1;
$this->_sections['item']['start'] = $this->_sections['item']['step'] > 0 ? 0 : $this->_sections['item']['loop']-1;
if ($this->_sections['item']['show']) {
    $this->_sections['item']['total'] = $this->_sections['item']['loop'];
    if ($this->_sections['item']['total'] == 0)
        $this->_sections['item']['show'] = false;
} else
    $this->_sections['item']['total'] = 0;
if ($this->_sections['item']['show']):

            for ($this->_sections['item']['index'] = $this->_sections['item']['start'], $this->_sections['item']['iteration'] = 1;
                 $this->_sections['item']['iteration'] <= $this->_sections['item']['total'];
                 $this->_sections['item']['index'] += $this->_sections['item']['step'], $this->_sections['item']['iteration']++):
$this->_sections['item']['rownum'] = $this->_sections['item']['iteration'];
$this->_sections['item']['index_prev'] = $this->_sections['item']['index'] - $this->_sections['item']['step'];
$this->_sections['item']['index_next'] = $this->_sections['item']['index'] + $this->_sections['item']['step'];
$this->_sections['item']['first']      = ($this->_sections['item']['iteration'] == 1);
$this->_sections['item']['last']       = ($this->_sections['item']['iteration'] == $this->_sections['item']['total']);
?>-->
										<?PHP  echo $this->_tpl_vars['AreaData'][$this->_sections['item']['index']]; ?>

									<!--<?PHP  endfor; endif; ?>-->
								</td>
								<tr>
						</table>
						<input type="button" class="SimOkButton" value="<?PHP  echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk();">  
						<input type="button" class="SimCancelButton" value="  戻る  " onclick="location.href='SIM0950.php'">
						<table class="MemChkTable" style="margin-left: 0px;">
							<tr>
								<th class="ConfKubunTh" colspan="2">借入金管理</th>
							</tr>
							<tr>
								<td class="MemChkSide" width="120">アクセス権</td>
								<?PHP  if ($this->_tpl_vars['User_Sikaku'][30] == '1'): ?>
									<td class="MemChkTd"align="center" width="120"><input type="checkbox" value="1" name="chkBrr" checked></td>
								<?PHP  else: ?>
									<td class="MemChkTd" align="center" width="120"><input type="checkbox" value="1" name="chkBrr"></td>
								<?PHP  endif; ?>
							</tr>
						</table>
						<input type="button" class="SimOkButton" value="<?PHP  echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk();">  
						<input type="button" class="SimCancelButton" value="  戻る  " onclick="location.href='SIM0950.php'">
					</td>
				</tr>
			</table>
			<br>
		<!--<?PHP  else: ?>-->
			<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
		<!--<?PHP  endif; ?>-->
		</div>
		<br>
	</div>


<input type="hidden" name="mode"     value="<?PHP  echo $this->_tpl_vars['mode']; ?>
">
<input type="hidden" name="uSeq"     value="<?PHP  echo $this->_tpl_vars['uSeq']; ?>
">
<input type="hidden" name="area_inp" value="">