%%CF^CF4^CF473A23%%SIM0951.tpl.php
3.73 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
<?PHP /* Smarty version 2.6.22, created on 2009-06-15 16:27:29
compiled from SIM0951.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<br>
<div class="ConfTitle" style="padding:5;">
メンバー設定画面
</div>
<div class="ConfMain">
<!--<?PHP if ($this->_tpl_vars['PHP_USER_ADMIN'] == 1 || $this->_tpl_vars['PHP_USER_ADMIN'] == 99): ?>-->
<div class="MenuButton">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</div>
<table class="MemTable">
<tr>
<td>
<table class="ConfTable">
<tr>
<th class="ConfKubunTh" width="120"><?PHP echo $this->_tpl_vars['DEFARR'][11]; ?>
</th>
<td class="ConfKubunTd" width="150">
<select name="bumonseq">
<?PHP echo $this->_tpl_vars['BumonItem']; ?>
</select>
</td>
</tr>
</Table>
<br>
<table class="ConfTable">
<tr>
<th class="ConfKubunTh" width="120">氏名</th>
<td class="ConfKubunTd" width="150"><input type="text" size="20" name="uName" value="<?PHP echo $this->_tpl_vars['uName']; ?>
"></td>
</tr>
</Table>
<br>
<table class="ConfTable">
<tr>
<th class="ConfKubunTh" width="120">パスワード</th>
<td class="ConfKubunTd" width="150"><input type="password" size="25" name="uPw" value="<?PHP echo $this->_tpl_vars['uPw']; ?>
"></td>
</tr>
<tr>
<th class="ConfKubunTh" width="120">パスワード確認</th>
<td class="ConfKubunTd" width="150"><input type="password" size="25" name="uPw2" value=""></td>
</tr>
</table>
</td>
<td valign="top">
<table class="MemChkTable">
<tr>
<th class="ConfKubunTh" width="200" colspan="2">画面アクセス権限</th>
</tr>
<tr>
<td class="MemChkSide">管理者</td>
<?PHP if ($this->_tpl_vars['uAdmin'] == 1): ?>
<td class="MemChkTd" width="80" align="center"><input type="checkbox" name="chkAdmin" checked></td>
<?PHP else: ?>
<td class="MemChkTd" width="80" align="center"><input type="checkbox" name="chkAdmin"></td>
<?PHP endif; ?>
</tr>
<tr>
<td class="MemChkSide">入出金操作</td>
<?PHP if ($this->_tpl_vars['uNyukin'] == 1): ?>
<td class="MemChkTd" width="80" align="center"><input type="checkbox" name="chkNyukin" checked></td>
<?PHP else: ?>
<td class="MemChkTd" width="80" 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" width="80" align="center"><input type="checkbox" name="chkShikin" checked></td>
<?PHP else: ?>
<td class="MemChkTd" width="80" align="center"><input type="checkbox" name="chkShikin"></td>
<?PHP endif; ?>
</tr>
</table>
</td>
</tr>
</table>
<table class="MemTable">
<tr>
<td class="SimComment">
パスワードは確認のために2箇所に入力してください
<br>
</td>
</tr>
<tr>
<td>
<input type="button" class="SimOkButton" value="<?PHP echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk();">
<input type="button" class="SimCancelButton" value=" 戻る " onclick="location.href='SIM0950.php'">
</td>
</tr>
</table>
<br>
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
</div>
<br>
</div>
<input type="hidden" name="mode" value="<?PHP echo $this->_tpl_vars['mode']; ?>
">
<input type="hidden" name="uSeq" value="<?PHP echo $this->_tpl_vars['uSeq']; ?>
">