| Line 67... |
Line 67... |
| 67 |
<div id="special" class="plans-btn clearfix" style="display:none">
|
67 |
<div id="special" class="plans-btn clearfix" style="display:none">
|
| 68 |
<p>See popular plans for <span id="operatorName"></span></p>
|
68 |
<p>See popular plans for <span id="operatorName"></span></p>
|
| 69 |
<div id="1" onclick="topup(event)">Topup</div><div id="2" onclick="topup(event)">Special</div>
|
69 |
<div id="1" onclick="topup(event)">Topup</div><div id="2" onclick="topup(event)">Special</div>
|
| 70 |
</div>
|
70 |
</div>
|
| 71 |
<label>Amount (In Rs)</label>
|
71 |
<label>Amount (In Rs)</label>
|
| 72 |
<input name="recharge-amt" id="mobile-amount" type="number" class="price" placeholder="" />
|
72 |
<input name="recharge-amt" id="mobile-amount" type="number" placeholder="" />
|
| 73 |
|
73 |
|
| 74 |
<label>Email Id</label>
|
74 |
<label>Email Id</label>
|
| 75 |
<input id="emailId" name="email" type="email" value="<?php if(isset($email) && !empty($email)) echo $email;?>" onfocus="clearError()" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/>
|
75 |
<input id="emailId" name="email" type="email" value="<?php if(isset($email) && !empty($email)) echo $email;?>" onfocus="clearError()" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/>
|
| 76 |
|
76 |
|
| 77 |
<input type="submit" value="Recharge" name="submit"/>
|
77 |
<input type="submit" value="Recharge" name="submit"/>
|
| Line 90... |
Line 90... |
| 90 |
</select>
|
90 |
</select>
|
| 91 |
<input type="hidden" name="operator-name" id="dth_hidden" value="">
|
91 |
<input type="hidden" name="operator-name" id="dth_hidden" value="">
|
| 92 |
<label id="accountName">Account Number :</label>
|
92 |
<label id="accountName">Account Number :</label>
|
| 93 |
<input name="dth-number" type="number" id="dth-number" onfocus="clearError()"/>
|
93 |
<input name="dth-number" type="number" id="dth-number" onfocus="clearError()"/>
|
| 94 |
<label>Amount (In Rs)</label>
|
94 |
<label>Amount (In Rs)</label>
|
| 95 |
<input name="recharge-amt" id="dth-amount" type="number" class="price" onfocus="clearError()"/>
|
95 |
<input name="recharge-amt" id="dth-amount" type="number" onfocus="clearError()"/>
|
| 96 |
|
96 |
|
| 97 |
<label>Email Id</label>
|
97 |
<label>Email Id</label>
|
| 98 |
<input id="dth-email" name="email" type="email" value="<?php if(isset($email) && !empty($email)) echo $email;?>" onfocus="clearError()"/>
|
98 |
<input id="dth-email" name="email" type="email" value="<?php if(isset($email) && !empty($email)) echo $email;?>" onfocus="clearError()"/>
|
| 99 |
|
99 |
|
| 100 |
<input type="submit" value="Recharge" name="submit"/>
|
100 |
<input type="submit" value="Recharge" name="submit"/>
|