| 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">
|
| 7178 |
anupam.sin |
5 |
<link rel="stylesheet" href="css/rechargewebapp_18042013.css" type="text/css" />
|
| 7080 |
anupam.sin |
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>
|
| 7236 |
anupam.sin |
11 |
<script language="javascript" type="text/javascript" src="js/rechargewebapp_07052013.js"></script>
|
| 7080 |
anupam.sin |
12 |
</head>
|
|
|
13 |
|
|
|
14 |
<body style="margin: 0;">
|
| 7176 |
anupam.sin |
15 |
|
|
|
16 |
<div style="line-height:37px;height:37px;background-color:#333;color:white;">
|
| 7207 |
anupam.sin |
17 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
|
|
|
18 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Today's Collection : </span><span style="font-size:20px">$action.getCollectedAmount()</span>
|
| 7176 |
anupam.sin |
19 |
<a style="margin:0px 25px 0px 25px;color:white" href="/rch/report">REPORTS</a>
|
|
|
20 |
<a style="color:white;" href="/rch/!doLogout">Logout</a>
|
| 7080 |
anupam.sin |
21 |
</div>
|
| 7176 |
anupam.sin |
22 |
|
|
|
23 |
<div style="line-height:60px;height:60px;background-color:#DBEEFF;color: #333333;margin: 0px;padding-left: 35px;border-bottom:1px solid #67ABD3">
|
|
|
24 |
<img style="float:left;" src="/rch/images/Hotspot-Logo.jpg"></img>
|
|
|
25 |
<span style="font-size: 35px;font-family:'Times New Roman', Times, serif;float:left">Recharge Dashboard</span>
|
| 7178 |
anupam.sin |
26 |
<img style="float:right;margin-right:20px;" src="/rch/images/Saholic-Logo.jpg"></img>
|
| 7080 |
anupam.sin |
27 |
</div>
|
| 7176 |
anupam.sin |
28 |
|
| 7080 |
anupam.sin |
29 |
<div id="main" style="width: 75%;margin: 25px 0 0 25px;border: solid 1px #2789C1;">
|
|
|
30 |
|
|
|
31 |
<div style="height: 30px;background-color: #2789C1;font-size: 14px;font-weight: bold;color: white;">
|
|
|
32 |
<div style="margin: 0px 10px 0px 10px;padding-top: 7px;">
|
|
|
33 |
<span style="float:left">RECHARGE RESULT</span>
|
|
|
34 |
</div>
|
|
|
35 |
</div>
|
|
|
36 |
|
|
|
37 |
<div class='padding-row'>
|
|
|
38 |
</div>
|
|
|
39 |
|
|
|
40 |
<div class="row">
|
|
|
41 |
<div class="text">$action.getResultMessage()</div>
|
|
|
42 |
</div>
|
| 7139 |
amit.gupta |
43 |
#if($action.showPrintButton())
|
|
|
44 |
|
|
|
45 |
<div class="row">
|
| 7151 |
amit.gupta |
46 |
<div class="text">Net Payable amount: </div>
|
| 7139 |
amit.gupta |
47 |
<div style="text-align:left;width: 340px;color: blue;" class="text">Rs.$action.getPaymentAmount()</div>
|
|
|
48 |
</div>
|
|
|
49 |
#end
|
| 7080 |
anupam.sin |
50 |
|
| 7096 |
anupam.sin |
51 |
|
| 7080 |
anupam.sin |
52 |
<div class="row">
|
| 7096 |
anupam.sin |
53 |
<div style="padding: 10px 20px 0 140px;margin-top: 25px;text-align: right;">
|
|
|
54 |
<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/')">
|
|
|
55 |
#if($action.showPrintButton())
|
| 7139 |
amit.gupta |
56 |
<form action="recharge-result!downloadInvoice">
|
|
|
57 |
<input type="hidden" name="rechargeId" value="$rechargeId"/>
|
|
|
58 |
<input type="submit" value="Print Invoice" style="height: 22px;cursor: pointer;width: 100px;font-size: 14px;">
|
|
|
59 |
</form>
|
| 7096 |
anupam.sin |
60 |
#end
|
| 7080 |
anupam.sin |
61 |
</div>
|
|
|
62 |
</div>
|
|
|
63 |
|
| 7096 |
anupam.sin |
64 |
|
| 7080 |
anupam.sin |
65 |
<div class='padding-row'>
|
|
|
66 |
</div>
|
|
|
67 |
</div>
|
|
|
68 |
|
|
|
69 |
|
|
|
70 |
</body>
|
|
|
71 |
|
|
|
72 |
</html>
|