SIM0950.tpl
1.81 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
<div class="SimMiddle">
<small><br></small>
<div class="ConfTitle">
メンバー設定画面
</div>
<div class="ConfMain">
<!--{if $PHP_USER_ADMIN == 1 || $PHP_USER_ADMIN == 99}-->
<table class="MemTable">
<tr>
<td>
<span id="msg" class="hdntxtbox SimRedBoldTd">
{$msg}
</span>
<input type="button" class="SimOkButton" onclick="sinki();" value="新規作成">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</td>
</TR>
</table>
<br>
<table class="MemTable">
<tr>
<td>現在のご登録人数</td>
<td align="center">
{$iUserCnt}人
</td>
</tr>
</table>
<br>
<table class="MemTable">
<tr>
<TD>
<SELECT size="8" name="lstMember" onchange="getindex();">
{$UserItem}
</SELECT>
</TD>
<TD>
<input type="button" class="SimCancelButton" onclick="up();" value="表示順位を上へ移動">
<br><br><br><br>
<input type="button" class="SimCancelButton" onclick="down();" value="表示順位を下へ移動">
</TD>
</tr>
</table>
<br>
<table class="MemTable">
<TR>
<TD style="text-align:center;">
<input type="button" class="SimOkButton" onclick="edit();" value=" 修正 ">
<input type="button" class="SimOkButton" onclick="del_chk('{$PHP_USER_NAME}');" value=" 削除 ">
<INPUT type="button" class="SimCancelButton" onclick="backmenu();" value=" 戻る " name="modoru">
</TD>
</TR>
</table>
<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>