Subversion Repositories SmartDukaan

Rev

Rev 6050 | Rev 6058 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6050 Rev 6057
Line 92... Line 92...
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()'>
95
						<input type="text" name='number' maxlength="10" class=$inputClass></input>
95
						<input type="text" name='number' maxlength="10" class=$inputClass></input>
96
						<br><br>
96
						<br><br>
-
 
97
						#set($providerMap = $action.getProviderMap())
-
 
98
						#set($providerKeys = $action.getProviderKeys())
97
						<select name='operator' style="font-size:20px; padding: 5px;">
99
						<select name='operator' style="font-size:20px; padding: 5px;">
98
							<option value='1'>Airtel</option>
-
 
99
							<option value='2'>Vodafone</option>
-
 
100
							<option value='3'>Docomo</option>
100
							<option value='0'>Select Operator</option>
101
							<option value='4'>Reliance</option>
101
							#foreach($providerKey in $providerKeys)
102
							<option value='5'>Operator</option>
102
								<option value='$providerKey'>$providerMap.get($providerKey)</option>
103
							<option value='6'>MyOperator</option>
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>