-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.html
More file actions
26 lines (25 loc) · 825 Bytes
/
toc.html
File metadata and controls
26 lines (25 loc) · 825 Bytes
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
<div id="sidetoggle">
<div>
<div class="sidefilter">
<form class="toc-filter">
<span class="glyphicon glyphicon-filter filter-icon"></span>
<input type="text" id="toc_filter_input" placeholder="Enter here to filter..." onkeypress="if(event.keyCode==13) {return false;}">
</form>
</div>
<div class="sidetoc">
<div class="toc" id="toc">
<ul class="nav level1">
<li>
<a href="index.html" name="" title="Home">Home</a>
</li>
<li>
<a href="tutorials/index.html" name="" title="Tutorials">Tutorials</a>
</li>
<li>
<a href="reference/apis.html" name="" title="Reference">Reference</a>
</li>
</ul> </div>
</div>
</div>
</div>