| 7226 |
anupam.sin |
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">
|
| 7324 |
anupam.sin |
5 |
<link rel="stylesheet" href="/storewebsite/css/storewebsite.css" type="text/css" />
|
|
|
6 |
<link rel="stylesheet" href="/storewebsite/css/jquery.ui.autocomplete.css" type="text/css" />
|
| 7226 |
anupam.sin |
7 |
</head>
|
|
|
8 |
|
|
|
9 |
<body style="margin: 0;background-color:#333333;">
|
|
|
10 |
|
|
|
11 |
<div style="line-height:60px;height: 60px;background-color:#DBEEFF;color: #333333;margin: 0px;border-bottom:1px solid #67ABD3">
|
| 7324 |
anupam.sin |
12 |
<img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
|
| 7226 |
anupam.sin |
13 |
<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
|
| 7386 |
anupam.sin |
14 |
|
| 7226 |
anupam.sin |
15 |
</div>
|
|
|
16 |
|
|
|
17 |
<div id="main">
|
| 7255 |
amit.gupta |
18 |
<form id="formSearch" method='GET' action='/storewebsite/search'>
|
|
|
19 |
<input id="query" type="text" name="q" class="mainsearch">
|
| 7226 |
anupam.sin |
20 |
<input type="submit" value="Search" style="height: 35px;background-color: #2789c1;color: white;border: 0;cursor: pointer;font-size: 20px;">
|
|
|
21 |
</form>
|
|
|
22 |
</div>
|
|
|
23 |
|
|
|
24 |
<div style="line-height:40px;height:40px;background-color:#333333;color:white;">
|
| 7386 |
anupam.sin |
25 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
|
| 7327 |
anupam.sin |
26 |
|
| 7343 |
anupam.sin |
27 |
<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
|
|
|
28 |
<a style="color:white;" href="/storewebsite/!doLogout">Logout</a>
|
| 7226 |
anupam.sin |
29 |
</div>
|
|
|
30 |
|
|
|
31 |
</body>
|
| 7324 |
anupam.sin |
32 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-1.4.2.js"></script>
|
|
|
33 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-ui.min.js"></script>
|
|
|
34 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.colorbox-min.js"></script>
|
|
|
35 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.validate.js"></script>
|
|
|
36 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.dataTables.min.js"></script>
|
|
|
37 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/storewebsite.js"></script>
|
|
|
38 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.ui.autocomplete.js"></script>
|
| 7226 |
anupam.sin |
39 |
<script>
|
|
|
40 |
function resizeHandler(){
|
|
|
41 |
var veiwportHeight = jQuery(window).height();
|
|
|
42 |
var veiwportWidth = jQuery(window).width();
|
|
|
43 |
var height = veiwportHeight - 110;
|
|
|
44 |
var marginleft = (veiwportWidth - 560)/2;
|
| 7263 |
anupam.sin |
45 |
jQuery('#main').attr('style', 'background-color:white;height:' + height + 'px;min-height:200px;');
|
| 7226 |
anupam.sin |
46 |
jQuery('.mainsearch').attr('style', 'margin-left:' + marginleft + 'px');
|
|
|
47 |
}
|
|
|
48 |
jQuery(document).ready(resizeHandler);
|
|
|
49 |
jQuery(window).resize(resizeHandler);
|
|
|
50 |
</script>
|
|
|
51 |
</html>
|