| 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 -->
|
|
|
7 |
<meta http-equiv="imagetoolbar" content="false">
|
|
|
8 |
<meta name="MSSmartTagsPreventParsing" content="true">
|
|
|
9 |
|
|
|
10 |
<title>Shop2020</title>
|
|
|
11 |
|
| 568 |
rajveer |
12 |
#include ( "templates/commoncssfiles.vm" )
|
| 507 |
rajveer |
13 |
|
| 537 |
rajveer |
14 |
<script language="javascript" src="/js/jquery-1.4.2.js" type="text/javascript"></script>
|
|
|
15 |
<script language="javascript" src="/js/jquery-ui.min.js" type="text/javascript"></script>
|
|
|
16 |
<script language="javascript" src="/js/jquery.color.js" type="text/javascript"></script>
|
| 545 |
rajveer |
17 |
|
| 537 |
rajveer |
18 |
<script language="javascript" src="/js/all.js" type="text/javascript"></script>
|
| 507 |
rajveer |
19 |
|
|
|
20 |
|
| 537 |
rajveer |
21 |
<script language="javascript" src="/js/jquery.mousewheel.js"></script>
|
|
|
22 |
<script language="javascript" src="/js/charLimit.js"></script>
|
|
|
23 |
|
|
|
24 |
<script language="javascript" src="/js/widget_accordion.js"></script>
|
|
|
25 |
<script language="javascript" src="/js/widget_slidetab.js"></script>
|
|
|
26 |
<script language="javascript" src="/js/loginpop.js"></script>
|
| 507 |
rajveer |
27 |
|
| 637 |
rajveer |
28 |
|
|
|
29 |
<link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css">
|
|
|
30 |
<script src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
|
|
|
31 |
<script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
|
|
|
32 |
<script src="http://jqueryui.com/ui/jquery.ui.mouse.js"></script>
|
|
|
33 |
<script src="http://jqueryui.com/ui/jquery.ui.button.js"></script>
|
|
|
34 |
<script src="http://jqueryui.com/ui/jquery.ui.draggable.js"></script>
|
|
|
35 |
<script src="http://jqueryui.com/ui/jquery.ui.position.js"></script>
|
|
|
36 |
<script src="http://jqueryui.com/ui/jquery.ui.resizable.js"></script>
|
|
|
37 |
<script src="http://jqueryui.com/ui/jquery.ui.dialog.js"></script>
|
|
|
38 |
<script src="http://jqueryui.com/ui/jquery.effects.core.js"></script>
|
|
|
39 |
|
|
|
40 |
|
| 507 |
rajveer |
41 |
#if($action.getJsFileSnippet())
|
|
|
42 |
$action.getJsFileSnippet()
|
|
|
43 |
#end
|
|
|
44 |
#if($action.getCssFileSnippet())
|
|
|
45 |
$action.getCssFileSnippet()
|
|
|
46 |
#end
|
|
|
47 |
|
|
|
48 |
</head>
|
|
|
49 |
|
|
|
50 |
<body>
|
| 637 |
rajveer |
51 |
<noscript>
|
|
|
52 |
<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
|
|
|
53 |
</noscript>
|
| 507 |
rajveer |
54 |
|
| 637 |
rajveer |
55 |
<div id="dialog-form" title="Color Selector">
|
|
|
56 |
<p class="validateTips">Please choose the color</p>
|
|
|
57 |
<form>
|
|
|
58 |
<fieldset>
|
|
|
59 |
<label for="color">Color</label>
|
|
|
60 |
<select class="colorselector" id="colorselector" name="colorselector">
|
|
|
61 |
</select>
|
|
|
62 |
</fieldset>
|
|
|
63 |
</form>
|
|
|
64 |
</div>
|
|
|
65 |
|
|
|
66 |
|
| 507 |
rajveer |
67 |
$action.getHeaderSnippet()
|
|
|
68 |
<!-- Wrapper start -->
|
|
|
69 |
<div id="main">
|
|
|
70 |
$action.getMainMenuSnippet()
|
|
|
71 |
$action.getSearchBarSnippet()
|
|
|
72 |
|
|
|
73 |
<!-- wrapper-->
|
|
|
74 |
<div id="wrapper">
|
|
|
75 |
$action.getMainBannerSnippet()
|
|
|
76 |
<!-- sub wrapper -->
|
|
|
77 |
<div id="subWrapper">
|
|
|
78 |
<!-- products -->
|
|
|
79 |
<div id="products">
|
|
|
80 |
$action.getBestDealsSnippet()
|
|
|
81 |
$action.getLatestArrivalsSnippet()
|
|
|
82 |
$action.getBestSellersSnippet()
|
|
|
83 |
</div>
|
|
|
84 |
</div>
|
|
|
85 |
<!-- /sub wrapper -->
|
|
|
86 |
</div>
|
|
|
87 |
<!-- /wrapper-->
|
|
|
88 |
|
|
|
89 |
<!-- sidebar-->
|
|
|
90 |
<div id="sidebar">
|
|
|
91 |
$action.getCustomerServiceSnippet()
|
|
|
92 |
$action.getMyResearchSnippet()
|
|
|
93 |
$action.getRecommendationsSnippet()
|
|
|
94 |
$action.getBrowseHistorySnippet()
|
|
|
95 |
<div style="clear:both;padding:2px;"> </div>
|
|
|
96 |
</div>
|
|
|
97 |
<!-- /sidebar-->
|
|
|
98 |
|
|
|
99 |
<div class="clearBoth"></div>
|
|
|
100 |
</div><!-- /main -->
|
|
|
101 |
|
|
|
102 |
$action.getFooterSnippet()
|
|
|
103 |
|
|
|
104 |
</body>
|
|
|
105 |
</html>
|