pay_info.pt
3.11 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
<html metal:use-macro="load: opensipkd.base:views/templates/base3-clean.pt">
<div metal:fill-slot="content">
<style>
button {
margin:0px 3px;
}
#main{min-height: 1px;
padding-bottom: 1px;}
hr {
display: block;
margin-top: 0px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
/*border-style: inset;*/
/*border-width: 0.2px;*/
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
.control-label{
text-align: left !important;
}
</style>
</div>
<div metal:fill-slot="scripts">
<div class="panel-body col-md-12">
<div class="col-md-6 col-md-offset-3 col-xs-12" style="padding: 0px;">
<!-- Proses Template Form -->
<form method="post"
accept-charset="utf-8"
id="deform"
class="form-horizontal"
enctype="multipart/form-data"
style="background-color:white;"
autocomplete="off">
<!-- Tampilan untuk general error -->
<!-- END Tampilan untuk general error -->
<div class="col-md-12">
<!-- Looping Semua Field-->
<h5 style="width: 100%; text-align: left;">Lakukan pembayaran sebelum tagihan kamu kadaluwarsa.</h5>
<div class="panel-body well" style="padding: 0px;">
<div class="panel-header" style="text-align: center;">
<label style="font-weight: normal; margin-bottom: 0px; margin-top: 10px;" class="col-md-12 col-xs-12 col-sm-12">
Total pembayaran
</label>
<label style="font-size: 1.2em; color: #db4827;" class="col-md-12 col-xs-12 col-sm-12">
Rp. ${amount}
</label>
</div>
<hr class="col-sm-12 col-md-12 col-xs-12" >
<label style="font-weight: normal;" class="col-md-12 col-xs-12 col-sm-12">Batas Pembayaran </label>
<label style="font-weight: normal;" class="col-md-12 col-xs-12 col-sm-12">${dt_tm_str}</label>
<hr class="col-sm-12 col-md-12 col-xs-12" >
<label style="font-weight: normal;" class="col-md-12 col-xs-12 col-sm-12">Metode Pembayaran :</label>
<div class="col-md-12 col-xs-12 col-sm-12" id="img_container">
<img style="height: 60px;" src="${request._host}/static/payment/${img_src}">
</div>
<label style="font-weight: normal; margin-top: 6px;" class="col-md-12 col-xs-12 col-sm-12">${meth_str}</label>
<hr class="col-sm-12 col-md-12 col-xs-12" >
<label style="font-weight: normal;" class="col-md-12 col-xs-12 col-sm-12">${subject}</label>
<label style="font-weight: bolder;" class="col-md-12 col-xs-12 col-sm-12">${content}</label>
</div>
</div>
<div>
</div>
</form>
<!-- End Template Form -->
<!-- </div> -->
</div>
</div>
<script>
$(document).ready(function() {
})
</script>
</div>
</html>