ZIS9800.tpl
2.22 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
<div class="SimMiddle">
<small><br></small>
<div class="MenuTitle">
<span id="titletxt">メンバー設定</span>
</div>
<div class="ConfMain">
<!--{if $PHP_USER_ADMIN == 1 || $PHP_USER_ADMIN == 99}-->
<br>
<table class="MemTable">
<tr>
<td>
<span id="msg" class="hdntxtbox SimRedBoldTd">
{$msg}
</span>
<input type="button" class="btnGo" onclick="sinki();" value="新規作成" {$UserMax}>
</td>
<!--{if $UserMax != ""}-->
<td><b><font color="#ff0000">登録人数が制限いっぱいです。</font></b></td>
<!--{/if}-->
</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">{$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">{$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;">
{$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_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="{$idx}">
<!--{else}-->
<a href="SIM0100.php"><span>マスタ変更権限がありません</span></a>
<!--{/if}-->
</div>
<br>
</div>