Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
12112 kshitij.so 1
<html>
2
<head>
3
</head>
4
#set($itemPojoMap = $action.getItemPojoMap())
5
#set($contentPojoMap = $action.getContentPojpMap())
6
<body style="background-color: #f1f1f1;margin: 0px; padding: 0px;">
12113 kshitij.so 7
<div id="main" style="width:652; min-height:200px; margin:auto; background-color: #f1f1f1;">
12112 kshitij.so 8
#include("templates/header.vm")
12128 kshitij.so 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;">
12118 kshitij.so 10
	#foreach( $key in $itemPojoMap.keySet())
12112 kshitij.so 11
		#set($itemPojo=$itemPojoMap.get($key))
12113 kshitij.so 12
		#set($cp = $contentPojoMap.get($itemPojo.getId()))
12119 kshitij.so 13
		#if ($velocityCount%2==1)
12128 kshitij.so 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;">
12112 kshitij.so 15
		<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
12126 kshitij.so 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>
12112 kshitij.so 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>
12123 kshitij.so 19
		Use Coupon: <b><span class="coupon">ASDFG</span></b></p><img alt="headphones" src="$cp.getIconImageUrl()" style="padding: 8px 0px 0px 124px;"></a>
12119 kshitij.so 20
		</div>
21
		#else
12128 kshitij.so 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;">
12119 kshitij.so 23
		<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
12126 kshitij.so 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>
12119 kshitij.so 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>
12123 kshitij.so 27
		Use Coupon: <b><span class="coupon">ASDFG</span></b></p><img alt="headphones" src="$cp.getIconImageUrl()" style="padding: 8px 0px 0px 124px;"></a>
12119 kshitij.so 28
		</div>
12120 kshitij.so 29
		#end
12112 kshitij.so 30
	#end
31
</div>
32
#include("templates/footer.vm")
33
</div>
34
</body>
35
</html>