forked from sendgrid/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
40 lines (38 loc) · 1.12 KB
/
Copy pathsearch.html
File metadata and controls
40 lines (38 loc) · 1.12 KB
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
39
---
layout: page
icon: icon-search
weight: 1
title: Search
navigation:
show: false
---
<form class="form-search" id="search">
<input class="input-large search-query" type="text" id="page-query" name="query"/>
<input type="hidden" id="root" name="root" value="{{ site.root }}">
<input class="btn" type="submit"/>
</form>
<hr/>
<div>
<ul class="nav nav-tabs">
<li class="active">
<a id="docs-tab" name="docs" href="#results" data-toggle="tab">
<span id="indicator" class="circle-indicator" style="display:none;"></span>
<span id="docs-tab-badge" class="badge"></span>
Documentation Results
</a>
</li>
<li>
<a id="kb-tab" name="kb" href="#kb-results" data-toggle="tab">
<span id="kb-indicator" class="circle-indicator" style="display:none;"></span>
<span id="kb-tab-badge" class="badge"></span>
Knowledge Base Results
</a>
</li>
</ul>
<div class="tab-content">
<div id="results" class="tab-pane active">
</div>
<div id="kb-results" class="tab-pane">
</div>
</div>
</div>