Subversion Repositories SmartDukaan

Rev

Rev 7343 | Rev 7409 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7343 Rev 7386
Line 9... Line 9...
9
<body style="margin: 0;background-color:#333333;">
9
<body style="margin: 0;background-color:#333333;">
10
	
10
	
11
	<div style="line-height:60px;height: 60px;background-color:#DBEEFF;color: #333333;margin: 0px;border-bottom:1px solid #67ABD3">
11
	<div style="line-height:60px;height: 60px;background-color:#DBEEFF;color: #333333;margin: 0px;border-bottom:1px solid #67ABD3">
12
    	<img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
12
    	<img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
13
		<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
13
		<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
14
        <img style="float:right;margin-right:20px;" src="/storewebsite/images/Saholic-Logo.jpg">
-
 
-
 
14
        
15
    </div>
15
    </div>
16
	
16
	
17
	<div id="main">
17
	<div id="main">
18
		<form id="formSearch" method='GET' action='/storewebsite/search'>
18
		<form id="formSearch" method='GET' action='/storewebsite/search'>
19
			<input id="query" type="text" name="q" class="mainsearch">
19
			<input id="query" type="text" name="q" class="mainsearch">
20
			<input type="submit" value="Search" style="height: 35px;background-color: #2789c1;color: white;border: 0;cursor: pointer;font-size: 20px;">
20
			<input type="submit" value="Search" style="height: 35px;background-color: #2789c1;color: white;border: 0;cursor: pointer;font-size: 20px;">
21
		</form>
21
		</form>
22
	</div>
22
	</div>
23
	
23
	
24
	<div style="line-height:40px;height:40px;background-color:#333333;color:white;">
24
	<div style="line-height:40px;height:40px;background-color:#333333;color:white;">
25
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
25
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
26
    	
26
    	
27
    	<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
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>	
28
    	<a style="color:white;" href="/storewebsite/!doLogout">Logout</a>	
29
    </div>
29
    </div>
30
    
30