| 1811 |
varun.gupt |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>$action.getPageTitleSnippet()</title>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
6 |
<meta name="Description" content="$action.getPageMetaDescSnippet()" />
|
|
|
7 |
<meta name="Keywords" content="$action.getPageMetaKeywordsSnippet()" />
|
|
|
8 |
|
|
|
9 |
<meta property="og:url" content="$action.getProductUrl()" />
|
| 3944 |
mandeep.dh |
10 |
<meta property='og:image' content="$action.getRootUrl()/images/website/$action.getProductId()/icon.jpg" />
|
| 1811 |
varun.gupt |
11 |
<meta property='og:type' content="product" />
|
|
|
12 |
<meta property='og:title' content="$action.getProductName()" />
|
|
|
13 |
<meta property='og:site_name' content="Saholic" />
|
|
|
14 |
<meta property="og:description" content="$action.getPageMetaDescSnippet()"/>
|
|
|
15 |
<meta property='fb:admins' content="100002073769572" />
|
| 2256 |
varun.gupt |
16 |
#include ( "templates/commoncssfiles.vm" )
|
| 3830 |
chandransh |
17 |
<link rel="stylesheet" href="/css/entity.css" type="text/css" />
|
| 1811 |
varun.gupt |
18 |
#include ( "templates/commonjsfiles.vm" )
|
| 4934 |
amit.gupta |
19 |
<script type="text/javascript">
|
|
|
20 |
if(typeof Entity === 'undefined'){
|
|
|
21 |
Entity = {};
|
|
|
22 |
}
|
|
|
23 |
Entity.orderedItems = $action.getEntityLogisticsEstimation();
|
|
|
24 |
</script>
|
| 1811 |
varun.gupt |
25 |
|
|
|
26 |
#set($userinfo = $action.getUserInfo())
|
|
|
27 |
</head>
|
|
|
28 |
|
|
|
29 |
<body>
|
|
|
30 |
<noscript>
|
|
|
31 |
<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
|
|
|
32 |
</noscript>
|
| 3830 |
chandransh |
33 |
$action.getHeaderSnippet()
|
|
|
34 |
|
|
|
35 |
<!-- Main -->
|
| 1811 |
varun.gupt |
36 |
<div id="main">
|
| 3830 |
chandransh |
37 |
<div class="main-content">
|
|
|
38 |
<div class="main-top">
|
|
|
39 |
<div class="bread-crumbs">
|
|
|
40 |
$action.getBreadCrumb()
|
|
|
41 |
</div>
|
|
|
42 |
</div>
|
|
|
43 |
<div class="main-left left">
|
|
|
44 |
<!-- Product Detail -->
|
|
|
45 |
$action.getProductSummarySnippet()
|
|
|
46 |
<!-- /Product Detail -->
|
|
|
47 |
|
|
|
48 |
<!-- wrapper-->
|
|
|
49 |
<div id="wrapper">
|
|
|
50 |
<input id="defaultpincode" name="defaultpincode" value=$userinfo.getPincode() type="hidden" />
|
| 1811 |
varun.gupt |
51 |
|
| 3830 |
chandransh |
52 |
<!-- slide guide -->
|
|
|
53 |
<div id="slideGuide">
|
|
|
54 |
$action.getSlideGuideSnippet()
|
|
|
55 |
</div>
|
|
|
56 |
<!-- /slide guide -->
|
|
|
57 |
</div>
|
|
|
58 |
<!-- /wrapper-->
|
| 1811 |
varun.gupt |
59 |
</div>
|
| 2870 |
rajveer |
60 |
|
|
|
61 |
#set($ismobile = $action.isMobile())
|
| 4494 |
varun.gupt |
62 |
#set($discounts = $action.getDiscounts())
|
|
|
63 |
|
| 3830 |
chandransh |
64 |
<!-- Widgets -->
|
|
|
65 |
<div class="widgets right">
|
| 4404 |
rajveer |
66 |
<div class="side-banner">
|
|
|
67 |
<script type='text/javascript'><!--//<![CDATA[
|
| 5056 |
rajveer |
68 |
var m3_u = (location.protocol=='https:'?'https://open.saholic.com/openx/www/delivery/ajs.php':'http://open.saholic.com/openx/www/delivery/ajs.php');
|
| 4404 |
rajveer |
69 |
var m3_r = Math.floor(Math.random()*99999999999);
|
|
|
70 |
if (!document.MAX_used) document.MAX_used = ',';
|
|
|
71 |
document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
|
|
|
72 |
document.write ("?zoneid=6");
|
|
|
73 |
document.write ('&cb=' + m3_r);
|
| 4494 |
varun.gupt |
74 |
#if($discounts)
|
|
|
75 |
#foreach($couponCode in $discounts.keySet())
|
|
|
76 |
#set($discountValue = $discounts.get($couponCode))
|
|
|
77 |
|
|
|
78 |
document.write ('&coupon=$couponCode');
|
|
|
79 |
document.write ('&discount=$discountValue');
|
|
|
80 |
#end
|
|
|
81 |
#end
|
|
|
82 |
|
| 4404 |
rajveer |
83 |
if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used);
|
|
|
84 |
document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : ''));
|
|
|
85 |
document.write ("&loc=" + escape(window.location));
|
|
|
86 |
if (document.referrer) document.write ("&referer=" + escape(document.referrer));
|
|
|
87 |
if (document.context) document.write ("&context=" + escape(document.context));
|
|
|
88 |
if (document.mmm_fo) document.write ("&mmm_fo=1");
|
|
|
89 |
document.write ("'><\/scr"+"ipt>");
|
| 5056 |
rajveer |
90 |
//]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=ae760280&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=6&cb=INSERT_RANDOM_NUMBER_HERE&n=ae760280' border='0' alt='' /></a></noscript>
|
| 4404 |
rajveer |
91 |
</div>
|
|
|
92 |
|
|
|
93 |
$action.getCartWidgetSnippet()
|
| 3830 |
chandransh |
94 |
<div id="myresearch" class="common-widget">
|
|
|
95 |
#include("templates/myresearch.vm")
|
|
|
96 |
</div>
|
|
|
97 |
#if($ismobile)
|
|
|
98 |
<div id="accessories" class="common-widget">
|
|
|
99 |
#include ( "templates/accessories.vm" )
|
|
|
100 |
</div>
|
|
|
101 |
<div id="mostcompared" class="common-widget">
|
| 4387 |
rajveer |
102 |
#include ( "templates/mostcompared.vm" )
|
| 3830 |
chandransh |
103 |
</div>
|
|
|
104 |
#end
|
|
|
105 |
|
|
|
106 |
<div id="browsehistory" class="common-widget">
|
|
|
107 |
#include("templates/browsehistory.vm")
|
|
|
108 |
</div>
|
|
|
109 |
</div>
|
|
|
110 |
<!-- /Widgets -->
|
|
|
111 |
|
| 1811 |
varun.gupt |
112 |
</div>
|
| 3830 |
chandransh |
113 |
</div>
|
|
|
114 |
</div>
|
|
|
115 |
<!-- /Main -->
|
|
|
116 |
#include("templates/footer.vm")
|
| 2754 |
rajveer |
117 |
|
|
|
118 |
<div id="compareLightBox" class="colorSelLightBoxColor" style="display:none;">
|
| 2236 |
rajveer |
119 |
<form name="frmColorSelName">
|
| 2228 |
rajveer |
120 |
<h1>Compare with</h1>
|
|
|
121 |
<h2>Please search mobile to compare</h2>
|
|
|
122 |
|
|
|
123 |
<div class="content">
|
| 2256 |
varun.gupt |
124 |
<input type="text" id="mobilename" name="mobilename" /><br />
|
| 2228 |
rajveer |
125 |
</div>
|
|
|
126 |
<div class="bigImgButton yellow-image">
|
| 2256 |
varun.gupt |
127 |
<input value="Compare" type="button" class="button" id="compare_continue" />
|
| 2228 |
rajveer |
128 |
</div>
|
|
|
129 |
<div class="clearBoth"></div>
|
|
|
130 |
</form>
|
|
|
131 |
</div>
|
| 3830 |
chandransh |
132 |
<script type="text/javascript" src="/js/saholicmobilephones.js"></script>
|
|
|
133 |
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
|
|
|
134 |
<script language="javascript" type="text/javascript" src="/js/jquery.qtip-1.0.0-rc3.min.js"></script>
|
|
|
135 |
<script type="text/javascript" src="/js/entity.js"></script>
|
|
|
136 |
<script type="text/javascript" charset="utf-8">
|
| 4143 |
varun.gupt |
137 |
$(function(){
|
|
|
138 |
/* This code is for compare with button */
|
|
|
139 |
var availableNames = [];
|
|
|
140 |
#if($ismobile)
|
|
|
141 |
for (var k in productIdNames['mobiles'])availableNames.push(k);
|
|
|
142 |
#else
|
|
|
143 |
for (var k in productIdNames['laptops'])availableNames.push(k);
|
|
|
144 |
#end
|
|
|
145 |
$("#mobilename").autocomplete({ autoFocus: true, minLength: 3,
|
|
|
146 |
source: availableNames
|
|
|
147 |
});
|
|
|
148 |
});
|
| 1811 |
varun.gupt |
149 |
/*youtube video init*/
|
|
|
150 |
google.load("swfobject", "2.1");
|
| 3830 |
chandransh |
151 |
</script>
|
| 1811 |
varun.gupt |
152 |
</body>
|
| 2874 |
rajveer |
153 |
</html>
|