%%39^39F^39FD1C69%%ZIS9801.tpl.php
8.05 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<?PHP /* Smarty version 2.6.22, created on 2011-02-22 13:49:55
compiled from ZIS9801.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<br>
<div class="MenuTitle">
<span id="titletxt">メンバー設定</span>
</div>
<div class="ConfMain">
<!--<?PHP if ($this->_tpl_vars['PHP_USER_ADMIN'] == 1 || $this->_tpl_vars['PHP_USER_ADMIN'] == 99): ?>-->
<br>
<table class="MemTable">
<TR>
<TD align="center">
<input type="button" class="btnGo" value="<?PHP echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk();">
<input type="button" class="btnCancel" value=" キャンセル " onclick="location.href='ZIS9800.php'">
</TD>
</TR>
</table>
<br>
<table class="MemTable">
<tr>
<td valign="top" align="left">
<table class="ConfTable" style="margin-left: 0px;">
<?PHP if ($this->_tpl_vars['PHP_USE_FUNC'] != '2'): ?>
<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>
<?PHP endif; ?>
<tr>
<th class="ConfKubunTh">氏名</th>
<td class="ConfKubunTd"><input type="text" size="30" name="uName" value="<?PHP echo $this->_tpl_vars['uName']; ?>
"></td>
</tr>
<tr>
<th class="ConfKubunTh">パスワード</th>
<td class="ConfKubunTd"><input type="text" size="30" name="uPw" value="<?PHP echo $this->_tpl_vars['uPw']; ?>
"></td>
</tr>
<tr>
<th class="ConfKubunTh">パスワード確認</th>
<td class="ConfKubunTd"><input type="text" size="30" name="uPw2" value="<?PHP echo $this->_tpl_vars['uPw']; ?>
"></td>
</tr>
<tr>
<th class="ConfKubunTh">管理者権限</th>
<td class="ConfKubunTd" valign="middle">
<?PHP if ($this->_tpl_vars['uAdmin'] == 1): ?>
<input type="checkbox" name="chkAdmin" checked>
<?PHP else: ?>
<input type="checkbox" name="chkAdmin">
<?PHP endif; ?>
(管理者設定へのアクセス権限)
</td>
</tr>
</table>
<span class="SimComment">
パスワードは確認のために2箇所に入力してください
</span>
</td>
</tr>
<tr>
<td valign="top" align="left">
<br>
<table class="MemChkTable" style="margin-left: 0px;">
<tr>
<th class="ConfKubunTh" colspan="2">画面アクセス権限</th>
</tr>
<?PHP if ($this->_tpl_vars['PHP_USE_FUNC'] != '2'): ?>
<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>
<tr>
<td class="MemChkSide">売上・外注費管理</td>
<?PHP if ($this->_tpl_vars['User_Sikaku'][20] == '1'): ?>
<td class="MemChkTd" align="center"> <input type="checkbox" value="1" name="chkRcv" checked> </td>
<?PHP else: ?>
<td class="MemChkTd" align="center"> <input type="checkbox" value="1" name="chkRcv"> </td>
<?PHP endif; ?>
</tr>
<tr>
<td class="MemChkSide">借入金管理</td>
<?PHP if ($this->_tpl_vars['User_Sikaku'][30] == '1'): ?>
<td class="MemChkTd" align="center"> <input type="checkbox" value="1" name="chkBrr" checked> </td>
<?PHP else: ?>
<td class="MemChkTd" align="center"> <input type="checkbox" value="1" name="chkBrr"> </td>
<?PHP endif; ?>
</tr>
<?PHP endif; ?>
<tr>
<td class="MemChkSide">資金収支実績表</td>
<?PHP if ($this->_tpl_vars['User_Sikaku'][40] == '1'): ?>
<td class="MemChkTd" align="center"> <input type="checkbox" value="1" name="chkZis" checked> </td>
<?PHP else: ?>
<td class="MemChkTd" align="center"> <input type="checkbox" value="1" name="chkZis"> </td>
<?PHP endif; ?>
</tr>
</table>
<!--
<br>
<table class="MemChkTable" style="margin-left: 0px;">
<tr>
<th class="ConfKubunTh" colspan="2">売上・外注費管理 部門設定</th>
</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>
<br>
-->
</td>
</tr>
</table>
<br>
<table class="MemTable">
<TR>
<TD align="center">
<input type="button" class="btnGo" value="<?PHP echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk();">
<input type="button" class="btnCancel" value=" キャンセル " onclick="location.href='ZIS9800.php'">
</TD>
</TR>
</table>
<br>
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
</div>
<br>
</div>
<?PHP if ($this->_tpl_vars['PHP_USE_FUNC'] == '2'): ?>
<input type="hidden" name="bumonseq" value="<?PHP echo $this->_tpl_vars['def_bumon']; ?>
">
<input type="hidden" name="chkNyukin" value="<?PHP echo $this->_tpl_vars['uNyukin']; ?>
">
<input type="hidden" name="chkShikin" value="<?PHP echo $this->_tpl_vars['uShikin']; ?>
">
<input type="hidden" value="<?PHP echo $this->_tpl_vars['User_Sikaku'][20]; ?>
" name="chkRcv">
<input type="hidden" value="<?PHP echo $this->_tpl_vars['User_Sikaku'][30]; ?>
" name="chkBrr">
<input type="hidden" name="use_area" value="<?PHP echo $this->_tpl_vars['def_bumon']; ?>
">
<?PHP endif; ?>
<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="">