%%04^049^049D35D9%%ZIS9800.tpl.php
2.66 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
<?PHP /* Smarty version 2.6.22, created on 2010-05-10 20:48:17
compiled from ZIS9800.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<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>
<span id="msg" class="hdntxtbox SimRedBoldTd">
<?PHP echo $this->_tpl_vars['msg']; ?>
</span>
<input type="button" class="btnGo" onclick="sinki();" value="新規作成" <?PHP echo $this->_tpl_vars['UserMax']; ?>
>
</td>
<!--<?PHP if ($this->_tpl_vars['UserMax'] != ""): ?>-->
<td><b><font color="#ff0000">登録人数が制限いっぱいです。</font></b></td>
<!--<?PHP endif; ?>-->
</TR>
</table>
<br>
<table>
<tr>
<td>
<table class="MemTable" border="0" cellpadding="1" cellspacing="1" bgcolor="#000000">
<tr>
<td class="ConfKubunTh" align="center" width="150px"><font size="2">現在のご登録人数</font></td>
<td bgcolor="#ffffff" align="right" width="60px"><font size="2"><?PHP echo $this->_tpl_vars['iUserCnt']; ?>
人</font></td>
<td class="ConfKubunTh" align="center" width="150px"><font size="2">ご利用可能人数</font></td>
<td bgcolor="#ffffff" align="right" width="60px"><font size="2"><?PHP echo $this->_tpl_vars['mUserCnt']; ?>
人</font></td>
</tr>
</table>
</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>