| Line 52... |
Line 52... |
| 52 |
if (document.context) document.write ("&context=" + escape(document.context));
|
52 |
if (document.context) document.write ("&context=" + escape(document.context));
|
| 53 |
if (document.mmm_fo) document.write ("&mmm_fo=1");
|
53 |
if (document.mmm_fo) document.write ("&mmm_fo=1");
|
| 54 |
document.write ("'><\/scr"+"ipt>");
|
54 |
document.write ("'><\/scr"+"ipt>");
|
| 55 |
//]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=a592d2cd&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE&n=a592d2cd' border='0' alt='' /></a></noscript>
|
55 |
//]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=a592d2cd&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE&n=a592d2cd' border='0' alt='' /></a></noscript>
|
| 56 |
</div>
|
56 |
</div>
|
| - |
|
57 |
<div style='height: 30px;background-color: #2789C1;font-size: 14px;font-weight: bold;color: #FFFFFF;border: solid 1px #2789C1;width: 100%;'>
|
| - |
|
58 |
<div style='margin:0 10px 0 10px;padding-top:7px'>
|
| - |
|
59 |
ENTER YOUR DETAILS
|
| - |
|
60 |
</div>
|
| - |
|
61 |
</div>
|
| 57 |
<div class="recharge-main-left-container">
|
62 |
<div class="recharge-main-left-container">
|
| 58 |
#if($action.getOperatorId()!=0)
|
63 |
#if($action.getOperatorId()!=0)
|
| 59 |
<h1 style="margin-top:5px; text-align:center;">$action.getPageName()</h1>
|
64 |
<h1 style="margin-top:5px; text-align:center;">$action.getPageName()</h1>
|
| 60 |
#end
|
65 |
#end
|
| 61 |
<!--
|
66 |
<!--
|
| Line 181... |
Line 186... |
| 181 |
var planName = plan.name;
|
186 |
var planName = plan.name;
|
| 182 |
var planDisplayName = plan.displayName;
|
187 |
var planDisplayName = plan.displayName;
|
| 183 |
var planDescription = plan.description;
|
188 |
var planDescription = plan.description;
|
| 184 |
jQuery('.planSelector').show();
|
189 |
jQuery('.planSelector').show();
|
| 185 |
if(i==0) {
|
190 |
if(i==0) {
|
| 186 |
jQuery('#planDropDown').append("<option selected='true' value='" + planName + "' desc='" + planDescription + "'>" + planDisplayName + "</option>");
|
- |
|
| 187 |
} else {
|
- |
|
| 188 |
jQuery('#planDropDown').append("<option value='" + planName + "' desc='" + planDescription + "'>" + planDisplayName + "</option>");
|
191 |
jQuery('#planDropDown').append("<option value='" + planName + "' desc='" + planDescription + "'>" + planDisplayName + "</option>");
|
| - |
|
192 |
} else {
|
| - |
|
193 |
jQuery('#planDropDown').append("<option selected='true' value='" + planName + "' desc='" + planDescription + "'>" + planDisplayName + "</option>");
|
| 189 |
}
|
194 |
}
|
| 190 |
});
|
195 |
});
|
| 191 |
jQuery('#planDescription').html(jQuery('#planDropDown option:selected').attr('desc'));
|
196 |
jQuery('#planDescription').html(jQuery('#planDropDown option:selected').attr('desc'));
|
| 192 |
});
|
197 |
});
|
| 193 |
jQuery('#planDropDown').change(function() {
|
198 |
jQuery('#planDropDown').change(function() {
|