Rev 11110 | 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>Snapdeal Listed</th><th>SD_VOI Listed</th><th>Risky</th><th>Status</th><th>Action</th><th>Competitive Analysis</th></tr></thead><tbody>#set($items = $action.getSnapdealItems())#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.isIsListedOnSnapdeal())<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.isIsVoiListed())<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 style="text-align:center;width:10%;"><a href="/Support/snapdeal-list/competition-analysis?itemId=$item.getItem_id()&supc=$item.getSupc()" target="_blank" class="showCompetitionAnalysis" it="$item.getItem_id()">Show</a></td></td></tr>#end</tbody></table>