%%79^79D^79DE9042%%ADM0020.tpl.php
1.88 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
<?PHP /* Smarty version 2.6.22, created on 2010-01-05 19:16:26
compiled from ADM0020.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<div class="MenuTitle">
<span id="titletxt">メンバー設定</span>
</div>
<div class="ConfMain">
<!--<?PHP if (0 === 1): ?>-->
<br>
<table class="MemTable">
<tr>
<td>
<span id="msg" class="hdntxtbox SimRedBoldTd">
<?PHP echo $this->_tpl_vars['msg']; ?>
</span>
<input type="button" class="btnGo" onclick="sinki();" value="新規作成">
</td>
</TR>
</table>
<br>
<table class="MemTable">
<tr>
<td><font size="3">現在のご登録人数:<?PHP echo $this->_tpl_vars['iUserCnt']; ?>
人</font></td>
</tr>
</table>
<br>
<table class="MemTable">
<tr>
<TD width="170">
<SELECT size="12" name="lstMember" onchange="getindex();" style="width:150px;">
<?PHP echo $this->_tpl_vars['UserItem']; ?>
</SELECT>
</TD>
<TD>
<input type="button" class="btnTemp" onclick="up();" value="表示順位を上へ移動">
<br><br><br><br>
<input type="button" class="btnTemp" onclick="down();" value="表示順位を下へ移動">
</TD>
</tr>
</table>
<br>
<table class="MemTable">
<TR>
<TD style="text-align:center;">
<input type="button" class="btnGo" onclick="edit();" value=" 修正 ">
<input type="button" class="btnDelete" onclick="del_chk('<?PHP echo $this->_tpl_vars['PHP_USER_NAME']; ?>
');" value=" 削除 ">
</TD>
</TR>
</table>
<br>
<input type="hidden" name="mode" value="">
<input type="hidden" name="uSeq" value="">
<input type="hidden" name="uName" value="">
<input type="hidden" name="idx" value="<?PHP echo $this->_tpl_vars['idx']; ?>
">
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span>マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
</div>
<br>
</div>