Subversion Repositories SmartDukaan

Rev

Rev 12112 | Rev 12114 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12112 Rev 12113
Line 2... Line 2...
2
<head>
2
<head>
3
</head>
3
</head>
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:652; float:left; background-color: white;margin:0 auto;">
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
		<div class="box">
13
		<div class="box">
14
		<a href="$cp.getUrl()" style="text-decoration: none; color:#0088cc;" target="_blank">
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>
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>
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>
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>