SIM0961.tpl 3.59 KB
	<div class="SimMiddle">
		<small><br></small>
		<div class="ConfTitle" style="padding:5;">
			{$DEFARR[11]}設定画面
		</div>
		<div class="ConfMain">
			<table style="margin-left:auto;margin-right:auto;">
				<tr>
					<td>
					<table class="ConfTable">
						<tr>
							<th class="ConfKubunTh" width="120">{$DEFARR[11]}名</th>
							<td class="ConfKubunTd" width="120"><input type="text" size="20" name="bname" value="{$bname}"></td>
						</tr>
					</Table>
					</td>
					<td>
						<div class="SimMainFoot">
							<div class="SimComment">
								※ご注意<br>
								  部門が入力・参照を許可する項目に<BR>
								  チェックしてください。<BR>
								  {$DEFARR[7]}が1つも設定されていない<BR>
								  {$DEFARR[6]}は表示されません。<BR>
							</div>
						</div>
					</td>
				</tr>
				<tr>
				<td colspan="2">
					<input type="button" class="SimOkButton" value=" {$btnCap} " onclick="data_chk('{$DEFARR[11]}');">  
					<input type="button" class="SimCancelButton" value=" 戻る " onclick="location.href='SIM0960.php'">  
					<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
					<br>
					<table class="ConfTable">
						<tr>
							<th class="ConfKubunTh" colspan="3">項目アクセス権限</th>
						</tr>
						<tr>
							<td class="ConfBumonTd" colspan="2">全アクセス権</td>
							<td class="ConfKubunTd">
								<span style="font-weight:700; font-size:0.8em;">
									全{$DEFARR[11]}のアクセス権限を持つ
									<!--{if $allflg > 0}-->
										<input type="checkbox" name="chkall" onClick="allChk({$allCnt});" checked>
									<!--{else}-->
										<input type="checkbox" name="chkall" onClick="allChk({$allCnt});">
									<!--{/if}-->
								</span>
							</td>
						</tr>
						<!--{section name=item loop=$shouName}-->
							<!--{if $daiCnt[item] > 0}-->
								<tr>
									<td class="ConfBumonTd" width="120">{$daiName[item]}</td>
									<td class="ConfKubunTd" width="90" align="center">
										<span style="font-size:0.8em;">全チェック</span>
										<input type="checkbox" name="chkdai{$smarty.section.item.index}" onClick="daiChk({$smarty.section.item.index}, {$daiCnt[item]});">
										<input type="hidden" id="daicnt{$smarty.section.item.index}" name="daicnt{$smarty.section.item.index}" value="{$daiCnt[item]}">
									</td>
									<td class="ConfKubunTd">
							<!--{/if}-->
										<span style="font-size:0.8em; width:130px;">
											{$shouName[item]}
											<!--{if $shouflg[item]==1}-->
												<input type="checkbox" name="chkshou{$smarty.section.item.index}" onClick="shouChk({$smarty.section.item.index});" checked>
											<!--{else}-->
												<input type="checkbox" name="chkshou{$smarty.section.item.index}" onClick="shouChk({$smarty.section.item.index});">
											<!--{/if}-->
												<input type="hidden" name="shouSeq{$smarty.section.item.index}" value="{$shouSeq[item]}">
										</span>
							<!--{if $daiCnt[$smarty.section.item.index_next] > 0}-->
									</td>
								</tr>
							<!--{/if}-->

						<!--{/section}-->
					</table>
					<br>
					<input type="button" class="SimOkButton" value=" {$btnCap} " onclick="data_chk('{$DEFARR[11]}');">  
					<input type="button" class="SimCancelButton" value=" 戻る " onclick="location.href='SIM0960.php'">  
					<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
				</td>
			</tr>
			</table>
			<br>
		</div>
	</div>


<input type="hidden" name="mode" value="{$mode}">
<input type="hidden" name="bseq" value="{$bseq}">
<input type="hidden" name="allCnt" value="{$allCnt}">