| Line 96... |
Line 96... |
| 96 |
<div id="showPinDiv" class="name" name="pincode"><span style="font-weight:100;font-size:15px;color:#777777">Pincode : </span>$action.getPincode()
|
96 |
<div id="showPinDiv" class="name" name="pincode"><span style="font-weight:100;font-size:15px;color:#777777">Pincode : </span>$action.getPincode()
|
| 97 |
<input id="pincodeEdit" style="float:right;margin:0;height:21px;" type="button" value="EDIT" class="submitButton"></input>
|
97 |
<input id="pincodeEdit" style="float:right;margin:0;height:21px;" type="button" value="EDIT" class="submitButton"></input>
|
| 98 |
</div>
|
98 |
</div>
|
| 99 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
99 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
| 100 |
|
100 |
|
| 101 |
<div id="paymode" style="padding:7px;">
|
101 |
<div id="paymode">
|
| 102 |
<div class='addressLine'>
|
102 |
<div class='addressLine'>
|
| 103 |
<div class='addressText'>Amount in cash </div>
|
103 |
<div class='addressText'>Amount in cash </div>
|
| 104 |
<input name="cashAmount" type="text" class='orderInputBox w150'></input>
|
104 |
<input name="cashAmount" type="text" class='orderInputBox w150'></input>
|
| 105 |
</div>
|
105 |
</div>
|
| 106 |
<div class='addressLine'>
|
106 |
<div class='addressLine'>
|
| 107 |
<div class='addressText' >Amount by card </div>
|
107 |
<div class='addressText' >Amount by card </div>
|
| 108 |
<input name="cardAmount" type="text" class='orderInputBox w150'></input>
|
108 |
<input name="cardAmount" type="text" class='orderInputBox w150'></input>
|
| 109 |
</div>
|
109 |
</div>
|
| 110 |
</div>
|
110 |
</div>
|
| 111 |
<div id="bankSelector" style="display:none;padding:7px;">
|
111 |
<div id="bankSelector" style='display:none;'>
|
| - |
|
112 |
<div class="addressLine">
|
| 112 |
<span style="color:#666666;margin-right:20px;">EDC Bank</span>
|
113 |
<div class="addressText">Card Type </div>
|
| 113 |
<select class="select_bank" name="edc" id="edcSelector" style='font-size:15px;height:25px;'>
|
114 |
<select class="select_bank" name="edc" id="edcSelector" style='font-size:15px;height:25px;'>
|
| 114 |
#foreach($bank in $action.getAllEdcBanks())
|
115 |
#foreach($bank in $action.getAllEdcBanks())
|
| 115 |
<option value="$bank">$bank</option>
|
116 |
<option value="$bank">$bank</option>
|
| 116 |
#end
|
117 |
#end
|
| - |
|
118 |
</select>
|
| - |
|
119 |
</div>
|
| - |
|
120 |
<div class="addressLine">
|
| - |
|
121 |
<div class="addressText">Card Type </div>
|
| - |
|
122 |
<select class="select_bank" name="cardType" id="cardTypeSelector" style="font-size:15px;height:25px;">
|
| - |
|
123 |
<option value="credit">CREDIT CARD</option>
|
| - |
|
124 |
<option value="debit">DEBIT CARD</option>
|
| 117 |
</select>
|
125 |
</select>
|
| - |
|
126 |
</div>
|
| 118 |
<div class='addressLine'>
|
127 |
<div class="addressLine">
|
| 119 |
<div class='addressText' >Approval Code </div>
|
128 |
<div class="addressText">Approval Code </div>
|
| 120 |
<input name="approvalCode" type="text" class='orderInputBox w150'></input>
|
129 |
<input name="approvalCode" type="text" class="orderInputBox w150">
|
| 121 |
</div>
|
130 |
</div>
|
| 122 |
</div>
|
131 |
</div>
|
| 123 |
|
132 |
|
| 124 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
133 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
| 125 |
<div style="text-align:right;height:56px;line-height:56px">
|
134 |
<div style="text-align:right;height:56px;line-height:56px">
|