SIM0961.tpl
3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<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}">