BRR0300.tpl
3.81 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
<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>{$siha}</td>
<td nowrap>{$kr_name}</td>
<td nowrap align="right">{$START_MONEY_fm}</td>
<td nowrap>{$kariire_date}</td>
<td nowrap align="right">{$kinri}%</td>
<td nowrap>{$FIRST_YEAR}年 {$FIRST_MONTH}月</td>
<td nowrap align="right">{$hensai_count}回</td>
</tr>
</table>
<div class="Unit">
金額単位({$mUnitName})
</div>
<div style="margin-left:10px; ">
<input type="button" class="btnCancel" onClick="Hyo();" value="一覧へ戻る"> 最終更新:{$up_time} {$up_name}
</div>
<div class="plan_sub" style="clear:both; "><input type="button" class="btnGo" value="登 録" onClick="plan_toroku('{$hensai_count}');"></div>
<div class="Main_tbl">
<table class="hensai_hyo" cellpadding="0" cellspacing="0">
<tr class="count">
<th width="50" align="center">回数</th>
{section name=ymCnt loop=$dataYM}
<td>
{$con[ymCnt]}
</td>
{/section}
</tr>
<tr class="hensai_year">
<th width="50" align="center">年</th>
{section name=ymCnt loop=$dataYM}
<td bgcolor="{$dataYMCOLOR[ymCnt]}">
{$dataYM[ymCnt][0]}年
</td>
{/section}
</tr>
<tr class="hensai_date" align="center">
<th width="50">月</th>
{section name=ymCnt loop=$dataYM}
<td bgcolor="{$dataYMCOLOR[ymCnt]}">
{$dataYM[ymCnt][1]}月
</td>
{/section}
</tr>
<tr class="hensaigaku" align="center">
<th width="50">返済額</th>
{section name=ymCnt loop=$dataYM}
<td width="30">
{$nyu_text[ymCnt]}<br />
<a href="javascript:ikkatsu_set({$smarty.section.ymCnt.index});">
<img style="margin-top:5px;" src="./templates/img/hensai_btn.gif" title="返済額の残高を入力します" border="0" />
</a>
</td>
{/section}
</tr>
<tr class="chekb">
<td width="30" style="border-bottom:1px solid #000099; border-right:1px solid #000099; "> </td>
{section name=ymCnt loop=$dataYM}
<td>
{$nyu_chk[ymCnt]}
</td>
{/section}
</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="{$kariire_seq}" />
<input type="hidden" name="hensai_count" value="{$hensai_count}" />
<input type="hidden" name="START_MONEY_BRR" value="{$START_MONEY_BRR}" />
<input type="hidden" name="yyyy" value="{$yyyy}" />
<input type="hidden" name="mon" value="{$mon}" />
<input type="hidden" name="gseq" value="{$gseq}" />
<input type="hidden" name="hseq" value="{$hseq}" />
<input type="hidden" name="kseq" value="{$kseq}" />
<input type="hidden" name="mode" value="{$mode}" />
<input type="hidden" name="siharai" value="{$siharai}" />
<input type="hidden" name="hensai_sd" value="{$hensai_sd}" />
<input type="hidden" name="hensai_ed" value="{$hensai_ed}" />
<input type="hidden" name="kmode" value="{$kmode}" />
<input type="hidden" name="FIRST_YEAR" value="{$FIRST_YEAR}" />
<input type="hidden" name="FIRST_MONTH" value="{$FIRST_MONTH}" />
<input type="hidden" name="SIM_cboYaer" value="{$SIM_cboYaer}" />
<input type="hidden" name="SIM_cboMon" value="{$SIM_cboMon}" />
<input type="hidden" name="SIM_cboKikan" value="{$SIM_cboKikan}" />
</div>