Subversion Repositories SmartDukaan

Rev

Rev 12126 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12126 Rev 12128
Line 4... Line 4...
4
#set($itemPojoMap = $action.getItemPojoMap())
4
#set($itemPojoMap = $action.getItemPojoMap())
5
#set($contentPojoMap = $action.getContentPojpMap())
5
#set($contentPojoMap = $action.getContentPojpMap())
6
<body style="background-color: #f1f1f1;margin: 0px; padding: 0px;">
6
<body style="background-color: #f1f1f1;margin: 0px; padding: 0px;">
7
<div id="main" style="width:652; min-height:200px; margin:auto; background-color: #f1f1f1;">
7
<div id="main" style="width:652; min-height:200px; margin:auto; background-color: #f1f1f1;">
8
#include("templates/header.vm")
8
#include("templates/header.vm")
9
<div id="partition" style="width:652; float:left; background-color: white;margin:0 auto;">
9
<div id="partition" style="width:651px; float:left; background-color: white;margin:0 auto; border-left:1px solid #eeeeee; border-right:1px solid #eeeeee;">
10
	#foreach( $key in $itemPojoMap.keySet())
10
	#foreach( $key in $itemPojoMap.keySet())
11
		#set($itemPojo=$itemPojoMap.get($key))
11
		#set($itemPojo=$itemPojoMap.get($key))
12
		#set($cp = $contentPojoMap.get($itemPojo.getId()))
12
		#set($cp = $contentPojoMap.get($itemPojo.getId()))
13
		#if ($velocityCount%2==1)
13
		#if ($velocityCount%2==1)
14
		<div class="box" style="border-color:#eeeeee; border-style:solid;border-width:0px 1px 1px;float:left;width:325px;margin:0px;padding:0px;">
14
		<div class="box" style="border-color:#eeeeee; border-style:solid;border-width:0px 1px 1px 0px;float:left;width:325px;margin:0px;padding:0px;">
15
		<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
15
		<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
16
		<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>
16
		<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>
17
		<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>
17
		<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>
18
		<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>
18
		<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>
19
		Use Coupon: <b><span class="coupon">ASDFG</span></b></p><img alt="headphones" src="$cp.getIconImageUrl()" style="padding: 8px 0px 0px 124px;"></a>
19
		Use Coupon: <b><span class="coupon">ASDFG</span></b></p><img alt="headphones" src="$cp.getIconImageUrl()" style="padding: 8px 0px 0px 124px;"></a>
20
		</div>
20
		</div>
21
		#else
21
		#else
22
		<div class="box" style="border-color:#eeeeee; border-style:solid;border-width:0px 1px 1px 1px;float:left;width:323px;margin:0px;padding:0px;">
22
		<div class="box" style="border-color:#eeeeee; border-style:solid;border-width:0px 0px 1px 1px;float:left;width:323px;margin:0px;padding:0px;">
23
		<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
23
		<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
24
		<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>
24
		<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>
25
		<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>
25
		<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>
26
		<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>
26
		<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>
27
		Use Coupon: <b><span class="coupon">ASDFG</span></b></p><img alt="headphones" src="$cp.getIconImageUrl()" style="padding: 8px 0px 0px 124px;"></a>
27
		Use Coupon: <b><span class="coupon">ASDFG</span></b></p><img alt="headphones" src="$cp.getIconImageUrl()" style="padding: 8px 0px 0px 124px;"></a>