forked from jkleiber/BBQ-FIRST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavheader.html
38 lines (30 loc) · 980 Bytes
/
navheader.html
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
32
33
34
35
36
37
38
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/png"
href="http://bbqfrc.x10host.com/favicon.png">
<link rel="stylesheet" href="styler.css">
<script src="jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="jquery.tablesorter.js"></script>
<script src="Chart.js"></script>
<script src="jquery-1.11.1.min.js"></script>
<script src="autocomplete.js"></script>
</head>
<div id="container">
<div class="nav">
<a href="index.php" class="nav"></a>
<!--Right Aligned Elements-->
<a href="help" class="nav_txt">Help</a>
<div id="search_bar">
<span class="search">
<input type="text" name="q" id="searcher" class="search" placeholder="Search" autocomplete="off"></input>
<div id="results">
</div>
</span>
</div>
<!--<button type="button" class="search_button" onclick="expandSearch()"></button>
<div class="clearer"></div> -->
</div>
<br>
<br>
<br>
<br>