Subversion Repositories SmartDukaan

Rev

Rev 34230 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34230 Rev 34298
Line 5... Line 5...
5
            #if($catalogAgedModels.get(0).getSupplier())
5
            #if($catalogAgedModels.get(0).getSupplier())
6
                <h5 align="center" style="color: #2b669a;">$catalogAgedModels.get(0).getSupplier()</h5>
6
                <h5 align="center" style="color: #2b669a;">$catalogAgedModels.get(0).getSupplier()</h5>
7
            #end
7
            #end
8
        #else
8
        #else
9
            <h5 align="center" style="color: #2b669a;">All Supplier</h5>
9
            <h5 align="center" style="color: #2b669a;">All Supplier</h5>
-
 
10
            <h5 align="center" style="color: #2b669a;">$catalogAgedModels.get(0).getBrand()</h5>
10
 
11
 
11
        #end
12
        #end
12
        <h5 align="center" style="color: #cc0f41;">$catalogAgedModels.get(0).getBrand()
13
        <h5 align="center" style="color: #cc0f41;">
-
 
14
            $catalogAgedModels.get(0).getModelName() #if($catalogAgedModels.get(0).getBrand()=='Samsung')
13
            -$catalogAgedModels.get(0).getModelName()</h5>
15
                -$catalogAgedModels.get(0).getModel()
-
 
16
            #end</h5>
14
        <thead>
17
        <thead>
15
        <th>Unsold</th>
18
        <th>Unsold</th>
16
        <th>Age(Day)</th>
19
        <th>Age(Day)</th>
17
        <tbody>
20
        <tbody>
18
            #foreach($catalog in $catalogAgedModels)
21
            #foreach($catalog in $catalogAgedModels)