-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.html
More file actions
30 lines (29 loc) · 1.42 KB
/
toc.html
File metadata and controls
30 lines (29 loc) · 1.42 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
<div id="sidetoggle">
<div>
<div class="sidefilter">
<form class="toc-filter">
<span class="glyphicon glyphicon-filter filter-icon"></span>
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></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" style="height: 100%;">
<ul class="nav level1">
<li class="">
<a href="Tutorials/index.html" title="チュートリアル" class="">チュートリアル</a>
</li>
<li class="">
<a href="Manual/index.html" title="機能解説" class="">機能解説</a>
</li>
<li class="">
<a href="References/Altseed2.html" title="リファレンス" class="">リファレンス</a>
</li>
<li class="">
<a href="First/index.html" title="初代Altseedはコチラ" class="">初代Altseedはコチラ</a>
</li>
</ul> </div>
</div>
</div>
</div>