%%54^54D^54D67835%%SIM0911.tpl.php
1.54 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
<?PHP /* Smarty version 2.6.22, created on 2009-10-27 12:33:58
compiled from SIM0911.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<div class="ConfTitle">
<?PHP echo $this->_tpl_vars['DEFARR'][5]; ?>
追加画面
</div>
<div class="ConfMain">
<!--<?PHP if ($this->_tpl_vars['PHP_USER_ADMIN'] == 1 || $this->_tpl_vars['PHP_USER_ADMIN'] == 99): ?>-->
<div class="MenuButton">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</div>
<table class="ConfTable">
<tr>
<th class="ConfKubunTh"><?PHP echo $this->_tpl_vars['DEFARR'][5]; ?>
の名称</th>
<th class="ConfKubunTh">日にち範囲</th>
</tr>
<tr>
<td class="ConfKubunTd"><input type="text" name="bName" value="<?PHP echo $this->_tpl_vars['bName']; ?>
"></td>
<td class="ConfKubunTd">
<select name="bStart">
<?PHP echo $this->_tpl_vars['bStart']; ?>
</select>〜
<select name="bEnd">
<?PHP echo $this->_tpl_vars['bEnd']; ?>
</select>
</td>
</tr>
</table>
<br>
<input type="button" class="SimOkButton" value=" <?PHP echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk('<?PHP echo $this->_tpl_vars['seq']; ?>
', '<?PHP echo $this->_tpl_vars['mode']; ?>
')">
<input type="button" class="SimCancelButton" value=" 戻る " onclick="location.href='SIM0910.php'">
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
</div>
<br>
</div>