Subversion Repositories SmartDukaan

Rev

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

Rev 6077 Rev 6089
Line 53... Line 53...
53
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
53
						<span style="display:inline-block; width:300px">Operator : </span><span>$action.getOperatorName()</span><br>
54
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getTotalAmount()</span><br>
54
						<span style="display:inline-block; width:300px">Recharge amount : </span><span>Rs. $action.getTotalAmount()</span><br>
55
						<hr style="width: 615px;height: 2px;background-color: black;border: none;">
55
						<hr style="width: 615px;height: 2px;background-color: black;border: none;">
56
						
56
						
57
    					#if(!$action.isLoggedIn())
57
    					#if(!$action.isLoggedIn())
58
							<div style="font-size:15px;color:red">If you want to use wallet please <a href="http://local.shop2020.in:8080/login?redirectUrl=/recharge"><b>LOGIN NOW</b></a></div>
58
							<div style="font-size:15px;color:red">If you want to use wallet please <a href="/login?redirectUrl=/recharge"><b>LOGIN NOW</b></a></div>
59
						#else
59
						#else
60
							<div style="font-size:15px;color:red;">$action.getMessage()</div>
60
							<div style="font-size:15px;color:red;">$action.getMessage()</div>
61
						#end
61
						#end
62
						<br><br>
62
						<br><br>
63
						<span style="display:inline-block; width:300px">Amount to pay : </span><span style="font-size:20px"><b>Rs. $action.getAmount()</b></span>
63
						<span style="display:inline-block; width:300px">Amount to pay : </span><span style="font-size:20px"><b>Rs. $action.getAmount()</b></span>