Subversion Repositories SmartDukaan

Rev

Rev 6057 | Rev 6070 | 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
 
52
                        <span style="display:inline-block; width:300px">Mobile Number : </span><span>$action.getNumber()</span><br>
53
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
54
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getAmount()</span><br>
6050 anupam.sin 55
						<hr style="width: 615px;height: 2px;background-color: black;border: none;">
56
						#if($action.getCoupons())
57
                        <span style="display:inline-block; width:300px">Coupons :</span>
58
						#foreach($coupon in $action.getCoupons())
59
                        <span style="margin-left: -6px;"><input checked='true' value='$coupon.getValue()' readonly='true' type="checkbox">$coupon.getCouponCode() worth $coupon.getAmount() rupees.</span>
60
						#end
61
						#end
6057 anupam.sin 62
    					#if(!$action.isLoggedIn())
63
							<div style="font-size:15px;color:red">If you want to use wallet please <a href="http://local.shop2020.in:8080/login?redirectUrl=/recharge"><b>LOGIN NOW</b></a></div>
64
						#else
65
							<div style="font-size:15px;color:red;">$action.getMessage()</div>
66
						#end
6050 anupam.sin 67
						<br><br>
68
						<span style="display:inline-block; width:300px">Amount to pay : </span><span style="font-size:20px"><b>Rs. $action.getAmount()</b></span>
69
						<br><br><br>
70
						<input type='hidden' name='rechargeType' value='$action.getRechargeType()'>
71
						<input type='hidden' name='operator' value='$action.getOperator()'>
72
						<input type='hidden' name='userId' value='$action.getUserId()'>
73
						<input type='hidden' name='Amount' value='$action.getAmount()'>
74
						#if($action.getAmount() == '0')
75
							#set($buttonText = 'RECHARGE')
76
						#else
77
							#set($buttonText = 'PAY NOW')
78
						#end
79
						<div style="margin-left:213px;" id="coupons-submit-button" class="submit-button">$buttonText</div>
80
                 	</form>
81
				</div>
82
			</div>
6058 anupam.sin 83
			<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1">
6050 anupam.sin 84
			</div>
85
		</div>
86
	</div>
87
	#include("templates/footer.vm")
88
	<!-- color by color lightbox -->
89
	<div style="display:none;">
90
		<div class="colorSelLightBoxColor">
91
			<form name="frmColorSelName" method="post" action="#">
92
				<h1>Color Selector</h1>
93
				<h2>"Please choose color of product"</h2>
94
				<div class="content"></div>
95
				<div class="bigImgButton yellow-image">
96
					<input value="Continue" type="button" class="button" onclick="selectColor();" />
97
				</div>
98
				<div class="clearBoth"></div>
99
			</form>
100
		</div>
101
	</div>
102
	<!-- /color by color lightbox -->
103
	#include ( "templates/commonjsfiles.vm" )
104
	<script type="text/javascript" charset="utf-8">
105
$(function(){
106
	$('ul.product-description li').truncate({addtitle: true});
107
});
108
	</script>
109
</body>
110
</html>