Subversion Repositories SmartDukaan

Rev

Rev 7343 | Rev 7427 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="/storewebsite/css/storewebsite.css" type="text/css" />
        <link rel="stylesheet" href="/storewebsite/css/jquery.ui.autocomplete.css" type="text/css" />
</head>

<body style="margin: 0;background-color:#333333;">
        
        <div style="line-height:60px;height: 60px;background-color:#DBEEFF;color: #333333;margin: 0px;border-bottom:1px solid #67ABD3">
        <img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
                <span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
        
    </div>
        
        <div id="main">
                <form id="formSearch" method='GET' action='/storewebsite/search'>
                        <input id="query" type="text" name="q" class="mainsearch">
                        <input type="submit" value="Search" style="height: 35px;background-color: #2789c1;color: white;border: 0;cursor: pointer;font-size: 20px;">
                </form>
        </div>
        
        <div style="line-height:40px;height:40px;background-color:#333333;color:white;">
        <span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
        
        <a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
        <a style="color:white;" href="/storewebsite/!doLogout">Logout</a>       
    </div>
    
</body>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-1.4.2.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-ui.min.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.colorbox-min.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.validate.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.dataTables.min.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/storewebsite.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.ui.autocomplete.js"></script>
<script>
        function resizeHandler(){
        var veiwportHeight = jQuery(window).height();
        var veiwportWidth = jQuery(window).width();
        var height = veiwportHeight - 110;
        var marginleft = (veiwportWidth - 560)/2;
        jQuery('#main').attr('style', 'background-color:white;height:' + height + 'px;min-height:200px;');
        jQuery('.mainsearch').attr('style', 'margin-left:' + marginleft + 'px');
        }
        jQuery(document).ready(resizeHandler);
        jQuery(window).resize(resizeHandler);
</script>
</html>