SIM0960.tpl
1.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
<div class="SimMiddle">
<small><br></small>
<div class="ConfTitle">
{$DEFARR[11]}登録・設定画面
</div>
<div class="ConfMain">
<!--{if $PHP_USER_ADMIN == 1 || $PHP_USER_ADMIN == 99}-->
<table class="MemTable">
<tr>
<td>
<input type="button" class="SimOkButton" onclick="sinki();" value="{$DEFARR[11]}新規作成">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</td>
</TR>
</table>
<br>
<table class="MemTable">
<tr>
<td>現在の{$DEFARR[11]}数</td>
<td align="center">
{$ibCnt}
</td>
</TR>
</table>
<br>
<table class="MemTable">
<tr>
<TD>
<SELECT size="8" name="lstBumon" onchange="getindex();">
{$bItem}
</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 align="center">
<input type="button" class="SimOkButton" onclick="edit();" value="{$DEFARR[11]}名・アクセス権修正">
<input type="button" class="SimOkButton" onclick="del_chk();" value=" 削除 ">
<INPUT type="button" class="SimCancelButton" onclick="backmenu();" value=" 戻る ">
</TD>
</TR>
</table>
<input type="hidden" name="mode" value="">
<input type="hidden" name="bseq" value="">
<input type="hidden" name="bname" value="">
<input type="hidden" name="idx" value="{$idx}">
<!--{else}-->
<a href="SIM0100.php"><span>マスタ変更権限がありません</span></a>
<!--{/if}-->
</div>
<br>
</div>