Subversion Repositories SmartDukaan

Rev

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

Rev 6070 Rev 6073
Line 47... Line 47...
47
                    <form id="create-recharge-form" style="float:left;padding-top:20px;padding-left:50px" action='/confirm!createRecharge'>
47
                    <form id="create-recharge-form" style="float:left;padding-top:20px;padding-left:50px" action='/confirm!createRecharge'>
48
                        <h1>Recharge Details</h1>
48
                        <h1>Recharge Details</h1>
49
                        <br>
49
                        <br>
50
                        <br>
50
                        <br>
51
						
51
						
52
                        <span style="display:inline-block; width:300px">Mobile Number : </span><span>$action.getNumber()</span><br>
52
                        <span style="display:inline-block; width:300px">#if($action.getRechargeType()=="1")Mobile Number#else Account Number#end : </span><span>$action.getNumber()</span><br>
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())