Rev 10098 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<span class="totalValue" style="display:none;">$action.getSearchCount()</span><table id="snapdeal-listed" style="width: 100%"><thead><tr><th>Item Id</th><th>Brand</th><th>Model Name</th><th>Model Number</th><th>Color</th><th>Flipkart Listed</th><th>Flipkart FA Listed</th><th>Risky</th><th>Status</th><th>Action</th></tr></thead><tbody>#set($items = $action.getFlipkartItems())#foreach ( $item in $items )<tr style="border: 1px"><td style="text-align:center;">$item.getItem_id()</td><td style="text-align:center;">$item.getBrand()</td><td style="text-align:center;">$item.getModel_name()</td><td style="text-align:center;">$item.getModel_number()</td><td style="text-align:center;">$item.getColor()</td>#if($item.isIsListedOnFlipkart())<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end#if($item.isIsFaListed())<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end#if($item.isRisky())<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>#else<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>#end<td style="text-align:center;">$item.getItemStatus()</td><td style="text-align:center;"><a href="#" class="editItem" it="$item.getItem_id()">View/Edit</a></td></td></tr>#end</tbody></table>