Subversion Repositories SmartDukaan

Rev

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

Rev 33710 Rev 33749
Line 242... Line 242...
242
                        <td>yes</td>
242
                        <td>yes</td>
243
                        <td>yes</td>
243
                        <td>yes</td>
244
                    </tr>
244
                    </tr>
245
                    <tr>
245
                    <tr>
246
                        <td>Our charges including GST</td>
246
                        <td>Our charges including GST</td>
-
 
247
                        #if($loiForm.getBrandType()!="SPECIAL")
-
 
248
 
247
                        #if($loiForm.getBrandType()=="STUDIO")
249
                        #if($loiForm.getBrandType()=="STUDIO")
248
                            <td><b>
250
                            <td><b>
249
                                <del>
251
                                <del>
250
                                    $brandFee.getStudio()</del>
252
                                    $brandFee.getStudio()</del>
251
                            </b></td>
253
                            </b></td>
Line 265... Line 267...
265
                                <del>$brandFee.getPlaza()</del>
267
                                <del>$brandFee.getPlaza()</del>
266
                            </b></td>
268
                            </b></td>
267
                        #else
269
                        #else
268
                            <td><b>$brandFee.getPlaza()</b></td>
270
                            <td><b>$brandFee.getPlaza()</b></td>
269
                        #end
271
                        #end
-
 
272
                        #else
-
 
273
                            <td><b>
-
 
274
                                <del>
-
 
275
                                    $brandFee.getStudio()</del>
-
 
276
                            </b></td>
-
 
277
                            <td><b>
270
 
-
 
-
 
278
                                <del>$brandFee.getArcade()</del>
-
 
279
                            </b></td>
-
 
280
                            <td><b>
-
 
281
                                <del>$brandFee.getPlaza()</del>
-
 
282
                            </b></td>
-
 
283
                        #end
271
                    </tr>
284
                    </tr>
272
                    <tr>
285
                    <tr>
273
 
286
 
274
                        <td>You pay</td>
287
                        <td>You pay</td>
-
 
288
                        #if($loiForm.getBrandType()!="SPECIAL")
275
                        #if($loiForm.getBrandType()=="STUDIO")
289
                        #if($loiForm.getBrandType()=="STUDIO")
276
                            <td><b>$loiForm.getAgreedBrandFees()</b></td>
290
                            <td><b>$loiForm.getAgreedBrandFees()</b></td>
277
                        #else
291
                        #else
278
                            <td><b>--</b></td>
292
                            <td><b>--</b></td>
279
                        #end
293
                        #end
Line 287... Line 301...
287
                        #if($loiForm.getBrandType()=="PLAZA")
301
                        #if($loiForm.getBrandType()=="PLAZA")
288
                            <td><b>$loiForm.getAgreedBrandFees()</b></td>
302
                            <td><b>$loiForm.getAgreedBrandFees()</b></td>
289
                        #else
303
                        #else
290
                            <td><b>--</b></td>
304
                            <td><b>--</b></td>
291
                        #end
305
                        #end
-
 
306
                        #else
-
 
307
                            <td><b>SPECIAL OFFER - $loiForm.getAgreedBrandFees()</b></td>
-
 
308
                        #end
292
                    </tr>
309
                    </tr>
293
                    </tbody>
310
                    </tbody>
294
                </table>
311
                </table>
295
                <hr>
312
                <hr>
296
                <b>NOTE : * as per requirement</b>
313
                <b>NOTE : * as per requirement</b>