ADM2031.tpl
1.41 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
<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="TBL_ADM0010_1">
<tr>
<th class="ConfKubunTh" width="100">度荚叹疚</th>
<td class="ConfKubunTd"><input type="text" name="gyousya_name" value="{$gyousya_name}" size="60"></td>
</tr>
<tr>
<th class="ConfKubunTh" width="100">山绩惰尸</th>
<td class="ConfKubunTd">
<input type="checkbox" name="chkDisp1" id="chkDisp1" value="1" {$chkSel1}><label for="chkDisp1">懒滇黎</label>
<input type="checkbox" name="chkDisp2" id="chkDisp2" value="1" {$chkSel2}><label for="chkDisp2">嘲庙黎</label>
</td>
</tr>
<tr>
<th class="ConfKubunTh" width="100">メ モ</th>
<td class="ConfKubunTd"><input type="text" name="gyousya_memo" value="{$gyousya_memo}" size="60"></td>
</tr>
</table>
<br>
<table class="MemTable">
<TR>
<TD align="center">
<input type="button" class="btnGo" value=" {$btnCap} " onclick="data_chk('{$seq}', '{$mode}')">
<input type="button" class="btnCancel" value=" キャンセル " onclick="location.href='ADM2030.php'">
</TD>
</TR>
</table>
<br>
<!--{else}-->
<a href="SIM0100.php"><span class="Normalfont">マスタ恃构涪嘎がありません</span></a>
<!--{/if}-->
</div>
<br>
</div>