ZIS9900.tpl
1.86 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
<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}-->
<!--
<div class="MenuButton">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</div>
-->
<table>
<tr>
<td>
<table class="TBL_ADM0010_1">
<tr>
<th class="ConfKubunTh" style="width:120px;">決算月</th>
<td class="ConfKubunTd"> <select name="lstM">{$lstM}</select>月</td>
</tr>
<tr>
<th class="ConfKubunTh" style="width:120px;">金額単位</th>
<td class="ConfKubunTd">
<select name="sUnit">
<!--{if $jisseki_unit == 1}--><option value="1" selected><!--{else}--><option value="1"><!--{/if}-->千円</option>
<!--{if $jisseki_unit == 2}--><option value="2" selected><!--{else}--><option value="2"><!--{/if}-->万円</option>
<!--{if $jisseki_unit == 0}--><option value="0" selected><!--{else}--><option value="0"><!--{/if} -->円</option>
</select>
</td>
</tr>
<tr>
<th class="ConfKubunTh" style="width:120px;">利用システム(必須)</th>
<td class="ConfKubunTd">
<input type="checkbox" name="usesys1" value="1" {if $PHP_USE_FUNC != "2"}checked{/if}>企業資金シミュレーション
<input type="checkbox" name="usesys2" value="2" {if $PHP_USE_FUNC != "1"}checked{/if}>資金収支実績表
</td>
</tr>
</table>
</td>
</tr>
<tr><td align="center"><input type="button" class="btnGo" value="登録" onclick="chk_up();"></td></tr></table>
<br>
<!--{else}-->
<a href="ZIS0000.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--{/if}-->
<br>
</div>
<br />
<br>
</div>
<input type="hidden" name="mode" value="">