Subversion Repositories SmartDukaan

Rev

Rev 6056 | Rev 6059 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6050 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
 
6
<!-- Prevent MS Office toolbar from changing layout -->
7
	<meta name="google-site-verification" content="NPHVASYh9ZsYbjffRuAU4dhEHhx7xSKUj9GycYUMo_o" /> 
8
	<META name="y_key" content="116f6310a0df3c4f" />
9
	<meta name="msvalidate.01" content="A9BB200170442859BD6DF681353ACD78" />
10
	<title>Recharge payment details</title>
11
 
12
#include ( "templates/commoncssfiles.vm" )
6056 amit.gupta 13
#set($rechargeOrder = $action.getRechargeOrder()) 
14
#set($status = $action.getOrderStatus())
6050 anupam.sin 15
	<link rel="stylesheet" href="/css/home.css" type="text/css" />
16
	<style type="text/css">
17
		#myAccount .status h1 {
18
    color: #030303;
19
    font-size: 18px;
20
    font-weight: bold;
21
}
22
#myAccount .status .note {
23
    font-size: 12px;
24
    font-weight: normal;
25
}
26
#myAccount .status th {
27
    background: none repeat scroll 0 0 #DAF0F8;
28
    border-left: 1px solid #CCCCCC;
29
    border-right: 1px solid #CCCCCC;
30
    border-top: 1px solid #CCCCCC;
31
    font-size: 16px;
32
    text-align: center;
33
}
34
#myAccount .status td {
35
    border-color: #CCCCCC;
36
    border-style: solid;
37
    border-width: 1px;
38
    font-size: 14px;
39
    text-align: center;
40
}
41
 
42
#myAccount .status .message > ul {
43
    color: #0000FF;
44
    font-size: 14px;
45
}
46
a {
47
    color: #0000FF;
48
    outline: medium none;
49
    text-decoration: none;
50
}
51
</style>
52
	<link href="https://plus.google.com/108546508648658526684" rel="publisher" />
53
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
54
</head>
55
 
56
<body>
57
	<noscript>
58
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
59
	</noscript>
60
	$action.getHeaderSnippet()
61
	<!-- Main -->
62
	<div id="main">
63
		<div class="main-content">
64
			<div class="main-top"></div>
65
			<div class="main-left left">
66
				<div class="main-left-banner">
67
					<script type='text/javascript'><!--//<![CDATA[
68
               var m3_u = (location.protocol=='https:'?'https://open.saholic.com/openx/www/delivery/ajs.php':'http://open.saholic.com/openx/www/delivery/ajs.php');
69
               var m3_r = Math.floor(Math.random()*99999999999);
70
               if (!document.MAX_used) document.MAX_used = ',';
71
               document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
72
               document.write ("?zoneid=1");
73
               document.write ('&amp;cb=' + m3_r);
74
               if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
75
               document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
76
               document.write ("&amp;loc=" + escape(window.location));
77
               if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
78
               if (document.context) document.write ("&context=" + escape(document.context));
79
               if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
80
               document.write ("'><\/scr"+"ipt>");
81
            //]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=a592d2cd&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=1&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a592d2cd' border='0' alt='' /></a></noscript>
82
				</div>
83
				<div style="width: 100%;border: solid 1px #2789C1;float:left;font-size: 20px;color:#444444;height: 426px;" class="recharge-main-left-container">
84
<div id="myAccount">
85
<div class="status" style="width: 670px; height: 380px; border-top-width: 15px; padding: 23px 20px;">
86
<h1>Recharge Details</h1>
87
<div style="padding-top: 10px; padding-bottom: 20px;" class="note">Note: Please note the following details about your Online Recharge request.</div>
88
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="padding-top: 2px; padding-bottom: 2px; border-top-width: 0px; border-left-width: 0px;" id="rechargeData" class="tablesorter">
89
                                <thead>
90
                                    <tr>
6056 amit.gupta 91
                                        <th width="25%" style="padding-top: 4px; padding-bottom: 4px;">#if ($action.isDTH()) Account Number #else Mobile Number#end</th>
6050 anupam.sin 92
										<th width="25%">Operator</th>
93
                                        <th width="25%">Amount</th>
94
                                        <th width="25%" class="borderRight">Status</th>
95
                                    </tr>
96
                                </thead>
97
                                <tbody>
98
                                    <tr>
6056 amit.gupta 99
                                        <td style="padding-top: 5px; padding-bottom: 5px;">$rechargeOrder.getDeviceNumber()</td>
100
                                        <td>$action.getProvider()</td>
101
                                        <td>$rechargeOrder.getTotalAmount()</td>
102
                                        <td class="$status.get(0)">$status.get(1)</td>
6050 anupam.sin 103
                                    </tr>
104
                                </tbody>
105
                            </table>
106
<div class="message" style="padding-top: 30px;">
6056 amit.gupta 107
	$status.get(2)
6050 anupam.sin 108
</div>
109
</div>
110
</div>
111
</div>
112
 
113
 
114
 
115
				</div>
116
			</div>
6058 anupam.sin 117
			<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1">
6050 anupam.sin 118
			</div>
119
		</div>
120
	</div>
121
	#include("templates/footer.vm")
122
	<!-- color by color lightbox -->
123
	<div style="display:none;">
124
		<div class="colorSelLightBoxColor">
125
			<form name="frmColorSelName" method="post" action="#">
126
				<h1>Color Selector</h1>
127
				<h2>"Please choose color of product"</h2>
128
				<div class="content"></div>
129
				<div class="bigImgButton yellow-image">
130
					<input value="Continue" type="button" class="button" onclick="selectColor();" />
131
				</div>
132
				<div class="clearBoth"></div>
133
			</form>
134
		</div>
135
	</div>
136
	<!-- /color by color lightbox -->
137
	#include ( "templates/commonjsfiles.vm" )
138
	<script type="text/javascript" charset="utf-8">
139
$(function(){
140
	$('ul.product-description li').truncate({addtitle: true});
141
});
142
	</script>
143
</body>
144
</html>