| 507 |
rajveer |
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 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
5 |
|
|
|
6 |
<!-- Prevent MS Office toolbar from changing layout -->
|
| 1240 |
vikas |
7 |
<meta name="google-site-verification" content="NPHVASYh9ZsYbjffRuAU4dhEHhx7xSKUj9GycYUMo_o" />
|
|
|
8 |
<META name="y_key" content="116f6310a0df3c4f" />
|
|
|
9 |
<meta name="msvalidate.01" content="A9BB200170442859BD6DF681353ACD78" />
|
| 507 |
rajveer |
10 |
<meta http-equiv="imagetoolbar" content="false">
|
|
|
11 |
<meta name="MSSmartTagsPreventParsing" content="true">
|
| 990 |
vikas |
12 |
<meta name="description" content="Comprehensive reviews and Best Deals on mobile phones in India. Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty." />
|
| 991 |
vikas |
13 |
<meta name="keywords" content="Mobile phones, mobile phone reviews, mobile phone, mobile accessories, latest mobile phones, mobile phone prices, mobile phones India, mobile phone comparison" />
|
| 2152 |
varun.gupt |
14 |
<meta property='fb:admins' content="100002073769572" />
|
| 974 |
vikas |
15 |
<title>Mobile Phone Reviews and Best Deals in India | Saholic.com</title>
|
| 507 |
rajveer |
16 |
|
| 3722 |
rajveer |
17 |
#include ( "templates/commoncssfiles.vm" )
|
| 637 |
rajveer |
18 |
|
| 507 |
rajveer |
19 |
</head>
|
|
|
20 |
|
|
|
21 |
<body>
|
| 637 |
rajveer |
22 |
<noscript>
|
|
|
23 |
<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
|
|
|
24 |
</noscript>
|
| 507 |
rajveer |
25 |
|
|
|
26 |
$action.getHeaderSnippet()
|
|
|
27 |
<!-- Wrapper start -->
|
|
|
28 |
<div id="main">
|
| 2868 |
rajveer |
29 |
#include("templates/mainmenu.vm")
|
| 507 |
rajveer |
30 |
$action.getSearchBarSnippet()
|
|
|
31 |
|
|
|
32 |
<!-- wrapper-->
|
|
|
33 |
<div id="wrapper">
|
| 2868 |
rajveer |
34 |
#include("templates/mainbanner.vm")
|
| 507 |
rajveer |
35 |
<!-- sub wrapper -->
|
|
|
36 |
<div id="subWrapper">
|
| 1255 |
vikas |
37 |
<div class="top">
|
|
|
38 |
<div class="left">
|
|
|
39 |
<div class="right"> </div>
|
|
|
40 |
</div>
|
|
|
41 |
</div>
|
| 2578 |
chandransh |
42 |
<!-- products -->
|
| 2727 |
chandransh |
43 |
<div id="products">
|
|
|
44 |
<!-- Best Deals -->
|
|
|
45 |
#set($bestDealSnippets = $action.getBestDealSnippets())
|
|
|
46 |
#if($bestDealSnippets && $bestDealSnippets.size() !=0)
|
|
|
47 |
<div id="bestDeals">
|
|
|
48 |
<div class="block-title">
|
|
|
49 |
<h1>Best Deals </h1>
|
|
|
50 |
<a href="/best-deals/1" title="Best Deals Mobile Phones">See All</a>
|
| 2578 |
chandransh |
51 |
</div>
|
| 2727 |
chandransh |
52 |
<ul class="deal-items best-deals">
|
|
|
53 |
#foreach($snippet in $bestDealSnippets)
|
|
|
54 |
$snippet
|
|
|
55 |
#end
|
|
|
56 |
</ul>
|
|
|
57 |
<div class="clearBoth"></div>
|
|
|
58 |
</div>
|
|
|
59 |
#end
|
|
|
60 |
<!-- Best Deals -->
|
| 2578 |
chandransh |
61 |
|
| 2727 |
chandransh |
62 |
<!-- Latest Arrivals -->
|
|
|
63 |
#set($latestArrivalSnippets = $action.getLatestArrivalSnippets())
|
|
|
64 |
#if($latestArrivalSnippets && $latestArrivalSnippets.size() !=0)
|
|
|
65 |
<div id="latestArrivals">
|
|
|
66 |
<div class="block-title">
|
|
|
67 |
<h1>Latest Arrivals </h1>
|
|
|
68 |
<a href="/latest-arrivals/1" title="Latest Mobile Phones">See All</a>
|
| 2578 |
chandransh |
69 |
</div>
|
| 2727 |
chandransh |
70 |
<ul class="deal-items latest-arrival">
|
|
|
71 |
#foreach($snippet in $latestArrivalSnippets)
|
|
|
72 |
$snippet
|
|
|
73 |
#end
|
|
|
74 |
</ul>
|
|
|
75 |
<div class="clearBoth"></div>
|
|
|
76 |
</div>
|
|
|
77 |
#end
|
|
|
78 |
<!-- Latest Arrivals -->
|
| 2578 |
chandransh |
79 |
|
| 2727 |
chandransh |
80 |
<!-- Best Sellers -->
|
|
|
81 |
#set($bestSellerSnippets = $action.getBestSellerSnippets())
|
|
|
82 |
#if($bestSellerSnippets && $bestSellerSnippets.size() !=0)
|
|
|
83 |
<div id="bestSellers">
|
|
|
84 |
<div class="block-title">
|
|
|
85 |
<h1>Best Sellers </h1>
|
|
|
86 |
<a href="/best-sellers/1" title="Best Selling Mobile Phones">See All</a>
|
| 2578 |
chandransh |
87 |
</div>
|
| 2727 |
chandransh |
88 |
<ul class="deal-items best-sellers">
|
|
|
89 |
#foreach($snippet in $bestSellerSnippets)
|
|
|
90 |
$snippet
|
|
|
91 |
#end
|
|
|
92 |
</ul>
|
|
|
93 |
<div class="clearBoth"></div>
|
|
|
94 |
</div>
|
|
|
95 |
#end
|
|
|
96 |
<!-- Best Sellers -->
|
| 1255 |
vikas |
97 |
</div>
|
| 2727 |
chandransh |
98 |
<!-- /product -->
|
|
|
99 |
<div class="bottom">
|
|
|
100 |
<div class="left">
|
|
|
101 |
<div class="right"> </div>
|
|
|
102 |
</div>
|
|
|
103 |
</div>
|
|
|
104 |
</div>
|
|
|
105 |
<!-- /sub wrapper -->
|
| 507 |
rajveer |
106 |
</div>
|
| 2727 |
chandransh |
107 |
<!-- /wrapper-->
|
| 507 |
rajveer |
108 |
|
|
|
109 |
<!-- sidebar-->
|
|
|
110 |
<div id="sidebar">
|
| 2868 |
rajveer |
111 |
|
| 1934 |
vikas |
112 |
<div id="myresearch" class="lightbox">
|
| 2868 |
rajveer |
113 |
#include("templates/myresearch.vm")
|
| 1372 |
vikas |
114 |
</div>
|
|
|
115 |
<div id="browsehistory" class="lightbox">
|
| 2868 |
rajveer |
116 |
#include("templates/browsehistory.vm")
|
| 1372 |
vikas |
117 |
</div>
|
| 2256 |
varun.gupt |
118 |
<div id="paymentoptions" class="lightbox">
|
|
|
119 |
#include("templates/paymentmodes.vm")
|
|
|
120 |
</div>
|
| 2348 |
varun.gupt |
121 |
<div style="clear:both;"></div>
|
| 507 |
rajveer |
122 |
</div>
|
|
|
123 |
<!-- /sidebar-->
|
|
|
124 |
|
|
|
125 |
<div class="clearBoth"></div>
|
|
|
126 |
</div><!-- /main -->
|
|
|
127 |
|
| 2868 |
rajveer |
128 |
#include("templates/footer.vm")
|
| 507 |
rajveer |
129 |
|
| 762 |
rajveer |
130 |
<!-- color by color lightbox -->
|
|
|
131 |
<div style="display:none;">
|
|
|
132 |
<div class="colorSelLightBoxColor">
|
|
|
133 |
<form name="frmColorSelName" method="post" action="#">
|
|
|
134 |
<h1>Color Selector</h1>
|
|
|
135 |
<h2>"Please choose color of product"</h2>
|
|
|
136 |
|
|
|
137 |
<div class="content"></div>
|
|
|
138 |
|
| 794 |
rajveer |
139 |
<div class="bigImgButton yellow-image">
|
| 762 |
rajveer |
140 |
<input value="Continue" type="button" class="button" onclick="selectColor();" />
|
|
|
141 |
</div>
|
|
|
142 |
<div class="clearBoth"></div>
|
|
|
143 |
|
|
|
144 |
</form>
|
|
|
145 |
</div>
|
|
|
146 |
</div>
|
|
|
147 |
<!-- /color by color lightbox -->
|
|
|
148 |
|
| 943 |
vikas |
149 |
#include ( "templates/commonjsfiles.vm" )
|
|
|
150 |
|
|
|
151 |
<script type="text/javascript" charset="utf-8">
|
|
|
152 |
$(function(){
|
| 1236 |
vikas |
153 |
$('ul.product-description li').truncate({addtitle: true});
|
| 943 |
vikas |
154 |
});
|
|
|
155 |
</script>
|
|
|
156 |
|
| 507 |
rajveer |
157 |
</body>
|
| 794 |
rajveer |
158 |
</html>
|