Subversion Repositories SmartDukaan

Rev

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

Rev 6066 Rev 6073
Line 94... Line 94...
94
						</p>
94
						</p>
95
						<br>
95
						<br>
96
						<form id='rechargeDetailsForm' action='/confirm' method='post'>
96
						<form id='rechargeDetailsForm' action='/confirm' method='post'>
97
						#if($action.getServiceType() == "2")
97
						#if($action.getServiceType() == "2")
98
							#set($inputClass = 'full-size-input')
98
							#set($inputClass = 'full-size-input')
99
							<input type="text" name='dthnumber' maxlength="10" class="$inputClass"></input>
99
							<input type="text" name='dthnumber' maxlength="20" class="$inputClass"></input>
100
						#else
100
						#else
101
							#set($inputClass = 'regular-size-input')
101
							#set($inputClass = 'regular-size-input')
102
							<input type="text" name='number' maxlength="10" class="$inputClass"></input>
102
							<input type="text" name='number' maxlength="10" class="$inputClass"></input>
103
						#end
103
						#end
104
						<input type='hidden' name='rechargeType' value='$action.getServiceType()'>
104
						<input type='hidden' name='rechargeType' value='$action.getServiceType()'>