forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtocheader.html
More file actions
36 lines (33 loc) · 998 Bytes
/
tocheader.html
File metadata and controls
36 lines (33 loc) · 998 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
27
28
29
30
31
32
33
34
35
36
<div class="ui vertical accent @tocclass@ sidebar menu left hideprint">
<div class="item">
<a href="/" class="header focused" tabindex="0" title="Go to editor">
@targetlogo@
</a>
Documentation
</div>
<div class="item search">
<form id="tocsearch1" role="form" method="get" action="https://www.bing.com/search">
<div class="ui fluid icon input">
<input type="hidden" name="q1" value="site:@homeurl@" />
@searchBar1@
</div>
</form>
</div>
<!-- TOC Menu -->
<div class="menuContainer">
@TOC@
</div>
</div>
<div class="ui fixed accent borderless @tocclass@ main menu hideprint">
<div class="ui container">
@sidebarToggle@
<div class="item">
@breadcrumb@
</div>
<div class="right menu">
<a href="/" class="header item" tabindex="0" title="Go to editor">
@targetlogo@
</a>
</div>
</div>
</div>