| Line 73... |
Line 73... |
| 73 |
<form id='serviceSelectForm' action='/recharge' method='post'>
|
73 |
<form id='serviceSelectForm' action='/recharge' method='post'>
|
| 74 |
<input id='serviceType' type="hidden" name='serviceType' value=''>
|
74 |
<input id='serviceType' type="hidden" name='serviceType' value=''>
|
| 75 |
<input name='form' type="hidden" value='serviceSelect'>
|
75 |
<input name='form' type="hidden" value='serviceSelect'>
|
| 76 |
</form>
|
76 |
</form>
|
| 77 |
<p style="display:block">
|
77 |
<p style="display:block">
|
| 78 |
#if($action.getServiceType() == "DTH")
|
78 |
#if($action.getServiceType() == "2")
|
| 79 |
#set($dthImageSrc = 'images/dth_pressed.png')
|
79 |
#set($dthImageSrc = '/images/dth_pressed.png')
|
| 80 |
#set($phoneImageSrc = 'images/phone.png')
|
80 |
#set($phoneImageSrc = '/images/phone.png')
|
| 81 |
#else
|
81 |
#else
|
| 82 |
#set($phoneImageSrc = 'images/phone_pressed.png')
|
82 |
#set($phoneImageSrc = '/images/phone_pressed.png')
|
| 83 |
#set($dthImageSrc = 'images/dth.png')
|
83 |
#set($dthImageSrc = '/images/dth.png')
|
| 84 |
#end
|
84 |
#end
|
| 85 |
<img id="phone-image" src=$phoneImageSrc style="cursor:pointer"><img id="dth-image" src=$dthImageSrc style="cursor:pointer">
|
85 |
<img id="phone-image" src=$phoneImageSrc style="cursor:pointer"><img id="dth-image" src=$dthImageSrc style="cursor:pointer">
|
| 86 |
</p>
|
86 |
</p>
|
| 87 |
<br>
|
87 |
<br>
|
| 88 |
<form id='rechargeDetailsForm' action='/confirm' method='post'>
|
88 |
<form id='rechargeDetailsForm' action='/confirm' method='post'>
|
| 89 |
#if($action.getServiceType() == "DTH")
|
89 |
#if($action.getServiceType() == "2")
|
| 90 |
#set($inputClass = 'full-size-input')
|
90 |
#set($inputClass = 'full-size-input')
|
| 91 |
#else
|
91 |
#else
|
| 92 |
#set($inputClass = 'regular-size-input')
|
92 |
#set($inputClass = 'regular-size-input')
|
| 93 |
#end
|
93 |
#end
|
| 94 |
<input type='hidden' name='rechargeType' value='$action.getServiceType()'>
|
94 |
<input type='hidden' name='rechargeType' value='$action.getServiceType()'>
|
| Line 101... |
Line 101... |
| 101 |
#foreach($providerKey in $providerKeys)
|
101 |
#foreach($providerKey in $providerKeys)
|
| 102 |
<option value='$providerKey'>$providerMap.get($providerKey)</option>
|
102 |
<option value='$providerKey'>$providerMap.get($providerKey)</option>
|
| 103 |
#end
|
103 |
#end
|
| 104 |
</select>
|
104 |
</select>
|
| 105 |
<br><br>
|
105 |
<br><br>
|
| 106 |
<input type="text" maxlength="5" name='amount' style="background: white url('images/Rupee.png') no-repeat 2px;" class='regular-size-input'></input>
|
106 |
<input type="text" maxlength="5" name='amount' style="background: white url('/images/Rupee.png') no-repeat 2px;" class='regular-size-input'></input>
|
| 107 |
<div style="margin-top:20px">
|
107 |
<div style="margin-top:20px">
|
| 108 |
<input type="text" name='email' class='full-size-input'></input>
|
108 |
<input type="text" name='email' class='full-size-input'></input>
|
| 109 |
<br>
|
109 |
<br>
|
| 110 |
<span style="font-size:13px">We will send recharge confirmation on this address.</span>
|
110 |
<span style="font-size:13px">We will send recharge confirmation on this address.</span>
|
| 111 |
</div>
|
111 |
</div>
|
| Line 113... |
Line 113... |
| 113 |
<br><br>
|
113 |
<br><br>
|
| 114 |
<div id="confirm-button" class="submit-button">CONFIRM ></div>
|
114 |
<div id="confirm-button" class="submit-button">CONFIRM ></div>
|
| 115 |
</div>
|
115 |
</div>
|
| 116 |
</div>
|
116 |
</div>
|
| 117 |
</div>
|
117 |
</div>
|
| 118 |
<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('images/back1.png');border:solid 1px #2789C1">
|
118 |
<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1">
|
| 119 |
</div>
|
119 |
</div>
|
| 120 |
</div>
|
120 |
</div>
|
| 121 |
</div>
|
121 |
</div>
|
| 122 |
#include("templates/footer.vm")
|
122 |
#include("templates/footer.vm")
|
| 123 |
<!-- color by color lightbox -->
|
123 |
<!-- color by color lightbox -->
|