Subversion Repositories SmartDukaan

Rev

Rev 12126 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<html>
<head>
</head>
#set($itemPojoMap = $action.getItemPojoMap())
#set($contentPojoMap = $action.getContentPojpMap())
<body style="background-color: #f1f1f1;margin: 0px; padding: 0px;">
<div id="main" style="width:652; min-height:200px; margin:auto; background-color: #f1f1f1;">
#include("templates/header.vm")
<div id="partition" style="width:651px; float:left; background-color: white;margin:0 auto; border-left:1px solid #eeeeee; border-right:1px solid #eeeeee;">
        #foreach( $key in $itemPojoMap.keySet())
                #set($itemPojo=$itemPojoMap.get($key))
                #set($cp = $contentPojoMap.get($itemPojo.getId()))
                #if ($velocityCount%2==1)
                <div class="box" style="border-color:#eeeeee; border-style:solid;border-width:0px 1px 1px 0px;float:left;width:325px;margin:0px;padding:0px;">
                <a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
                <h1 style="min-height:44px;padding: 12px 0px; font-family: Lucida Grande,sans-serif; font-size: 18px; color: black; text-align: center;margin-bottom:0px;">$cp.getTitle()</h1>
                <p style="padding: 0px 0px 0px 0px; font-family:Lucida Grande, sans-serif; font-size:14px; font-style:regular; color:#666666; text-align:center;"><span style="text-decoration: line-through">MRP</span> | <span style="text-decoration: line-through">Regular Price</span> | <span class="special">Special Price</span><br>
                <span style="text-decoration: line-through"><img alt="rupees" src="http://static0.saholic.com/images/rupee-icon-6427.png" style="height:11px">$itemPojo.getMrp()</span> | <span style="text-decoration: line-through"><img alt="rupees" src="http://static0.saholic.com/images/rupee-icon-6427.png" style="height:11px">$itemPojo.getSellingPrice()</span> | <img alt="rupees" src="http://static0.saholic.com/images/rupee-icon-6427.png" style="height:11px"> <span class="special">$itemPojo.getDealPojo().getDealPrice()</span><br>
                Use Coupon: <b><span class="coupon">ASDFG</span></b></p><img alt="headphones" src="$cp.getIconImageUrl()" style="padding: 8px 0px 0px 124px;"></a>
                </div>
                #else
                <div class="box" style="border-color:#eeeeee; border-style:solid;border-width:0px 0px 1px 1px;float:left;width:323px;margin:0px;padding:0px;">
                <a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
                <h1 style="min-height:44px;padding: 12px 0px; font-family: Lucida Grande,sans-serif; font-size: 18px; color: black; text-align: center;margin-bottom:0px;">$cp.getTitle()</h1>
                <p style="padding: 0px 0px 0px 0px; font-family:Lucida Grande, sans-serif; font-size:14px; font-style:regular; color:#666666; text-align:center;"><span style="text-decoration: line-through">MRP</span> | <span style="text-decoration: line-through">Regular Price</span> | <span class="special">Special Price</span><br>
                <span style="text-decoration: line-through"><img alt="rupees" src="http://static0.saholic.com/images/rupee-icon-6427.png" style="height:11px">$itemPojo.getMrp()</span> | <span style="text-decoration: line-through"><img alt="rupees" src="http://static0.saholic.com/images/rupee-icon-6427.png" style="height:11px">$itemPojo.getSellingPrice()</span> | <img alt="rupees" src="http://static0.saholic.com/images/rupee-icon-6427.png" style="height:11px"> <span class="special">$itemPojo.getDealPojo().getDealPrice()</span><br>
                Use Coupon: <b><span class="coupon">ASDFG</span></b></p><img alt="headphones" src="$cp.getIconImageUrl()" style="padding: 8px 0px 0px 124px;"></a>
                </div>
                #end
        #end
</div>
#include("templates/footer.vm")
</div>
</body>
</html>