| Line 8... |
Line 8... |
| 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" style="border-color:#eeeeee; border-style:solid;border-widht:0px 1px 1px;float:left;height:260px;widht:48%;margin:0px;padding:0px;">
|
| 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>
|
| 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>
|
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>
|
| Line 21... |
Line 21... |
| 21 |
</div>
|
21 |
</div>
|
| 22 |
#include("templates/footer.vm")
|
22 |
#include("templates/footer.vm")
|
| 23 |
</div>
|
23 |
</div>
|
| 24 |
</body>
|
24 |
</body>
|
| 25 |
</html>
|
25 |
</html>
|
| 26 |
|
- |
|
| 27 |
|
26 |
.box {
|
| - |
|
27 |
border-color: #eeeeee;
|
| - |
|
28 |
border-style: solid;
|
| - |
|
29 |
border-width: 0 1px 1px;
|
| - |
|
30 |
float: left;
|
| - |
|
31 |
height: 260px;
|
| - |
|
32 |
width: 48%;
|
| - |
|
33 |
}
|
| - |
|
34 |
|
| 28 |
|
35 |
|