-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-search.html
19 lines (19 loc) · 1 KB
/
header-search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="dropdown">
<button class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" aria-label="Toggle Search">
<i class="glyphicon glyphicon-search" aria-hidden="true"></i>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li>
<form role="search" action="https://library.caltech.edu/srch.php">
<div class="input-group">
<input type="search" name="q" class="form-control" placeholder="Search Our Website" aria-label="Our Website">
<span class="input-group-btn">
<button class="btn btn-default" type="submit">
Search
</button>
</span>
</div>
</form>
</li>
</ul>
</div>