| 7080 |
anupam.sin |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
5 |
<link rel="stylesheet" href="css/rechargewebapp.css" type="text/css" />
|
|
|
6 |
|
|
|
7 |
<script language="javascript" type="text/javascript" src="js/jquery-1.4.2.js"></script>
|
|
|
8 |
<script language="javascript" type="text/javascript" src="js/jquery.colorbox-min.js"></script>
|
|
|
9 |
<script language="javascript" type="text/javascript" src="js/jquery.validate.js"></script>
|
|
|
10 |
<script language="javascript" type="text/javascript" src="js/jquery.dataTables.min.js"></script>
|
|
|
11 |
<script language="javascript" type="text/javascript" src="js/rechargewebapp.js"></script>
|
|
|
12 |
</head>
|
|
|
13 |
|
|
|
14 |
<body style="margin: 0;">
|
|
|
15 |
<div style="height:45px;">
|
|
|
16 |
</div>
|
|
|
17 |
<div style="height:45px;background: url('images/topbar.png') repeat-x left bottom;color: white;margin: 0px;padding-left: 35px;">
|
|
|
18 |
<span style="font-size: 35px;font-family:'Times New Roman', Times, serif;">HotSpot Recharge Dashboard<span style="font-size: 14px;font-family:Arial, Arial, sans-serif;"> - Powered by Saholic.com</span></span>
|
|
|
19 |
</div>
|
|
|
20 |
<div id="main" style="width: 75%;margin: 25px 0 0 25px;border: solid 1px #2789C1;">
|
|
|
21 |
|
|
|
22 |
<div style="height: 30px;background-color: #2789C1;font-size: 14px;font-weight: bold;color: white;">
|
|
|
23 |
<div style="margin: 0px 10px 0px 10px;padding-top: 7px;">
|
|
|
24 |
<span style="float:left">RECHARGE RESULT</span>
|
|
|
25 |
</div>
|
|
|
26 |
</div>
|
|
|
27 |
|
|
|
28 |
<div class='padding-row'>
|
|
|
29 |
</div>
|
|
|
30 |
|
|
|
31 |
<div class="row">
|
|
|
32 |
<div class="text">$action.getResultMessage()</div>
|
|
|
33 |
</div>
|
| 7139 |
amit.gupta |
34 |
#if($action.showPrintButton())
|
|
|
35 |
|
|
|
36 |
<div class="row">
|
| 7151 |
amit.gupta |
37 |
<div class="text">Net Payable amount: </div>
|
| 7139 |
amit.gupta |
38 |
<div style="text-align:left;width: 340px;color: blue;" class="text">Rs.$action.getPaymentAmount()</div>
|
|
|
39 |
</div>
|
|
|
40 |
#end
|
| 7080 |
anupam.sin |
41 |
|
| 7096 |
anupam.sin |
42 |
|
| 7080 |
anupam.sin |
43 |
<div class="row">
|
| 7096 |
anupam.sin |
44 |
<div style="padding: 10px 20px 0 140px;margin-top: 25px;text-align: right;">
|
|
|
45 |
<input id="home-button" type="button" value="Home Page" style="height: 30px;cursor: pointer;width: 150px;font-size: 20px;float: left;background-color: orange;" onclick="window.location.replace('/rch/')">
|
|
|
46 |
#if($action.showPrintButton())
|
| 7139 |
amit.gupta |
47 |
<form action="recharge-result!downloadInvoice">
|
|
|
48 |
<input type="hidden" name="rechargeId" value="$rechargeId"/>
|
|
|
49 |
<input type="submit" value="Print Invoice" style="height: 22px;cursor: pointer;width: 100px;font-size: 14px;">
|
|
|
50 |
</form>
|
| 7096 |
anupam.sin |
51 |
#end
|
| 7080 |
anupam.sin |
52 |
</div>
|
|
|
53 |
</div>
|
|
|
54 |
|
| 7096 |
anupam.sin |
55 |
|
| 7080 |
anupam.sin |
56 |
<div class='padding-row'>
|
|
|
57 |
</div>
|
|
|
58 |
</div>
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
</body>
|
|
|
62 |
|
|
|
63 |
</html>
|