Subversion Repositories SmartDukaan

Rev

Rev 6106 | Rev 6249 | 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>Instant recharge for your mobile and DTH</title>
11
 
12
#include ( "templates/commoncssfiles.vm" )
13
 
14
	<link rel="stylesheet" href="/css/home.css" type="text/css" />
15
	<link href="https://plus.google.com/108546508648658526684" rel="publisher" />
16
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
17
</head>
18
 
19
<body>
20
	<noscript>
21
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
22
	</noscript>
23
	$action.getHeaderSnippet()
24
	<!-- Main -->
25
	<div id="main">
26
		<div class="main-content">
27
			<div class="main-top"></div>
28
			<div class="main-left left">
29
				<div class="main-left-banner">
30
					<script type='text/javascript'><!--//<![CDATA[
31
               var m3_u = (location.protocol=='https:'?'https://open.saholic.com/openx/www/delivery/ajs.php':'http://open.saholic.com/openx/www/delivery/ajs.php');
32
               var m3_r = Math.floor(Math.random()*99999999999);
33
               if (!document.MAX_used) document.MAX_used = ',';
34
               document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
35
               document.write ("?zoneid=1");
36
               document.write ('&amp;cb=' + m3_r);
37
               if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
38
               document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
39
               document.write ("&amp;loc=" + escape(window.location));
40
               if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
41
               if (document.context) document.write ("&context=" + escape(document.context));
42
               if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
43
               document.write ("'><\/scr"+"ipt>");
44
            //]]>--></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>
45
				</div>
46
				<div class="recharge-main-left-container" style="font-size:16px">
47
                    <form id="create-recharge-form" style="float:left;padding-top:20px;padding-left:50px" action='/confirm!createRecharge'>
48
                        <h1>Recharge Details</h1>
49
                        <br>
50
                        <br>
6057 anupam.sin 51
 
6073 amit.gupta 52
                        <span style="display:inline-block; width:300px">#if($action.getRechargeType()=="1")Mobile Number#else Account Number#end : </span><span>$action.getNumber()</span><br>
6057 anupam.sin 53
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
6070 anupam.sin 54
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getTotalAmount()</span><br>
6050 anupam.sin 55
						<hr style="width: 615px;height: 2px;background-color: black;border: none;">
6070 anupam.sin 56
 
6057 anupam.sin 57
    					#if(!$action.isLoggedIn())
6089 anupam.sin 58
							<div style="font-size:15px;color:red">If you want to use wallet please <a href="/login?redirectUrl=/recharge"><b>LOGIN NOW</b></a></div>
6057 anupam.sin 59
						#else
60
							<div style="font-size:15px;color:red;">$action.getMessage()</div>
61
						#end
6050 anupam.sin 62
						<br><br>
63
						<span style="display:inline-block; width:300px">Amount to pay : </span><span style="font-size:20px"><b>Rs. $action.getAmount()</b></span>
64
						<br><br><br>
65
						<input type='hidden' name='rechargeType' value='$action.getRechargeType()'>
66
						<input type='hidden' name='operator' value='$action.getOperator()'>
67
						<input type='hidden' name='userId' value='$action.getUserId()'>
6070 anupam.sin 68
						<input type='hidden' name='amount' value='$action.getAmount()'>
69
						<input type='hidden' name='walletAmountUsed' value='$action.getWalletAmountUsed()'>
6077 anupam.sin 70
						<input type='hidden' name='number' value='$action.getNumber()'>
6091 anupam.sin 71
						<input type='hidden' name='email' value='$action.getEmail()'>
6178 anupam.sin 72
						<input type='hidden' name='plan' value='$action.getPlan()'>
6050 anupam.sin 73
						#if($action.getAmount() == '0')
74
							#set($buttonText = 'RECHARGE')
75
						#else
76
							#set($buttonText = 'PAY NOW')
77
						#end
6106 rajveer 78
						<div style="margin-left:213px;" id="pay-now-button" class="submit-button">$buttonText</div>
6050 anupam.sin 79
                 	</form>
80
				</div>
81
			</div>
6058 anupam.sin 82
			<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1">
6050 anupam.sin 83
			</div>
84
		</div>
85
	</div>
86
	#include("templates/footer.vm")
87
	<!-- color by color lightbox -->
88
	<div style="display:none;">
89
		<div class="colorSelLightBoxColor">
90
			<form name="frmColorSelName" method="post" action="#">
91
				<h1>Color Selector</h1>
92
				<h2>"Please choose color of product"</h2>
93
				<div class="content"></div>
94
				<div class="bigImgButton yellow-image">
95
					<input value="Continue" type="button" class="button" onclick="selectColor();" />
96
				</div>
97
				<div class="clearBoth"></div>
98
			</form>
99
		</div>
100
	</div>
101
	<!-- /color by color lightbox -->
102
	#include ( "templates/commonjsfiles.vm" )
103
	<script type="text/javascript" charset="utf-8">
104
$(function(){
105
	$('ul.product-description li').truncate({addtitle: true});
6106 rajveer 106
 
107
	$('#pay-now-button').click(function(){
108
		trackEventWithGA('Recharge', 'Pay Now', '');
109
	});
110
 
6050 anupam.sin 111
});
112
	</script>
113
</body>
114
</html>