%%C5^C5D^C5D531DA%%BRR0300.tpl.php
13.4 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<?PHP /* Smarty version 2.6.22, created on 2010-02-08 14:40:53
compiled from BRR0300.tpl */ ?>
<div class="SimMiddle">
<div class="Main">
<br />
<table class="hensai_plan" cellspacing="0">
<tr>
<th nowrap>支払い種別</th>
<th nowrap>借入先</th>
<th nowrap>借入額</th>
<th nowrap>借入日</th>
<th nowrap>借入利率<br>(金利)</th>
<th nowrap>初回返済月</th>
<th nowrap>返済回数</th>
</tr>
<tr>
<td nowrap><?PHP echo $this->_tpl_vars['siha']; ?>
</td>
<td nowrap><?PHP echo $this->_tpl_vars['kr_name']; ?>
</td>
<td nowrap align="right"><?PHP echo $this->_tpl_vars['START_MONEY_fm']; ?>
</td>
<td nowrap><?PHP echo $this->_tpl_vars['kariire_date']; ?>
</td>
<td nowrap align="right"><?PHP echo $this->_tpl_vars['kinri']; ?>
%</td>
<td nowrap><?PHP echo $this->_tpl_vars['FIRST_YEAR']; ?>
年 <?PHP echo $this->_tpl_vars['FIRST_MONTH']; ?>
月</td>
<td nowrap align="right"><?PHP echo $this->_tpl_vars['hensai_count']; ?>
回</td>
</tr>
</table>
<div class="Unit">
金額単位(<?PHP echo $this->_tpl_vars['mUnitName']; ?>
)
</div>
<div style="margin-left:10px; ">
<input type="button" class="btnCancel" onClick="Hyo();" value="一覧へ戻る">
</div>
<div class="plan_sub" style="clear:both; "><input type="button" class="btnGo" value="登 録" onClick="plan_toroku('<?PHP echo $this->_tpl_vars['hensai_count']; ?>
');"></div>
<div class="Main_tbl">
<table class="hensai_hyo" cellpadding="0" cellspacing="0">
<tr class="count">
<th width="50" align="center">回数</th>
<?PHP unset($this->_sections['ymCnt']);
$this->_sections['ymCnt']['name'] = 'ymCnt';
$this->_sections['ymCnt']['loop'] = is_array($_loop=$this->_tpl_vars['dataYM']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['ymCnt']['show'] = true;
$this->_sections['ymCnt']['max'] = $this->_sections['ymCnt']['loop'];
$this->_sections['ymCnt']['step'] = 1;
$this->_sections['ymCnt']['start'] = $this->_sections['ymCnt']['step'] > 0 ? 0 : $this->_sections['ymCnt']['loop']-1;
if ($this->_sections['ymCnt']['show']) {
$this->_sections['ymCnt']['total'] = $this->_sections['ymCnt']['loop'];
if ($this->_sections['ymCnt']['total'] == 0)
$this->_sections['ymCnt']['show'] = false;
} else
$this->_sections['ymCnt']['total'] = 0;
if ($this->_sections['ymCnt']['show']):
for ($this->_sections['ymCnt']['index'] = $this->_sections['ymCnt']['start'], $this->_sections['ymCnt']['iteration'] = 1;
$this->_sections['ymCnt']['iteration'] <= $this->_sections['ymCnt']['total'];
$this->_sections['ymCnt']['index'] += $this->_sections['ymCnt']['step'], $this->_sections['ymCnt']['iteration']++):
$this->_sections['ymCnt']['rownum'] = $this->_sections['ymCnt']['iteration'];
$this->_sections['ymCnt']['index_prev'] = $this->_sections['ymCnt']['index'] - $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['index_next'] = $this->_sections['ymCnt']['index'] + $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['first'] = ($this->_sections['ymCnt']['iteration'] == 1);
$this->_sections['ymCnt']['last'] = ($this->_sections['ymCnt']['iteration'] == $this->_sections['ymCnt']['total']);
?>
<td>
<?PHP echo $this->_tpl_vars['con'][$this->_sections['ymCnt']['index']]; ?>
</td>
<?PHP endfor; endif; ?>
</tr>
<tr class="hensai_year">
<th width="50" align="center">年</th>
<?PHP unset($this->_sections['ymCnt']);
$this->_sections['ymCnt']['name'] = 'ymCnt';
$this->_sections['ymCnt']['loop'] = is_array($_loop=$this->_tpl_vars['dataYM']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['ymCnt']['show'] = true;
$this->_sections['ymCnt']['max'] = $this->_sections['ymCnt']['loop'];
$this->_sections['ymCnt']['step'] = 1;
$this->_sections['ymCnt']['start'] = $this->_sections['ymCnt']['step'] > 0 ? 0 : $this->_sections['ymCnt']['loop']-1;
if ($this->_sections['ymCnt']['show']) {
$this->_sections['ymCnt']['total'] = $this->_sections['ymCnt']['loop'];
if ($this->_sections['ymCnt']['total'] == 0)
$this->_sections['ymCnt']['show'] = false;
} else
$this->_sections['ymCnt']['total'] = 0;
if ($this->_sections['ymCnt']['show']):
for ($this->_sections['ymCnt']['index'] = $this->_sections['ymCnt']['start'], $this->_sections['ymCnt']['iteration'] = 1;
$this->_sections['ymCnt']['iteration'] <= $this->_sections['ymCnt']['total'];
$this->_sections['ymCnt']['index'] += $this->_sections['ymCnt']['step'], $this->_sections['ymCnt']['iteration']++):
$this->_sections['ymCnt']['rownum'] = $this->_sections['ymCnt']['iteration'];
$this->_sections['ymCnt']['index_prev'] = $this->_sections['ymCnt']['index'] - $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['index_next'] = $this->_sections['ymCnt']['index'] + $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['first'] = ($this->_sections['ymCnt']['iteration'] == 1);
$this->_sections['ymCnt']['last'] = ($this->_sections['ymCnt']['iteration'] == $this->_sections['ymCnt']['total']);
?>
<td bgcolor="<?PHP echo $this->_tpl_vars['dataYMCOLOR'][$this->_sections['ymCnt']['index']]; ?>
">
<?PHP echo $this->_tpl_vars['dataYM'][$this->_sections['ymCnt']['index']][0]; ?>
年
</td>
<?PHP endfor; endif; ?>
</tr>
<tr class="hensai_date" align="center">
<th width="50">月</th>
<?PHP unset($this->_sections['ymCnt']);
$this->_sections['ymCnt']['name'] = 'ymCnt';
$this->_sections['ymCnt']['loop'] = is_array($_loop=$this->_tpl_vars['dataYM']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['ymCnt']['show'] = true;
$this->_sections['ymCnt']['max'] = $this->_sections['ymCnt']['loop'];
$this->_sections['ymCnt']['step'] = 1;
$this->_sections['ymCnt']['start'] = $this->_sections['ymCnt']['step'] > 0 ? 0 : $this->_sections['ymCnt']['loop']-1;
if ($this->_sections['ymCnt']['show']) {
$this->_sections['ymCnt']['total'] = $this->_sections['ymCnt']['loop'];
if ($this->_sections['ymCnt']['total'] == 0)
$this->_sections['ymCnt']['show'] = false;
} else
$this->_sections['ymCnt']['total'] = 0;
if ($this->_sections['ymCnt']['show']):
for ($this->_sections['ymCnt']['index'] = $this->_sections['ymCnt']['start'], $this->_sections['ymCnt']['iteration'] = 1;
$this->_sections['ymCnt']['iteration'] <= $this->_sections['ymCnt']['total'];
$this->_sections['ymCnt']['index'] += $this->_sections['ymCnt']['step'], $this->_sections['ymCnt']['iteration']++):
$this->_sections['ymCnt']['rownum'] = $this->_sections['ymCnt']['iteration'];
$this->_sections['ymCnt']['index_prev'] = $this->_sections['ymCnt']['index'] - $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['index_next'] = $this->_sections['ymCnt']['index'] + $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['first'] = ($this->_sections['ymCnt']['iteration'] == 1);
$this->_sections['ymCnt']['last'] = ($this->_sections['ymCnt']['iteration'] == $this->_sections['ymCnt']['total']);
?>
<td bgcolor="<?PHP echo $this->_tpl_vars['dataYMCOLOR'][$this->_sections['ymCnt']['index']]; ?>
">
<?PHP echo $this->_tpl_vars['dataYM'][$this->_sections['ymCnt']['index']][1]; ?>
月
</td>
<?PHP endfor; endif; ?>
</tr>
<tr class="hensaigaku" align="center">
<th width="50">返済額</th>
<?PHP unset($this->_sections['ymCnt']);
$this->_sections['ymCnt']['name'] = 'ymCnt';
$this->_sections['ymCnt']['loop'] = is_array($_loop=$this->_tpl_vars['dataYM']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['ymCnt']['show'] = true;
$this->_sections['ymCnt']['max'] = $this->_sections['ymCnt']['loop'];
$this->_sections['ymCnt']['step'] = 1;
$this->_sections['ymCnt']['start'] = $this->_sections['ymCnt']['step'] > 0 ? 0 : $this->_sections['ymCnt']['loop']-1;
if ($this->_sections['ymCnt']['show']) {
$this->_sections['ymCnt']['total'] = $this->_sections['ymCnt']['loop'];
if ($this->_sections['ymCnt']['total'] == 0)
$this->_sections['ymCnt']['show'] = false;
} else
$this->_sections['ymCnt']['total'] = 0;
if ($this->_sections['ymCnt']['show']):
for ($this->_sections['ymCnt']['index'] = $this->_sections['ymCnt']['start'], $this->_sections['ymCnt']['iteration'] = 1;
$this->_sections['ymCnt']['iteration'] <= $this->_sections['ymCnt']['total'];
$this->_sections['ymCnt']['index'] += $this->_sections['ymCnt']['step'], $this->_sections['ymCnt']['iteration']++):
$this->_sections['ymCnt']['rownum'] = $this->_sections['ymCnt']['iteration'];
$this->_sections['ymCnt']['index_prev'] = $this->_sections['ymCnt']['index'] - $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['index_next'] = $this->_sections['ymCnt']['index'] + $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['first'] = ($this->_sections['ymCnt']['iteration'] == 1);
$this->_sections['ymCnt']['last'] = ($this->_sections['ymCnt']['iteration'] == $this->_sections['ymCnt']['total']);
?>
<td width="30">
<?PHP echo $this->_tpl_vars['nyu_text'][$this->_sections['ymCnt']['index']]; ?>
<br />
<a href="javascript:ikkatsu_set(<?PHP echo $this->_sections['ymCnt']['index']; ?>
);">
<img style="margin-top:5px;" src="./templates/img/hensai_btn.gif" title="返済額の残高を入力します" border="0" />
</a>
</td>
<?PHP endfor; endif; ?>
</tr>
<tr class="chekb">
<td width="30" style="border-bottom:1px solid #000099; border-right:1px solid #000099; "> </td>
<?PHP unset($this->_sections['ymCnt']);
$this->_sections['ymCnt']['name'] = 'ymCnt';
$this->_sections['ymCnt']['loop'] = is_array($_loop=$this->_tpl_vars['dataYM']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['ymCnt']['show'] = true;
$this->_sections['ymCnt']['max'] = $this->_sections['ymCnt']['loop'];
$this->_sections['ymCnt']['step'] = 1;
$this->_sections['ymCnt']['start'] = $this->_sections['ymCnt']['step'] > 0 ? 0 : $this->_sections['ymCnt']['loop']-1;
if ($this->_sections['ymCnt']['show']) {
$this->_sections['ymCnt']['total'] = $this->_sections['ymCnt']['loop'];
if ($this->_sections['ymCnt']['total'] == 0)
$this->_sections['ymCnt']['show'] = false;
} else
$this->_sections['ymCnt']['total'] = 0;
if ($this->_sections['ymCnt']['show']):
for ($this->_sections['ymCnt']['index'] = $this->_sections['ymCnt']['start'], $this->_sections['ymCnt']['iteration'] = 1;
$this->_sections['ymCnt']['iteration'] <= $this->_sections['ymCnt']['total'];
$this->_sections['ymCnt']['index'] += $this->_sections['ymCnt']['step'], $this->_sections['ymCnt']['iteration']++):
$this->_sections['ymCnt']['rownum'] = $this->_sections['ymCnt']['iteration'];
$this->_sections['ymCnt']['index_prev'] = $this->_sections['ymCnt']['index'] - $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['index_next'] = $this->_sections['ymCnt']['index'] + $this->_sections['ymCnt']['step'];
$this->_sections['ymCnt']['first'] = ($this->_sections['ymCnt']['iteration'] == 1);
$this->_sections['ymCnt']['last'] = ($this->_sections['ymCnt']['iteration'] == $this->_sections['ymCnt']['total']);
?>
<td>
<?PHP echo $this->_tpl_vars['nyu_chk'][$this->_sections['ymCnt']['index']]; ?>
</td>
<?PHP endfor; endif; ?>
</tr>
</table>
※チェックした項目以外は自動計算され、均等な金額が設定されます。<br />
<img src="./templates/img/hensai_btn.gif" border="0" />は以降の返済残高を一括で支払うための金額を設定します。<br />
それ以前でチェックの無い項目には自動計算した均等な金額を設定します。
</div>
<!-- <input type="text" name="kkkk" value="156" onChange="alert('内容を'+this.value+'に変更しました')" />-->
<div class="plan_sub"><input type="button" class="btnGo" value="登 録" onClick="plan_toroku();"></div>
</div><!--main-->
</div>
<input type="hidden" name="chk" value="" />
<input type="hidden" name="kariire_seq" value="<?PHP echo $this->_tpl_vars['kariire_seq']; ?>
" />
<input type="hidden" name="hensai_count" value="<?PHP echo $this->_tpl_vars['hensai_count']; ?>
" />
<input type="hidden" name="START_MONEY_BRR" value="<?PHP echo $this->_tpl_vars['START_MONEY_BRR']; ?>
" />
<input type="hidden" name="yyyy" value="<?PHP echo $this->_tpl_vars['yyyy']; ?>
" />
<input type="hidden" name="mon" value="<?PHP echo $this->_tpl_vars['mon']; ?>
" />
<input type="hidden" name="gseq" value="<?PHP echo $this->_tpl_vars['gseq']; ?>
" />
<input type="hidden" name="hseq" value="<?PHP echo $this->_tpl_vars['hseq']; ?>
" />
<input type="hidden" name="kseq" value="<?PHP echo $this->_tpl_vars['kseq']; ?>
" />
<input type="hidden" name="mode" value="<?PHP echo $this->_tpl_vars['mode']; ?>
" />
<input type="hidden" name="siharai" value="<?PHP echo $this->_tpl_vars['siharai']; ?>
" />
<input type="hidden" name="hensai_sd" value="<?PHP echo $this->_tpl_vars['hensai_sd']; ?>
" />
<input type="hidden" name="hensai_ed" value="<?PHP echo $this->_tpl_vars['hensai_ed']; ?>
" />
<input type="hidden" name="kmode" value="<?PHP echo $this->_tpl_vars['kmode']; ?>
" />
<input type="hidden" name="FIRST_YEAR" value="<?PHP echo $this->_tpl_vars['FIRST_YEAR']; ?>
" />
<input type="hidden" name="FIRST_MONTH" value="<?PHP echo $this->_tpl_vars['FIRST_MONTH']; ?>
" />
<input type="hidden" name="SIM_cboYaer" value="<?PHP echo $this->_tpl_vars['SIM_cboYaer']; ?>
" />
<input type="hidden" name="SIM_cboMon" value="<?PHP echo $this->_tpl_vars['SIM_cboMon']; ?>
" />
<input type="hidden" name="SIM_cboKikan" value="<?PHP echo $this->_tpl_vars['SIM_cboKikan']; ?>
" />
</div>