| Line 28... |
Line 28... |
| 28 |
<section class="wrapper">
|
28 |
<section class="wrapper">
|
| 29 |
<div class="row">
|
29 |
<div class="row">
|
| 30 |
<div class="col-lg-12">
|
30 |
<div class="col-lg-12">
|
| 31 |
<h3 class="page-header"><i class="icon_document_alt"></i>RECHARGE</h3>
|
31 |
<h3 class="page-header"><i class="icon_document_alt"></i>RECHARGE</h3>
|
| 32 |
<ol class="breadcrumb">
|
32 |
<ol class="breadcrumb">
|
| 33 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
33 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("dthhistory.home")</a></li>
|
| 34 |
<li><i class="icon_document_alt"></i>DTH RECHARGES</li>
|
34 |
<li><i class="icon_document_alt"></i>#springMessage("dthhistory.dthrecharges")</li>
|
| 35 |
</ol>
|
35 |
</ol>
|
| 36 |
</div>
|
36 |
</div>
|
| 37 |
</div>
|
37 |
</div>
|
| 38 |
<div id="dth-recharge-table">
|
38 |
<div id="dth-recharge-table">
|
| 39 |
<div class="row">
|
39 |
<div class="row">
|
| 40 |
<div class="col-lg-12">
|
40 |
<div class="col-lg-12">
|
| 41 |
<table class="table table-striped table-advance table-hover">
|
41 |
<table class="table table-striped table-advance table-hover">
|
| 42 |
<tbody>
|
42 |
<tbody>
|
| 43 |
<tr>
|
43 |
<tr>
|
| 44 |
<th>Request Id</th>
|
44 |
<th>#springMessage("dthhistory.requestid")</th>
|
| 45 |
<th>Operator</th>
|
45 |
<th>#springMessage("dthhistory.operator")</th>
|
| 46 |
<th>Number</th>
|
46 |
<th>#springMessage("dthhistory.number")</th>
|
| 47 |
<th>Amount</th>
|
47 |
<th>#springMessage("dthhistory.amount")</th>
|
| 48 |
<th>Commission</th>
|
48 |
<th>#springMessage("dthhistory.commission")</th>
|
| 49 |
<th>Status</th>
|
49 |
<th>#springMessage("dthhistory.status")</th>
|
| 50 |
<th>Status Message</th>
|
50 |
<th>#springMessage("dthhistory.statusmessage")</th>
|
| 51 |
<th>Created On</th>
|
51 |
<th>#springMessage("dthhistory.createdon")</th>
|
| 52 |
<th>Updated On</th>
|
52 |
<th>#springMessage("dthhistory.updatedon")</th>
|
| 53 |
</tr>
|
53 |
</tr>
|
| 54 |
#if(!$rechargeTransactions.isEmpty())
|
54 |
#if(!$rechargeTransactions.isEmpty())
|
| 55 |
#foreach( $rechargeTransaction in $rechargeTransactions )
|
55 |
#foreach( $rechargeTransaction in $rechargeTransactions )
|
| 56 |
<tr class="dth-recharge-details" data="$rechargeTransaction.getId()">
|
56 |
<tr class="dth-recharge-details" data="$rechargeTransaction.getId()">
|
| 57 |
<td>$rechargeTransaction.getRequestId()</td>
|
57 |
<td>$rechargeTransaction.getRequestId()</td>
|
| Line 69... |
Line 69... |
| 69 |
<td>$rechargeTransaction.getFormattedUpdateTimestamp()</td>
|
69 |
<td>$rechargeTransaction.getFormattedUpdateTimestamp()</td>
|
| 70 |
</tr>
|
70 |
</tr>
|
| 71 |
#end
|
71 |
#end
|
| 72 |
#else
|
72 |
#else
|
| 73 |
<tr>
|
73 |
<tr>
|
| 74 |
<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
|
74 |
<td colspan="12" style="text-align:center;">#springMessage("dthhistory.nomatchingdatafoundforcriteria")</td>
|
| 75 |
</tr>
|
75 |
</tr>
|
| 76 |
#end
|
76 |
#end
|
| 77 |
</tbody>
|
77 |
</tbody>
|
| 78 |
</table>
|
78 |
</table>
|
| 79 |
</div>
|
79 |
</div>
|
| Line 84... |
Line 84... |
| 84 |
<div class="col-lg-9">
|
84 |
<div class="col-lg-9">
|
| 85 |
<p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span class="size">$size</span> items</p>
|
85 |
<p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span class="size">$size</span> items</p>
|
| 86 |
</div>
|
86 |
</div>
|
| 87 |
<div class="col-lg-3" style="text-align:right;">
|
87 |
<div class="col-lg-3" style="text-align:right;">
|
| 88 |
<div class="btn-group" style="width:40%">
|
88 |
<div class="btn-group" style="width:40%">
|
| 89 |
<button class="btn btn-primary previous" disabled="disabled" style="width:100%">Previous</button>
|
89 |
<button class="btn btn-primary previous" disabled="disabled" style="width:100%">#springMessage("dthhistory.previous")</button>
|
| 90 |
</div>
|
90 |
</div>
|
| 91 |
<div class="btn-group" style="width:40%">
|
91 |
<div class="btn-group" style="width:40%">
|
| 92 |
#if($end >= $size)
|
92 |
#if($end >= $size)
|
| 93 |
<button class="btn btn-primary next" style="width:100%" disabled="disabled">Next</button>
|
93 |
<button class="btn btn-primary next" style="width:100%" disabled="disabled">#springMessage("dthhistory.next")</button>
|
| 94 |
#else
|
94 |
#else
|
| 95 |
<button class="btn btn-primary next" style="width:100%">Next</button>
|
95 |
<button class="btn btn-primary next" style="width:100%">#springMessage("dthhistory.next")</button>
|
| 96 |
#end
|
96 |
#end
|
| 97 |
</div>
|
97 |
</div>
|
| 98 |
</div>
|
98 |
</div>
|
| 99 |
</div>
|
99 |
</div>
|
| 100 |
#end
|
100 |
#end
|