Subversion Repositories SmartDukaan

Rev

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

Rev 6103 Rev 6111
Line 115... Line 115...
115
							<option value='0'>Select Operator</option>
115
							<option value='0'>Select Operator</option>
116
							#foreach($providerKey in $providerKeys)
116
							#foreach($providerKey in $providerKeys)
117
								<option value='$providerKey'>$providerMap.get($providerKey)</option>
117
								<option value='$providerKey'>$providerMap.get($providerKey)</option>
118
							#end
118
							#end
119
						</select>
119
						</select>
-
 
120
						<span style="font-size: 13px; padding-left: 10px;color: blue;">MNP Users choose operator manually</span>
120
						<br><br>
121
						<br><br>
121
						#if($action.getServiceType() == "1")
122
						#if($action.getServiceType() == "1")
122
							#set($name='amount')
123
							#set($name='amount')
123
						#else
124
						#else
124
							#set($name='dthamount')
125
							#set($name='dthamount')
125
						#end
126
						#end
126
						<input type="text" maxlength="5" name='$name' style="background: white url('/images/Rupee.png') no-repeat 2px;" class='regular-size-input'></input>
127
						<input type="text" maxlength="5" name='$name' style="background: white url('/images/Rupee.png') no-repeat 2px;" class='regular-size-input'></input>
127
						<div style="margin-top:20px">
128
						<div style="margin-top:20px">
-
 
129
							#if($action.getUserInfo().isLoggedIn())
-
 
130
								#set($emailId = $action.getUserInfo().getEmail())
-
 
131
							#else
-
 
132
								#set($emailId = "")
-
 
133
							#end
128
							<input type="text" name='email' class='full-size-input'></input>
134
							<input type="text" name='email' class='full-size-input' value ='$emailId'></input>
129
							<br>
135
							<br>
130
							<span style="font-size:13px">We will send recharge confirmation on this address.</span>
136
							<span style="font-size:13px">We will send recharge confirmation on this address.</span>
131
						</div>
137
						</div>
132
						</form>
138
						</form>
133
						<br><br>
139
						<br><br>