%%AF^AF8^AF87735F%%ADM0040.tpl.php
1.48 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
<?PHP /* Smarty version 2.6.22, created on 2009-10-07 13:06:45
compiled from ADM0040.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<div class="ConfTitle">
初期設定画面
</div>
<div class="ConfMain">
<!--<?PHP if ($this->_tpl_vars['PHP_USER_ADMIN'] == 1 || $this->_tpl_vars['PHP_USER_ADMIN'] == 99): ?>-->
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
<br><br>
<table>
<tr>
<td>
<table style="margin-left:10px;width:400px;" class="ConfTable">
<tr>
<th class="ConfKubunTh" style="width:120px;">システム管理</th>
<td class="ConfKubunTd">
<input type="radio" name="optMode" value="0" <?PHP echo $this->_tpl_vars['rcv_mode'][0]; ?>
>請求管理・入金管理を使用<br />
<input type="radio" name="optMode" value="1" <?PHP echo $this->_tpl_vars['rcv_mode'][1]; ?>
>請求管理のみ使用<br />
<input type="radio" name="optMode" value="2" <?PHP echo $this->_tpl_vars['rcv_mode'][2]; ?>
>入金管理のみ使用<br />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<input type="button" value="設定" onclick="chk_up();">
</td>
</tr>
</table>
<br>
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
</div>
<br>
</div>