| Line 12... |
Line 12... |
| 12 |
#include ( "templates/commoncssfiles.vm" )
|
12 |
#include ( "templates/commoncssfiles.vm" )
|
| 13 |
|
13 |
|
| 14 |
<link rel="stylesheet" href="/css/home.css" type="text/css" />
|
14 |
<link rel="stylesheet" href="/css/home.css" type="text/css" />
|
| 15 |
<link href="https://plus.google.com/108546508648658526684" rel="publisher" />
|
15 |
<link href="https://plus.google.com/108546508648658526684" rel="publisher" />
|
| 16 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
|
16 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
|
| - |
|
17 |
<style>
|
| - |
|
18 |
label.error{
|
| - |
|
19 |
color:red;
|
| - |
|
20 |
float:left;
|
| - |
|
21 |
font-size:12px;
|
| - |
|
22 |
padding: 2px 0;
|
| - |
|
23 |
width:500px;
|
| - |
|
24 |
</style>
|
| 17 |
</head>
|
25 |
</head>
|
| 18 |
|
26 |
|
| 19 |
<body>
|
27 |
<body>
|
| 20 |
<noscript>
|
28 |
<noscript>
|
| 21 |
<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
|
29 |
<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
|
| Line 52... |
Line 60... |
| 52 |
<div class="rowWidth"><span id="mobNumberText">Hello World : </span><input id="mobNumberBox" type="text"></div>-->
|
60 |
<div class="rowWidth"><span id="mobNumberText">Hello World : </span><input id="mobNumberBox" type="text"></div>-->
|
| 53 |
<div id="firstCol" style="width:33%; text-align:right; float:left">
|
61 |
<div id="firstCol" style="width:33%; text-align:right; float:left">
|
| 54 |
<br><br><br>
|
62 |
<br><br><br>
|
| 55 |
Recharge Your :
|
63 |
Recharge Your :
|
| 56 |
<br><br><br>
|
64 |
<br><br><br>
|
| 57 |
#if($action.getServiceType() == "DTH")
|
65 |
#if($action.getServiceType() == "2")
|
| 58 |
DTH Number :
|
66 |
DTH Number :
|
| 59 |
#else
|
67 |
#else
|
| 60 |
Mobile Number :
|
68 |
Mobile Number :
|
| 61 |
#end
|
69 |
#end
|
| 62 |
<br><br><br>
|
70 |
<br><br><br>
|
| Line 86... |
Line 94... |
| 86 |
</p>
|
94 |
</p>
|
| 87 |
<br>
|
95 |
<br>
|
| 88 |
<form id='rechargeDetailsForm' action='/confirm' method='post'>
|
96 |
<form id='rechargeDetailsForm' action='/confirm' method='post'>
|
| 89 |
#if($action.getServiceType() == "2")
|
97 |
#if($action.getServiceType() == "2")
|
| 90 |
#set($inputClass = 'full-size-input')
|
98 |
#set($inputClass = 'full-size-input')
|
| - |
|
99 |
<input type="text" name='dthnumber' maxlength="10" class="$inputClass"></input>
|
| 91 |
#else
|
100 |
#else
|
| 92 |
#set($inputClass = 'regular-size-input')
|
101 |
#set($inputClass = 'regular-size-input')
|
| - |
|
102 |
<input type="text" name='number' maxlength="10" class="$inputClass"></input>
|
| 93 |
#end
|
103 |
#end
|
| 94 |
<input type='hidden' name='rechargeType' value='$action.getServiceType()'>
|
104 |
<input type='hidden' name='rechargeType' value='$action.getServiceType()'>
|
| 95 |
<input type="text" name='number' maxlength="10" class=$inputClass></input>
|
- |
|
| 96 |
<br><br>
|
105 |
<br><br>
|
| 97 |
#set($providerMap = $action.getProviderMap())
|
106 |
#set($providerMap = $action.getProviderMap())
|
| 98 |
#set($providerKeys = $action.getProviderKeys())
|
107 |
#set($providerKeys = $action.getProviderKeys())
|
| 99 |
<select name='operator' style="font-size:20px; padding: 5px;">
|
108 |
<select name='operator' style="font-size:20px; padding: 5px;">
|
| 100 |
<option value='0'>Select Operator</option>
|
109 |
<option value='0'>Select Operator</option>
|
| 101 |
#foreach($providerKey in $providerKeys)
|
110 |
#foreach($providerKey in $providerKeys)
|
| 102 |
<option value='$providerKey'>$providerMap.get($providerKey)</option>
|
111 |
<option value='$providerKey'>$providerMap.get($providerKey)</option>
|
| 103 |
#end
|
112 |
#end
|
| 104 |
</select>
|
113 |
</select>
|
| 105 |
<br><br>
|
114 |
<br><br>
|
| - |
|
115 |
#if($action.getServiceType() == "1")
|
| - |
|
116 |
#set($name='amount')
|
| - |
|
117 |
#else
|
| - |
|
118 |
#set($name='dthamount')
|
| - |
|
119 |
#end
|
| 106 |
<input type="text" maxlength="5" name='amount' style="background: white url('/images/Rupee.png') no-repeat 2px;" class='regular-size-input'></input>
|
120 |
<input type="text" maxlength="5" name='$name' style="background: white url('/images/Rupee.png') no-repeat 2px;" class='regular-size-input'></input>
|
| 107 |
<div style="margin-top:20px">
|
121 |
<div style="margin-top:20px">
|
| 108 |
<input type="text" name='email' class='full-size-input'></input>
|
122 |
<input type="text" name='email' class='full-size-input'></input>
|
| 109 |
<br>
|
123 |
<br>
|
| 110 |
<span style="font-size:13px">We will send recharge confirmation on this address.</span>
|
124 |
<span style="font-size:13px">We will send recharge confirmation on this address.</span>
|
| 111 |
</div>
|
125 |
</div>
|
| 112 |
</form>
|
126 |
</form>
|
| 113 |
<br><br>
|
127 |
<br><br>
|
| 114 |
<div id="confirm-button" class="submit-button">CONFIRM ></div>
|
128 |
<div id="confirm-button" class="submit-button">CONFIRM ></div>
|
| 115 |
</div>
|
129 |
</div>
|
| - |
|
130 |
|
| 116 |
</div>
|
131 |
</div>
|
| 117 |
</div>
|
132 |
</div>
|
| - |
|
133 |
<div class="widgets right">
|
| 118 |
<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1">
|
134 |
<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1"></div>
|
| 119 |
</div>
|
135 |
</div>
|
| 120 |
</div>
|
136 |
</div>
|
| 121 |
</div>
|
137 |
</div>
|
| 122 |
#include("templates/footer.vm")
|
138 |
#include("templates/footer.vm")
|
| 123 |
<!-- color by color lightbox -->
|
- |
|
| 124 |
<div style="display:none;">
|
- |
|
| 125 |
<div class="colorSelLightBoxColor">
|
- |
|
| 126 |
<form name="frmColorSelName" method="post" action="#">
|
- |
|
| 127 |
<h1>Color Selector</h1>
|
- |
|
| 128 |
<h2>"Please choose color of product"</h2>
|
- |
|
| 129 |
<div class="content"></div>
|
- |
|
| 130 |
<div class="bigImgButton yellow-image">
|
- |
|
| 131 |
<input value="Continue" type="button" class="button" onclick="selectColor();" />
|
- |
|
| 132 |
</div>
|
- |
|
| 133 |
<div class="clearBoth"></div>
|
- |
|
| 134 |
</form>
|
- |
|
| 135 |
</div>
|
- |
|
| 136 |
</div>
|
- |
|
| 137 |
<!-- /color by color lightbox -->
|
- |
|
| 138 |
#include ( "templates/commonjsfiles.vm" )
|
139 |
#include ( "templates/commonjsfiles.vm" )
|
| 139 |
<script type="text/javascript" charset="utf-8">
|
140 |
<script language="javascript" type="text/javascript" src="/js/recharge.js"></script>
|
| 140 |
$(function(){
|
- |
|
| 141 |
$('ul.product-description li').truncate({addtitle: true});
|
- |
|
| 142 |
});
|
- |
|
| 143 |
</script>
|
- |
|
| 144 |
</body>
|
141 |
</body>
|
| 145 |
</html>
|
142 |
</html>
|