Subversion Repositories SmartDukaan

Rev

Rev 6207 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<table cellspacing="0" cellpadding="0" border="0"  width="100%" id="$params.CATALOG_ID" >
        <tr>
                <td class="borderBottom widgetChkBox">
                        <input type="checkbox" name="" producttype="$params.COMPARE_CATEGORY" title="$params.TITLE" value="$params.CATALOG_ID" totalcolors="$itemDetails.size()" itemid="$minPriceItem.getId()" CHECKED />
                </td>
                <td class="borderBottom widgetImg">
                        <img src="$staticurl/images/media/${params.CATALOG_ID}/${params.IMAGE_PREFIX}-thumbnail-${params.DEFAULT_IMAGE_SUFFIX}.jpg" alt="$params.PROD_NAME" title="$params.PROD_NAME"/>
                </td>
                <td class="borderBottom">
                        <div>
                                <a href="$params.URL" title="$params.PROD_NAME" class="truncate">$params.TITLE</a>
                                \#if ($SHOW_PRICE!="FALSE")
                                <div class="price">Price: Rs. $minPriceItem.getSellingPrice().intValue()</div>
                                \#end
                                <div class="text">$params.TINY_SNIPPET</div>
                                <div class="spacing">&nbsp;</div>
                                <a class="view-my-notes" entity="${params.CATALOG_ID}">Notes</a>
                        </div>
                </td>
        </tr>
</table>