Subversion Repositories SmartDukaan

Rev

Rev 12115 | Rev 12117 | Go to most recent revision | 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")
9
<div id="partition" style="width:652; float:left; background-color: white;margin:0 auto;">
10
	#foreach( $key in $itemPojoMap.keySet() )
11
		#set($itemPojo=$itemPojoMap.get($key))
12113 kshitij.so 12
		#set($cp = $contentPojoMap.get($itemPojo.getId()))
12116 kshitij.so 13
		<div class="box" style="border-color:#eeeeee; border-style:solid;border-width:0px 1px 1px;float:left;height:260px;widht:48%;margin:0px;padding:0px;">
12112 kshitij.so 14
		<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
15
		<h1 style="padding: 12px 0px; font-family: Lucida Grande,sans-serif; font-size: 18px; color: black; text-align: center;">$cp.getTitle()</h1>
16
		<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
		<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
		Use Coupon: <b><span class="coupon">ASDFG</span></b></p><img alt="headphones" height="140" src="$cp.getIconImageUrl()" style="padding: 8px 0px 0px;"></a>
19
	</div>
20
	#end
21
</div>
22
#include("templates/footer.vm")
23
</div>
24
</body>
25
</html>