%%39^397^397BC036%%SIM0940.tpl.php
4.03 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?PHP /* Smarty version 2.6.22, created on 2009-12-04 15:11:11
compiled from SIM0940.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): ?>-->
<div class="MenuButton">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</div>
<table style="margin-left:auto;margin-right:auto;">
<tr>
<td>
<div class="SimCommentBox" style="width:520px;">
※ご注意<br>
「設定」のクリックで金額単位、初期繰越金を確定します。<br>
金額単位を変更する場合、入力済みの金額は変更後の単位に合わせて修正してください。<br>
データクリア、データ初期化を行うと、入力した金額、各区分は全てクリアされます。<br>
初期化後も、それぞれの設定画面から自由に区分の編集が可能です。<br>
</div>
<br>
</td>
</tr>
<tr>
<td>
<table style="margin-left:10px;width:280px;" class="ConfTable">
<tr>
<th class="ConfKubunTh" style="width:120px;">開始年月</th>
<td class="ConfKubunTd" colspan="2">
<?PHP echo $this->_tpl_vars['sYear']; ?>
年 <?PHP echo $this->_tpl_vars['sMonth']; ?>
月
<input type="hidden" name="sYear" value="<?PHP echo $this->_tpl_vars['sYear']; ?>
">
<input type="hidden" name="sMonth" value="<?PHP echo $this->_tpl_vars['sMonth']; ?>
">
</td>
</tr>
<tr>
<th class="ConfKubunTh" style="width:120px;">金額単位</th>
<td class="ConfKubunTd">
<select name="sUnit">
<!--<?PHP if ($this->_tpl_vars['sUnit'] == 1): ?>--><option value="1" selected><!--<?PHP else: ?>--><option value="1"><!--<?PHP endif; ?>-->千円</option>
<!--<?PHP if ($this->_tpl_vars['sUnit'] == 2): ?>--><option value="2" selected><!--<?PHP else: ?>--><option value="2"><!--<?PHP endif; ?>-->万円</option>
<!--<?PHP if ($this->_tpl_vars['sUnit'] == 0): ?>--><option value="0" selected><!--<?PHP else: ?>--><option value="0"><!--<?PHP endif; ?> -->円</option>
</select>
</td>
<td class="ConfKubunTd" rowspan="2"><input type="button" value="設定" onclick="chk_up();"></td>
</tr>
<tr>
<th class="ConfKubunTh" style="width:120px;">初期繰越金</th>
<td class="ConfKubunTd">
<input type="text" size="10" name="sMoney" value="<?PHP echo $this->_tpl_vars['sMoney']; ?>
" style="text-align:right;">
</td>
</tr>
</table>
<br>
</td>
</tr>
<tr>
<td>
<table style="margin-left:10px;" class="ConfTable">
<tr>
<th class="ConfKubunTh" style="width:120px;">データクリア</th>
<td class="ConfKubunTd" colspan="2"><input type="button" name="btnCrear" value="項目とデータを全てクリア" onClick="tabInit('clear');"></td>
</tr>
<tr>
<th class="ConfKubunTh" style="width:120px;">データ初期化</th>
<td class="ConfKubunTd">
<input type="radio" name="rdodb" id="db1" value="1" checked>
<label for="db1">初期サンプルデータ1(<a href="./templates/img/sample1.gif" target="_blank">sample</a>)</label><br>
<input type="radio" name="rdodb" id="db2" value="2">
<label for="db2">初期サンプルデータ2(<a href="./templates/img/sample2.gif" target="_blank">sample</a>)</label><br>
<!--
<input type="radio" name="rdodb" id="db3" value="3">
<label for="db3">初期サンプルデータ3(<a href="" target="_blank">sample</a>)</label>
-->
</td>
<td class="ConfKubunTd">
<input type="button" name="btnDefault" value="初期状態に戻す" onClick="tabInit('default');">
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
</div>
<br>
</div>
<input type="hidden" name="mode" value="">