-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader_2.php
31 lines (27 loc) · 1.44 KB
/
header_2.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<div id=header class="header row" style="rgba(0,0,0,0.2);
box-shadow: -1px -1px 7px 0px rgba(0,0,0,0.2);" >
<div class="col-sm-3" >
<div>
<a href=https://www.productlists.co.za/index.php class="logo logo_start" ></a>
<a href=https://www.productlists.co.za/index.php class="title logo" >Productlists</a>
<a href="#" onclick="toggleUpperScroll();return false;" class="toggleUpperScroll highlight" ></a>
<a href="#" onclick="toggleSignIn();return false;" class="toggleSignIn highlight" ></a>
</div>
</div>
<div class="col-sm-6" >
<div class="upper_scroll row" >
<div class=col-sm-6 >
<input style="width:100%;height:30px;border:0px;padding:4px;" onfocus=s_in(); onblur=s_out(this); type=search onkeyup="search(this.value);" class=" shadow" id=search placeholder="search" />
</div>
<div class=col-sm-6 style="padding-top:25px;font-size:1.2em;text-align:center;">
<a class=space href=https://www.productlists.co.za/services/directory_listings/company_directory.php >Companies</a>
<a class=space href=https://www.productlists.co.za/services/sell/products/products.php >Products</a>
<a class=space href=https://www.productlists.co.za/services/build_your_brand/columns.php >Columns</a>
</div>
</div>
<?php include (str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']).'/feature/sign/signin_body.php'); ?>
</div>
<div id=header_right class="col-sm-3">
<?php include str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']).'/feature/sign/signin.php'; ?>
</div>
</div>