ADM0031.tpl
3.6 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
95
96
97
98
99
100
101
102
103
104
<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}">