| Line 18... |
Line 18... |
| 18 |
</thead>
|
18 |
</thead>
|
| 19 |
<tbody>
|
19 |
<tbody>
|
| 20 |
#set($items = $action.getAmazonItems())
|
20 |
#set($items = $action.getAmazonItems())
|
| 21 |
#foreach ( $item in $items )
|
21 |
#foreach ( $item in $items )
|
| 22 |
<tr style="border: 1px">
|
22 |
<tr style="border: 1px">
|
| 23 |
<td>$item.getItemid()</td>
|
23 |
<td style="text-align:center;">$item.getItemid()</td>
|
| 24 |
<td>$item.getCategory()</td>
|
24 |
<td style="text-align:center;">$item.getCategory()</td>
|
| 25 |
<td>$item.getAsin()</td>
|
25 |
<td style="text-align:center;">$item.getAsin()</td>
|
| 26 |
#set ($saholicItem = $action.getSaholicItem("$item.getItemid()"))
|
26 |
#set ($saholicItem = $action.getSaholicItem("$item.getItemid()"))
|
| 27 |
<td style="text-align:left;">SAHOLIC: $saholicItem.getBrand() $saholicItem.getModelName() $saholicItem.getModelNumber() $saholicItem.getColor()<br /> AMAZON: $item.getName()</td>
|
27 |
<td style="text-align:left;">SAHOLIC: $saholicItem.getBrand() $saholicItem.getModelName() $saholicItem.getModelNumber() $saholicItem.getColor()<br /> AMAZON: $item.getName()</td>
|
| 28 |
#if($saholicItem.isRisky())
|
28 |
#if($saholicItem.isRisky())
|
| 29 |
<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
29 |
<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
| 30 |
#else
|
30 |
#else
|
| 31 |
<td><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
31 |
<td><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
| 32 |
#end
|
32 |
#end
|
| 33 |
<td>$saholicItem.getItemStatus()</td>
|
33 |
<td style="text-align:center;">$saholicItem.getItemStatus()</td>
|
| 34 |
#if($item.isIsCustomTime())
|
34 |
#if($item.isIsCustomTime())
|
| 35 |
<td>Set To Custom</td>
|
35 |
<td style="text-align:center;">Set To Custom</td>
|
| 36 |
#else
|
36 |
#else
|
| 37 |
<td>Set To Default</td>
|
37 |
<td style="text-align:center;">Set To Default</td>
|
| 38 |
#end
|
38 |
#end
|
| 39 |
#if($item.isIsInventoryOverride())
|
39 |
#if($item.isIsInventoryOverride())
|
| 40 |
<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
40 |
<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
| 41 |
#else
|
41 |
#else
|
| 42 |
<td><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
42 |
<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
| 43 |
#end
|
43 |
#end
|
| 44 |
#if($item.isIsNonFba())
|
44 |
#if($item.isIsNonFba())
|
| 45 |
<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
45 |
<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
| 46 |
#else
|
46 |
#else
|
| 47 |
<td><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
47 |
<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
| 48 |
#end
|
48 |
#end
|
| 49 |
#if($item.isIsFba())
|
49 |
#if($item.isIsFba())
|
| 50 |
<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
50 |
<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
| 51 |
#else
|
51 |
#else
|
| 52 |
<td><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
52 |
<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
| 53 |
#end
|
53 |
#end
|
| 54 |
#if($item.isIsFbb())
|
54 |
#if($item.isIsFbb())
|
| 55 |
<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
55 |
<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
| 56 |
#else
|
56 |
#else
|
| 57 |
<td><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
57 |
<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
| 58 |
#end
|
58 |
#end
|
| 59 |
#if($item.isIsFbg())
|
59 |
#if($item.isIsFbg())
|
| 60 |
<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
60 |
<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
|
| 61 |
#else
|
61 |
#else
|
| 62 |
<td><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
62 |
<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
|
| 63 |
#end
|
63 |
#end
|
| 64 |
<td><a href="#" class="editItem" itemId="$item.getItemid()">View/Edit</a></td>
|
64 |
<td style="text-align:center;"><a href="#" class="editItem" itemId="$item.getItemid()">View/Edit</a></td>
|
| 65 |
</td>
|
65 |
</td>
|
| 66 |
</tr>
|
66 |
</tr>
|
| 67 |
#end
|
67 |
#end
|
| 68 |
</tbody>
|
68 |
</tbody>
|
| 69 |
</table>
|
69 |
</table>
|