| 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" )
|
|
|
19 |
|
|
|
20 |
#set($userinfo = $action.getUserInfo())
|
|
|
21 |
</head>
|
|
|
22 |
|
|
|
23 |
<body>
|
|
|
24 |
<noscript>
|
|
|
25 |
<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
|
|
|
26 |
</noscript>
|
| 3830 |
chandransh |
27 |
$action.getHeaderSnippet()
|
|
|
28 |
|
|
|
29 |
<!-- Main -->
|
| 1811 |
varun.gupt |
30 |
<div id="main">
|
| 3830 |
chandransh |
31 |
<div class="main-content">
|
|
|
32 |
<div class="main-top">
|
|
|
33 |
<div class="bread-crumbs">
|
|
|
34 |
$action.getBreadCrumb()
|
|
|
35 |
</div>
|
|
|
36 |
</div>
|
|
|
37 |
<div class="main-left left">
|
|
|
38 |
<!-- Product Detail -->
|
|
|
39 |
$action.getProductSummarySnippet()
|
|
|
40 |
<!-- /Product Detail -->
|
|
|
41 |
|
|
|
42 |
<!-- wrapper-->
|
|
|
43 |
<div id="wrapper">
|
|
|
44 |
<input id="defaultpincode" name="defaultpincode" value=$userinfo.getPincode() type="hidden" />
|
| 1811 |
varun.gupt |
45 |
|
| 3830 |
chandransh |
46 |
<!-- slide guide -->
|
|
|
47 |
<div id="slideGuide">
|
|
|
48 |
$action.getSlideGuideSnippet()
|
|
|
49 |
</div>
|
|
|
50 |
<!-- /slide guide -->
|
|
|
51 |
</div>
|
|
|
52 |
<!-- /wrapper-->
|
| 1811 |
varun.gupt |
53 |
</div>
|
| 2870 |
rajveer |
54 |
|
|
|
55 |
#set($ismobile = $action.isMobile())
|
| 3830 |
chandransh |
56 |
<!-- Widgets -->
|
|
|
57 |
<div class="widgets right">
|
|
|
58 |
$action.getCartWidgetSnippet()
|
|
|
59 |
<div id="myresearch" class="common-widget">
|
|
|
60 |
#include("templates/myresearch.vm")
|
|
|
61 |
</div>
|
|
|
62 |
#if($ismobile)
|
|
|
63 |
<div id="accessories" class="common-widget">
|
|
|
64 |
#include ( "templates/accessories.vm" )
|
|
|
65 |
</div>
|
|
|
66 |
<div id="mostcompared" class="common-widget">
|
|
|
67 |
#include ( "templates/mostcompared.vm" )
|
|
|
68 |
</div>
|
|
|
69 |
#end
|
|
|
70 |
|
|
|
71 |
<div id="browsehistory" class="common-widget">
|
|
|
72 |
#include("templates/browsehistory.vm")
|
|
|
73 |
</div>
|
|
|
74 |
</div>
|
|
|
75 |
<!-- /Widgets -->
|
|
|
76 |
|
| 1811 |
varun.gupt |
77 |
</div>
|
| 3830 |
chandransh |
78 |
</div>
|
|
|
79 |
</div>
|
|
|
80 |
<!-- /Main -->
|
|
|
81 |
#include("templates/footer.vm")
|
| 2754 |
rajveer |
82 |
|
|
|
83 |
<div id="compareLightBox" class="colorSelLightBoxColor" style="display:none;">
|
| 2236 |
rajveer |
84 |
<form name="frmColorSelName">
|
| 2228 |
rajveer |
85 |
<h1>Compare with</h1>
|
|
|
86 |
<h2>Please search mobile to compare</h2>
|
|
|
87 |
|
|
|
88 |
<div class="content">
|
| 2256 |
varun.gupt |
89 |
<input type="text" id="mobilename" name="mobilename" /><br />
|
| 2228 |
rajveer |
90 |
</div>
|
|
|
91 |
<div class="bigImgButton yellow-image">
|
| 2256 |
varun.gupt |
92 |
<input value="Compare" type="button" class="button" id="compare_continue" />
|
| 2228 |
rajveer |
93 |
</div>
|
|
|
94 |
<div class="clearBoth"></div>
|
|
|
95 |
</form>
|
|
|
96 |
</div>
|
| 3830 |
chandransh |
97 |
<script type="text/javascript" src="/js/saholicmobilephones.js"></script>
|
|
|
98 |
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
|
|
|
99 |
<script language="javascript" type="text/javascript" src="/js/jquery.qtip-1.0.0-rc3.min.js"></script>
|
|
|
100 |
<script type="text/javascript" src="/js/entity.js"></script>
|
|
|
101 |
<script type="text/javascript" charset="utf-8">
|
| 4143 |
varun.gupt |
102 |
$(function(){
|
|
|
103 |
/* This code is for compare with button */
|
|
|
104 |
var availableNames = [];
|
|
|
105 |
#if($ismobile)
|
|
|
106 |
for (var k in productIdNames['mobiles'])availableNames.push(k);
|
|
|
107 |
#else
|
|
|
108 |
for (var k in productIdNames['laptops'])availableNames.push(k);
|
|
|
109 |
#end
|
|
|
110 |
$("#mobilename").autocomplete({ autoFocus: true, minLength: 3,
|
|
|
111 |
source: availableNames
|
|
|
112 |
});
|
|
|
113 |
});
|
| 1811 |
varun.gupt |
114 |
/*youtube video init*/
|
|
|
115 |
google.load("swfobject", "2.1");
|
| 3830 |
chandransh |
116 |
</script>
|
| 1811 |
varun.gupt |
117 |
</body>
|
| 2874 |
rajveer |
118 |
</html>
|