Subversion Repositories SmartDukaan

Rev

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

Rev 34018 Rev 34020
Line 6... Line 6...
6
        #end
6
        #end
7
        <h5 align="center" style="color: #cc0f41;">$catalogAgedModels.get(0).getBrand()
7
        <h5 align="center" style="color: #cc0f41;">$catalogAgedModels.get(0).getBrand()
8
            -$catalogAgedModels.get(0).getModelName()</h5>
8
            -$catalogAgedModels.get(0).getModelName()</h5>
9
        <thead>
9
        <thead>
10
        <th>Unsold</th>
10
        <th>Unsold</th>
11
        <th>Age</th>
11
        <th>Age(Day)</th>
12
        <tbody>
12
        <tbody>
13
            #foreach($catalog in $catalogAgedModels)
13
            #foreach($catalog in $catalogAgedModels)
14
                #if($catalog.getUnsold()>0)
14
                #if($catalog.getUnsold()>0)
15
                <tr>
15
                <tr>
16
                    <td style="width: 50px">$catalog.getUnsold()</td>
16
                    <td style="width: 50px">$catalog.getUnsold()</td>