%%FF^FF4^FF4AE2EC%%ADM0010.tpl.php
4.58 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?PHP /* Smarty version 2.6.22, created on 2010-01-05 19:15:47
compiled from ADM0010.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<div class="MenuTitle">
<span id="titletxt">初期設定</span>
</div>
<div class="ConfMain">
<!--<?PHP if (0 == 1): ?>-->
<!--
<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" colspan="2" width="200">
<?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><br>
(システム内での共通単位となります)
</td>
<td class="ConfKubunTd" rowspan="3" align="Center"><input type="button" class="btnGo" value="登録" onclick="chk_up();"></td>
</tr>
<tr>
<th class="ConfKubunTh" style="width:120px;">初期繰越金</th>
<td class="ConfKubunTd">
<input type="text" size="20" name="sMoney" value="<?PHP echo $this->_tpl_vars['sMoney']; ?>
" style="text-align:right;">
</td>
</tr>
<tr>
<th class="ConfKubunTh" style="width:120px;">基準月</th>
<td class="ConfKubunTd"> <select name="Dp_Month"><?PHP echo $this->_tpl_vars['lstM2']; ?>
</select>月<br> (通常は決算月翌月)</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height = "150px" valign="top">
<br />
<div id="clear_menu1">
<a href="JavaScript:fnc_clear_data(1)">データ初期化画面表示</a>
</div>
<div id="clear_menu2" style="display:none;">
<a href="JavaScript:fnc_clear_data(2)">データ初期化画面非表示</a>
</div>
<div id="clear_data" style="display:none;">
<br>
<table class="TBL_ADM0010_2">
<tr>
<th class="TH_ADM0010" style="width:120px;">データクリア</th>
<td class="TD_ADM0010" colspan="2"> <input type="button" class="btnDelete" name="btnCrear" value="項目とデータを全てクリア" onClick="tabInit('clear');"></td>
</tr>
<tr>
<th class="TH_ADM0010" style="width:120px;">データ初期化</th>
<td class="TD_ADM0010" width="250">
<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>
</td>
<td class="ConfKubunTd" width="220">
<input type="button" class="btnDelete" name="btnDefault" value="初期状態に戻す" onClick="tabInit('default');">
<br /> ※「初期状態に戻す」ボタンを押すと<br /> 全ての入出金データは消去されます
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br>
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
<br>
</div>
<br />
<table style="margin-left:auto;margin-right:auto;border: 1px solid #333;width:800px;">
<tr>
<td align="left">
※ご注意<br>
「登録」のクリックで金額単位、初期繰越金を確定します。<br>
金額単位を変更する場合、入力済みの金額は変更後の単位に合わせて修正してください。<br>
データクリア、データ初期化を行うと、入力した金額、各区分は全てクリアされます。<br>
初期化後も、それぞれの設定画面から自由に区分の編集が可能です。<br>
<br>
</td>
</tr>
</table>
<br>
</div>
<input type="hidden" name="mode" value="">