ADM0031.tpl 3.6 KB
	<div class="SimMiddle">
		<small><br></small>
		<div class="MenuTitle">
			<span id="titletxt">{$DEFARR[11]}設定</span>
		</div>

		<div class="ConfMain">
			<br>
			<table style="margin-left:auto;margin-right:auto;">
						<tr>
							<th class="ConfKubunTh" width="120">{$DEFARR[11]}名</th>
							<td class="ConfKubunTd"><input type="text" size="75" name="bname" value="{$bname}"></td>
						</tr>
				</tr>
			</table>
			<br>
			<table style="margin-left:auto;margin-right:auto;">
				<tr>
					<td>
						<input type="button" class="btnGo" value=" {$btnCap} " onclick="data_chk('{$DEFARR[11]}');">  
						<input type="button" class="btnCancel" value=" キャンセル " onclick="location.href='ADM0030.php'">
					</td>
				</tr>
			</table>
			<br>
			<table class="ConfTable">
				<tr>
					<th class="ConfKubunTh" colspan="3">項目アクセス権限</th>
				</tr>
				<tr>
					<td class="ConfBumonTd" colspan="2">全アクセス権</td>
					<td class="ConfKubunTd" width="300">
						<span style="font-weight:700; font-size:0.8em;">
							<!--{if $allflg > 0}-->
								<input type="checkbox" name="chkall" onClick="allChk({$allCnt});" checked>
							<!--{else}-->
								<input type="checkbox" name="chkall" onClick="allChk({$allCnt});">
							<!--{/if}-->
							全{$DEFARR[11]}のアクセス権限を持つ
						</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">
							<!--{if $allflg > 0}-->
								<input type="checkbox" name="chkdai{$smarty.section.item.index}" onClick="daiChk({$smarty.section.item.index}, {$daiCnt[item]});" checked>
							<!--{else}-->
								<input type="checkbox" name="chkdai{$smarty.section.item.index}" onClick="daiChk({$smarty.section.item.index}, {$daiCnt[item]});">
							<!--{/if}-->
								<span style="font-size:0.8em;">全チェック</span>
								<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;">
									<!--{if $shouflg[item]==1}-->
										<input type="checkbox" name="chkshou{$smarty.section.item.index}" checked>
									<!--{else}-->
										<input type="checkbox" name="chkshou{$smarty.section.item.index}" >
									<!--{/if}-->
									{$shouName[item]}<br>
										<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>
			<table style="margin-left:auto;margin-right:auto;">
				<tr>
					<td width="550">
						<div class="SimMainFoot" style="margin-left: 10px;margin-right: 10px;">
							<div class="SimComment">
								※部門が入力・参照を許可する項目にチェックしてください。<BR>
								 ({$DEFARR[7]}が1つも設定されていない{$DEFARR[6]}は表示されません。)
							</div>
						</div>
					</td>
				</tr>
			</table>
			<br>
			<table style="margin-left:auto;margin-right:auto;">
				<tr>
					<td>
						<input type="button" class="btnGo" value=" {$btnCap} " onclick="data_chk('{$DEFARR[11]}');">  
						<input type="button" class="btnCancel" value=" キャンセル " onclick="location.href='ADM0030.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}">