| 405 |
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 |
<meta http-equiv="Content-Language" content="en-us" />
|
|
|
6 |
<!--prevent MS Office toolbar from changing layout-->
|
|
|
7 |
<meta http-equiv="imagetoolbar" content="false" />
|
|
|
8 |
<meta name="MSSmartTagsPreventParsing" content="true" />
|
|
|
9 |
|
|
|
10 |
<link rel="stylesheet" href="../css/style.css" type="text/css" media="all" />
|
|
|
11 |
<link rel="stylesheet" href="../css/menu.css" type="text/css" media="all" />
|
|
|
12 |
<link rel="stylesheet" href="../css/ui.base.css" type="text/css" media="all" />
|
|
|
13 |
<link rel="stylesheet" href="../css/ui.all.css" type="text/css" media="all" />
|
|
|
14 |
|
|
|
15 |
<script language="javascript" src="../js/iehover-fix.js" type="text/javascript"></script>
|
|
|
16 |
<script language="javascript" src="../js/jquery-1.3.2.min.js" type="text/javascript"></script>
|
|
|
17 |
<script src="../js/jquery-ui.min.js" type="text/javascript"></script>
|
|
|
18 |
<script type="text/javascript" language="javascript" src="../js/ratingsys.js"></script>
|
|
|
19 |
|
|
|
20 |
<script type="text/javascript">
|
|
|
21 |
$(function() {
|
|
|
22 |
$("#tabs").tabs();
|
|
|
23 |
});
|
|
|
24 |
</script>
|
|
|
25 |
|
|
|
26 |
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
|
|
27 |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
|
|
|
28 |
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
|
|
|
29 |
|
|
|
30 |
<script>
|
|
|
31 |
$(document).ready(function() {
|
|
|
32 |
$("#tabs").tabs();
|
|
|
33 |
});
|
|
|
34 |
</script>
|
|
|
35 |
|
|
|
36 |
<script type="text/javascript">
|
|
|
37 |
$(document).ready(
|
|
|
38 |
function() {
|
|
|
39 |
$(".demo").tabs();
|
|
|
40 |
}
|
|
|
41 |
);
|
|
|
42 |
</script>
|
|
|
43 |
<script type="text/javascript">
|
|
|
44 |
$(document).ready(
|
|
|
45 |
function() {
|
|
|
46 |
$(".controls").tabs();
|
|
|
47 |
}
|
|
|
48 |
);
|
|
|
49 |
</script>
|
|
|
50 |
<!--[if IE ]>
|
|
|
51 |
<link media="all" href="css/ie.css" type="text/css" rel="stylesheet" />
|
|
|
52 |
<![endif]-->
|
|
|
53 |
<!--[if lte IE 6]>
|
|
|
54 |
<script type="text/javascript">
|
|
|
55 |
sfHover = function() {
|
|
|
56 |
var sfEls = document.getElementById("sideNav").getElementsByTagName("LI");
|
|
|
57 |
for (var i=0; i<sfEls.length; i++) {
|
|
|
58 |
sfEls[i].onmouseover=function() {
|
|
|
59 |
this.className+=" sfhover";
|
|
|
60 |
}
|
|
|
61 |
sfEls[i].onmouseout=function() {
|
|
|
62 |
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
|
|
|
63 |
}
|
|
|
64 |
}
|
|
|
65 |
}
|
|
|
66 |
if (window.attachEvent) window.attachEvent("onload", sfHover);
|
|
|
67 |
</script>
|
|
|
68 |
<![endif]-->
|
|
|
69 |
<script language="javascript">
|
|
|
70 |
$(document).ready(function(){
|
|
|
71 |
$("#hdr0").click(
|
|
|
72 |
function()
|
|
|
73 |
{
|
|
|
74 |
$('#winker0').slideToggle('slow', function(){$("#hdr0").toggleClass('swapy');});
|
|
|
75 |
}
|
|
|
76 |
);
|
|
|
77 |
$("#hdr1").click(
|
|
|
78 |
function()
|
|
|
79 |
{
|
|
|
80 |
$('#winker1').slideToggle('slow', function(){$("#hdr1").toggleClass('swapy');});
|
|
|
81 |
}
|
|
|
82 |
);
|
|
|
83 |
$("#hdr2").click(
|
|
|
84 |
function()
|
|
|
85 |
{
|
|
|
86 |
$('#winker2').slideToggle('slow', function(){$("#hdr2").toggleClass('swapy');});
|
|
|
87 |
}
|
|
|
88 |
);
|
|
|
89 |
$("#hdr3").click(
|
|
|
90 |
function()
|
|
|
91 |
{
|
|
|
92 |
$('#winker3').slideToggle('slow', function(){$("#hdr3").toggleClass('swapy');});
|
|
|
93 |
}
|
|
|
94 |
);
|
|
|
95 |
});
|
|
|
96 |
</script>
|
|
|
97 |
|
|
|
98 |
<script type="text/javascript">
|
|
|
99 |
function addToMyResearch(entityId, userName)
|
|
|
100 |
{
|
|
|
101 |
url = "http://localhost:8080/MyResearch/" + userName + "_" + entityId;
|
|
|
102 |
xmlhttp=new XMLHttpRequest();
|
|
|
103 |
|
|
|
104 |
xmlhttp.onreadystatechange=function()
|
|
|
105 |
{
|
|
|
106 |
if (xmlhttp.readyState==4 && xmlhttp.status==200)
|
|
|
107 |
{
|
|
|
108 |
document.getElementById("myDiv").innerHTML=xmlhttp.responseText;
|
|
|
109 |
}
|
|
|
110 |
}
|
|
|
111 |
xmlhttp.open("GET",url,true);
|
|
|
112 |
xmlhttp.send();
|
|
|
113 |
|
|
|
114 |
}
|
|
|
115 |
</script>
|
|
|
116 |
<title>Shop 2020</title>
|
|
|
117 |
</head>
|
|
|
118 |
<body>
|
|
|
119 |
#parse ( "templates/header.vm" )
|
|
|
120 |
|
|
|
121 |
<div class="wrapper">
|
|
|
122 |
<div class="mainmenu">
|
|
|
123 |
<ul id="nav">
|
|
|
124 |
<li><a href="#">HOME</a></li>
|
|
|
125 |
<li class="sublink"><a href="#" class="sublink">PHONE CATEGORIES</a></li>
|
|
|
126 |
<li class="sublink"><a href="#" class="sublink">PHONE ACCESSORIES</a></li>
|
|
|
127 |
<li><a href="#">SHOP BY BRANDS</a></li>
|
|
|
128 |
<li><a href="#">BEST DEALS</a></li>
|
|
|
129 |
<li><a href="#">FAQs</a></li>
|
|
|
130 |
</ul>
|
|
|
131 |
</div>
|
|
|
132 |
<div class="findBox">
|
|
|
133 |
<input type="text" id="" class="txtfld"/>
|
|
|
134 |
<select name="cat" id="cat" class="cat">
|
|
|
135 |
<option value="0">All Categories</option>
|
|
|
136 |
<option value="1">Business Phones</option>
|
|
|
137 |
<option value="2">High-end Multimedia Phones</option>
|
|
|
138 |
<option value="2">Low-end Multimedia Phones</option>
|
|
|
139 |
</select>
|
|
|
140 |
<input type="button" value="Search" name="" id="" class="srchbtn" />
|
| 419 |
rajveer |
141 |
<a href="/Website/cart" class="cartbtn">Cart(1)</a>
|
| 405 |
rajveer |
142 |
</div>
|
|
|
143 |
</div>
|
|
|
144 |
|
|
|
145 |
$action.getMyAccountSnippets()
|
|
|
146 |
|
|
|
147 |
</div>
|
|
|
148 |
</div>
|
|
|
149 |
#parse ( "templates/footer.vm" )
|
|
|
150 |
</body>
|
|
|
151 |
</html>
|