| 517 |
rajveer |
1 |
#set ( $minPrice = $action.getMinPrice() )
|
|
|
2 |
#set ( $maxPrice = $action.getMaxPrice() )
|
|
|
3 |
|
|
|
4 |
#set ( $results = $action.getResults() )
|
|
|
5 |
#set ( $facets = $action.getFacets() )
|
|
|
6 |
|
|
|
7 |
|
|
|
8 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
9 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
10 |
<head>
|
|
|
11 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
12 |
<!-- Prevent MS Office toolbar from changing layout -->
|
|
|
13 |
<meta http-equiv="imagetoolbar" content="false">
|
|
|
14 |
<meta name="MSSmartTagsPreventParsing" content="true">
|
|
|
15 |
<title>Shop2020</title>
|
| 537 |
rajveer |
16 |
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all" />
|
|
|
17 |
<link href="/css/style_2.css" rel="stylesheet" type="text/css" media="all" />
|
|
|
18 |
<link href="/css/demoStyles.css" rel="stylesheet" type="text/css" media="all" />
|
|
|
19 |
<link href="/css/jScrollPane.css" rel="stylesheet" type="text/css" media="all" />
|
|
|
20 |
<link href="/css/jquery-ui-1.8.6.custom.css" rel="stylesheet" type="text/css" media="all" />
|
| 517 |
rajveer |
21 |
|
|
|
22 |
<!--<link href="css/myaccount.css" rel="stylesheet" type="text/css" media="all" />-->
|
|
|
23 |
|
|
|
24 |
<!-- Cross Browser Compatibility Check -->
|
| 537 |
rajveer |
25 |
<link href="/css/gc_safari.css" rel="stylesheet" type="text/css" media="all" />
|
| 317 |
ashish |
26 |
|
| 517 |
rajveer |
27 |
<!--[if IE 8]>
|
|
|
28 |
<link href="css/ie8.css" rel="stylesheet" type="text/css" media="all" />
|
|
|
29 |
<![endif]-->
|
|
|
30 |
|
|
|
31 |
<!--[if IE 7]>
|
|
|
32 |
<link href="css/ie7.css" rel="stylesheet" type="text/css" media="all" />
|
|
|
33 |
<![endif]-->
|
|
|
34 |
<!-- /Cross Browser Compatibility Check -->
|
|
|
35 |
|
| 537 |
rajveer |
36 |
<script src="/js/jquery-1.4.2.js" type="text/javascript"></script>
|
|
|
37 |
<script src="/js/all.js" type="text/javascript"></script>
|
|
|
38 |
<script src="/js/jquery.tipsy.js" type="text/javascript"></script>
|
|
|
39 |
<script src="/js/loginpop.js" type="text/javascript"></script>
|
| 517 |
rajveer |
40 |
|
| 537 |
rajveer |
41 |
<script src="/js/jquery.mousewheel.js" type="text/javascript"></script>
|
|
|
42 |
<script src="/js/widget_accordion.js" type="text/javascript"></script>
|
| 517 |
rajveer |
43 |
|
|
|
44 |
|
|
|
45 |
|
| 537 |
rajveer |
46 |
<script src="/js/jquery.number_format.js" type="text/javascript"></script>
|
|
|
47 |
<script src="/js/notification.js" type="text/javascript"></script>
|
| 517 |
rajveer |
48 |
|
| 537 |
rajveer |
49 |
<script src="/js/jquery-ui-1.8.6.custom.min.js" type="text/javascript"></script>
|
|
|
50 |
<script src="/js/priceSlider.js" type="text/javascript"></script>
|
| 517 |
rajveer |
51 |
|
| 537 |
rajveer |
52 |
<script src="/js/jquery.pagination.js" type="text/javascript"></script>
|
|
|
53 |
<script src="/js/productCategory.js" type="text/javascript"></script>
|
| 517 |
rajveer |
54 |
|
| 537 |
rajveer |
55 |
<script type="text/javascript" src="/js/charLimit.js"></script>
|
| 517 |
rajveer |
56 |
|
|
|
57 |
<script type="text/javascript">
|
|
|
58 |
$(function() {
|
|
|
59 |
$('#forgot_username_link').tipsy({gravity: 'w'});
|
|
|
60 |
});
|
|
|
61 |
|
|
|
62 |
function changeSignInClass(){
|
|
|
63 |
if(document.getElementById("signinClass").className.indexOf("signin1")> -1){
|
|
|
64 |
document.getElementById("signinClass").className='signin';
|
|
|
65 |
}else{
|
|
|
66 |
document.getElementById("signinClass").className='signin1';
|
|
|
67 |
}
|
|
|
68 |
}
|
|
|
69 |
</script>
|
|
|
70 |
|
|
|
71 |
<script type="text/javascript">
|
|
|
72 |
minPrice = $minPrice ;
|
|
|
73 |
maxPrice = $maxPrice ;
|
|
|
74 |
stepPrice = 10;
|
|
|
75 |
</script>
|
|
|
76 |
|
| 317 |
ashish |
77 |
</head>
|
| 517 |
rajveer |
78 |
|
| 317 |
ashish |
79 |
<body>
|
| 517 |
rajveer |
80 |
<noscript>
|
|
|
81 |
<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
|
|
|
82 |
</noscript>
|
|
|
83 |
|
|
|
84 |
|
|
|
85 |
$action.getHeaderSnippet()
|
|
|
86 |
<!-- Wrapper start -->
|
|
|
87 |
<div id="main">
|
|
|
88 |
$action.getMainMenuSnippet()
|
|
|
89 |
$action.getSearchBarSnippet()
|
|
|
90 |
|
|
|
91 |
<!-- wrapper-->
|
|
|
92 |
<div id="wrapper">
|
| 537 |
rajveer |
93 |
|
|
|
94 |
<!-- Product detail -->
|
|
|
95 |
<div id="productDetail">
|
|
|
96 |
|
|
|
97 |
<div class="top">
|
|
|
98 |
<div class="left">
|
|
|
99 |
<div class="right"> </div>
|
|
|
100 |
</div>
|
|
|
101 |
</div>
|
|
|
102 |
|
|
|
103 |
<div class="middle">
|
|
|
104 |
<div class="content">
|
|
|
105 |
|
|
|
106 |
<div class="blockLeft">
|
|
|
107 |
|
|
|
108 |
<!-- breadcrumb -->
|
|
|
109 |
<div id="breadcrumb"><a href="#">Home</a> > <a href="#" class="deselect">$action.getCategoryName()</a></div>
|
|
|
110 |
<!-- /breadcrumb -->
|
|
|
111 |
<h1 id="productHeading2">$action.getCategoryName()</h1>
|
|
|
112 |
|
|
|
113 |
</div>
|
|
|
114 |
<div class="clearBoth"></div>
|
|
|
115 |
|
|
|
116 |
</div>
|
|
|
117 |
</div>
|
|
|
118 |
|
|
|
119 |
<div class="bottom">
|
|
|
120 |
<div class="left">
|
|
|
121 |
<div class="right"> </div>
|
|
|
122 |
</div>
|
|
|
123 |
</div>
|
|
|
124 |
|
|
|
125 |
</div>
|
|
|
126 |
<!-- /Product detail -->
|
|
|
127 |
|
| 517 |
rajveer |
128 |
<!-- banner -->
|
|
|
129 |
<div id="productBanner">
|
|
|
130 |
<a href="#"><img src="/images/product-banner.jpg" width="736" alt="" /></a>
|
|
|
131 |
</div>
|
|
|
132 |
<!-- /banner -->
|
|
|
133 |
|
|
|
134 |
<!-- tab buttons -->
|
|
|
135 |
<div id="tabButton">
|
|
|
136 |
|
|
|
137 |
<div class="tabButton1" id="catTab1">
|
|
|
138 |
<a href="javascript: void(0);" onclick="showBrowse();"><span><span>browse</span></span></a>
|
|
|
139 |
</div>
|
|
|
140 |
|
|
|
141 |
<div class="spacing2"> </div>
|
|
|
142 |
|
|
|
143 |
<div class="tabButton2" id="catTab2">
|
|
|
144 |
<a href="javascript: void(0);" onclick="showBestSellers();"><span><span>best sellers</span></span></a>
|
|
|
145 |
</div>
|
|
|
146 |
|
|
|
147 |
<div class="spacing"> </div>
|
|
|
148 |
|
|
|
149 |
<div class="tabButton2" id="catTab3">
|
|
|
150 |
<a href="javascript: void(0);" onclick="showLatestArrivals();"><span><span>latest arrivals</span></span></a>
|
|
|
151 |
</div>
|
|
|
152 |
|
|
|
153 |
<div class="spacing"> </div>
|
|
|
154 |
|
|
|
155 |
<div class="tabButton2" id="catTab4">
|
|
|
156 |
<a href="javascript: void(0);" onclick="showBestDeals();"><span><span>best deals</span></span></a>
|
|
|
157 |
</div>
|
|
|
158 |
<div class="clearBoth"></div>
|
|
|
159 |
|
|
|
160 |
</div>
|
|
|
161 |
<!-- /tab buttons -->
|
|
|
162 |
|
|
|
163 |
<!-- my account -->
|
|
|
164 |
<div id="productCat">
|
|
|
165 |
<div class="top">
|
|
|
166 |
<div class="left"> </div>
|
|
|
167 |
<div class="right"> </div>
|
|
|
168 |
<div class="clearBoth"></div>
|
|
|
169 |
</div>
|
|
|
170 |
|
|
|
171 |
<div class="middle">
|
|
|
172 |
<div class="content">
|
|
|
173 |
|
|
|
174 |
<!-- multifaceted search -->
|
|
|
175 |
<div id="multifacetedSearch">
|
|
|
176 |
|
|
|
177 |
<!-- filter by -->
|
|
|
178 |
<div id="filterBy">
|
|
|
179 |
|
|
|
180 |
#if($facets)
|
|
|
181 |
<h2>Filter by:</h2>
|
|
|
182 |
|
|
|
183 |
#foreach ( $facetLabel in $facets.keySet() )
|
|
|
184 |
#set ( $facetvalues = $facets.get($facetLabel) )
|
|
|
185 |
#if( $facetLabel == "Price" )
|
|
|
186 |
<!-- price -->
|
|
|
187 |
<div id="filterByPrice">
|
|
|
188 |
<div class="filterHeading">
|
|
|
189 |
<div class="filterArrow"> </div>
|
|
|
190 |
<div class="sectionHeader">Price <span class="noBold">(Rs.)</span></div>
|
|
|
191 |
</div>
|
|
|
192 |
|
|
|
193 |
<div id="priceSlider">
|
|
|
194 |
<div id="priceRange1"></div>
|
|
|
195 |
<div id="priceRange2"></div>
|
|
|
196 |
<div class="clearBoth"></div>
|
|
|
197 |
|
|
|
198 |
|
|
|
199 |
<div id="slider-range"></div>
|
|
|
200 |
<div id="diff"> </div>
|
|
|
201 |
</div>
|
|
|
202 |
</div>
|
|
|
203 |
<!-- /price -->
|
|
|
204 |
#else
|
|
|
205 |
<div id="filterByTalkTime">
|
|
|
206 |
<div class="filterHeading">
|
|
|
207 |
<div class="filterArrow"> </div>
|
|
|
208 |
<div class="sectionHeader">$facetLabel</div>
|
|
|
209 |
</div>
|
|
|
210 |
|
|
|
211 |
<div class="filterOption">
|
|
|
212 |
#foreach ( $facetdetail in $facetvalues )
|
|
|
213 |
<a href="?$facetdetail.get(2)" id="ttMedium">$facetdetail.get(0)</a> <span class="noColor">($facetdetail.get(1))</span>
|
|
|
214 |
<div class="clearBoth"></div>
|
|
|
215 |
#end
|
|
|
216 |
</div>
|
|
|
217 |
</div>
|
|
|
218 |
#end
|
|
|
219 |
#end
|
|
|
220 |
|
|
|
221 |
#end
|
|
|
222 |
<div class="bottomBorder"> </div>
|
|
|
223 |
</div>
|
|
|
224 |
<!-- /filter by -->
|
|
|
225 |
|
|
|
226 |
</div>
|
|
|
227 |
<!-- /multifaceted search -->
|
|
|
228 |
|
|
|
229 |
<!-- productList -->
|
|
|
230 |
<div id="productList">
|
|
|
231 |
|
|
|
232 |
<!-- browse tab content -->
|
|
|
233 |
<div id="browseContent">
|
|
|
234 |
|
|
|
235 |
<!-- productListTop -->
|
|
|
236 |
<div class="productListTop">
|
|
|
237 |
<div class="productListResult"></div>
|
|
|
238 |
|
|
|
239 |
<div class="pagination1"></div>
|
|
|
240 |
<div class="clearBoth"></div>
|
|
|
241 |
</div>
|
|
|
242 |
<!-- /productListTop -->
|
|
|
243 |
|
|
|
244 |
<!-- productListCenter -->
|
|
|
245 |
<div id="productListCenter1">
|
|
|
246 |
|
|
|
247 |
<!-- page 1 -->
|
|
|
248 |
<div class="page">
|
|
|
249 |
|
|
|
250 |
#set($snippets = $action.getSnippets())
|
|
|
251 |
|
| 537 |
rajveer |
252 |
#set( $isLeft = 0 )
|
| 517 |
rajveer |
253 |
#foreach ( $entityid in $results.keySet() )
|
|
|
254 |
#set ( $values = $results.get($entityid) )
|
|
|
255 |
#set ( $entityname = $values.get(0) )
|
| 537 |
rajveer |
256 |
|
|
|
257 |
<div
|
|
|
258 |
#if( $isLeft == 0 )
|
|
|
259 |
class="floatLeft"
|
|
|
260 |
#set($isLeft = 1)
|
|
|
261 |
#else
|
|
|
262 |
class="floatRight"
|
|
|
263 |
#set($isLeft = 0)
|
|
|
264 |
#end
|
|
|
265 |
>
|
|
|
266 |
|
| 517 |
rajveer |
267 |
$snippets.get($entityid)
|
| 537 |
rajveer |
268 |
</div>
|
| 517 |
rajveer |
269 |
#end
|
|
|
270 |
|
|
|
271 |
</div>
|
|
|
272 |
<div class="clearBoth"></div>
|
|
|
273 |
|
|
|
274 |
</div>
|
|
|
275 |
<!-- /productListCenter -->
|
|
|
276 |
|
|
|
277 |
<!-- productListBottom -->
|
|
|
278 |
<div class="productListBottom">
|
|
|
279 |
<div class="pagination1"></div>
|
|
|
280 |
<div class="clearBoth"></div>
|
|
|
281 |
</div>
|
|
|
282 |
<!-- /productListBottom -->
|
|
|
283 |
|
|
|
284 |
</div>
|
|
|
285 |
<!-- /browse tab content -->
|
|
|
286 |
|
|
|
287 |
<!-- otherTabContent -->
|
|
|
288 |
<div id="otherTabContent">
|
|
|
289 |
|
|
|
290 |
<!-- productListTop -->
|
|
|
291 |
<div class="productListTop">
|
|
|
292 |
|
|
|
293 |
<div class="productListHeading"></div>
|
|
|
294 |
<div class="pagination2"></div>
|
|
|
295 |
<div class="productListResult"></div>
|
|
|
296 |
|
|
|
297 |
<div class="clearBoth"></div>
|
|
|
298 |
</div>
|
|
|
299 |
<!-- /productListTop -->
|
|
|
300 |
|
|
|
301 |
<!-- productListCenter -->
|
|
|
302 |
<div id="productListCenter2">
|
|
|
303 |
|
|
|
304 |
|
|
|
305 |
<div class="clearBoth"></div>
|
|
|
306 |
|
|
|
307 |
</div>
|
|
|
308 |
<!-- /productListCenter -->
|
|
|
309 |
|
|
|
310 |
<!-- productListBottom -->
|
| 537 |
rajveer |
311 |
<!--
|
| 517 |
rajveer |
312 |
<div class="productListBottom">
|
|
|
313 |
<div class="pagination2"></div>
|
|
|
314 |
<div class="clearBoth"></div>
|
|
|
315 |
</div>
|
| 537 |
rajveer |
316 |
-->
|
| 517 |
rajveer |
317 |
<!-- /productListBottom -->
|
|
|
318 |
|
|
|
319 |
</div>
|
|
|
320 |
<!-- /otherTabContent -->
|
|
|
321 |
|
|
|
322 |
</div>
|
|
|
323 |
<!-- /productList -->
|
|
|
324 |
|
|
|
325 |
<div class="clearBoth"></div>
|
|
|
326 |
</div>
|
|
|
327 |
|
|
|
328 |
</div>
|
|
|
329 |
|
|
|
330 |
<div class="bottom">
|
|
|
331 |
<div class="left">
|
|
|
332 |
<div class="right"> </div>
|
|
|
333 |
</div>
|
|
|
334 |
</div>
|
|
|
335 |
</div>
|
|
|
336 |
<!-- /my account -->
|
| 537 |
rajveer |
337 |
|
| 517 |
rajveer |
338 |
|
|
|
339 |
</div>
|
|
|
340 |
<!-- /wrapper-->
|
|
|
341 |
|
|
|
342 |
<!-- sidebar-->
|
|
|
343 |
<div id="sidebar">
|
|
|
344 |
<!-- sidebar banner -->
|
|
|
345 |
<div id="sidebarBanner">
|
| 537 |
rajveer |
346 |
<a href="#"><img src="/images/sidebar-banner.jpg" width="240" height="100" alt="" /></a>
|
| 517 |
rajveer |
347 |
</div>
|
|
|
348 |
<!-- /sidebar banner -->
|
|
|
349 |
$action.getCustomerServiceSnippet()
|
|
|
350 |
$action.getMyResearchSnippet()
|
|
|
351 |
<div style="clear:both;padding:2px;"> </div>
|
|
|
352 |
</div>
|
|
|
353 |
<!-- /sidebar-->
|
|
|
354 |
|
|
|
355 |
<div class="clearBoth"></div>
|
|
|
356 |
</div><!-- /main -->
|
|
|
357 |
|
|
|
358 |
$action.getFooterSnippet()
|
|
|
359 |
|
| 317 |
ashish |
360 |
</body>
|
|
|
361 |
</html>
|