Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4156 varun.gupt 1
<!DOCTYPE html>
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
#set($baseURL = $action.getServletContextPath())
4
<head>
5
	<link rel="stylesheet" href="$baseURL/css/community-promotion.css" type="text/css" />
6
	<script type="text/javascript">
7
	json = $action.getFBPostedJSON()
8
    </script>
9
</head>
10
<body>
11
	<div><img src="$baseURL/images/banner-tablets.jpg" width="505" height="79" /></div>
12
	<div id="top">
13
		<a class="top-link" id="select-friends">Invite Friends</a>&nbsp;&nbsp;&nbsp;
14
		<a class="top-link" id="share">Share on my Wall</a>
15
    </div>
16
	$action.addDisplayItem("Samsung Galaxy Note N7000", "Rs. 30,999", 1002259)
17
	$action.addDisplayItem("Samsung Galaxy Tab 750 P7500", "Rs. 32,090 ", 1002096)
18
	$action.addDisplayItem("Samsung Galaxy Tab P7300", "Rs. 30,330 ", 1002267)
19
	$action.addDisplayItem("Spice Tab Mi-720", "Rs. 11,799", 1002101)
20
	$action.addDisplayItem("Apple iPad 2 Wi-Fi+3G 16GB", "Rs. 36,000", 1002233)
21
	$action.addDisplayItem("Apple iPad 2 Wi-Fi+3G 32GB", "Rs. 41,000", 1002234)
22
	$action.addDisplayItem("Apple iPad 2 Wi-Fi+3G 64GB", "Rs. 46000", 1002235)
23
	$action.addDisplayItem("BlackBerry Playbook 32GB", "Rs. 30,583", 1002246)
24
	$action.addDisplayItem("BlackBerry PlayBook 64GB", "Rs. 35,189", 1001700)
25
	$action.addDisplayItem("Motorola Xoom MZ601", "Rs. 32,499", 1001702)
26
	$action.addDisplayItem("HTC Flyer P510e", "Rs. 35,999", 1001701)
27
 
28
	#set($displayItems = $action.getDisplayItems())
29
	#set($classEven = 0)
30
	<div id="handsets">
31
		#foreach($displayItem in $displayItems)
32
		<div class="handset #if($classEven != 0) even #end">
33
			<div class="icon"><img src="http://static1.saholic.com/images/media/$displayItem.getEntityId()/icon.jpg"></div>
34
			<div class="desc">
35
				<div class="name">$displayItem.getName()</div>
36
				<div class="price">$displayItem.getPrice()</div>
37
				<a href="http://www.saholic.com/entity/$displayItem.getEntityId()" class="buynow" target="_blank">Buy Now</a>
38
			</div>
39
			<div class="links">
40
				<a class="link-tell-a-friend"></a>
41
			</div>
42
		</div>
43
			#if($classEven == 0)
44
				#set($classEven = 1)
45
			#else
46
				#set($classEven = 0)
47
			#end
48
		#end
49
    </div>
50
	<div id="fb-root"></div>
51
	<script type="text/javascript" src="$baseURL/js/jquery.js"></script>
52
	<script type="text/javascript" src="$baseURL/js/community-promotion.js"></script>
53
</body>
54
</html>