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
32 lines (31 loc) · 1022 Bytes
/
tocheader.html
File metadata and controls
32 lines (31 loc) · 1022 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
<div class="ui fixed accent borderless @tocclass@ main menu hideprint docs" role="menubar">
<div>
@sidebarToggle@
<div class="item" role="menuitem">
<div>
<a href="/" class="header" tabindex="0" title="Go to editor">
@targetlogo@
</a>
</div>
<div>
@docsheader@
</div>
</div>
</div>
<div>
<div class="item">
<form id="tocsearch1" class="search" 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>
</div>
</div>
<div class="ui vertical accent @tocclass@ sidebar menu left hideprint docs" role="menubar">
<!-- TOC Menu (tocheader.html) -->
<div class="menuContainer" role="menu">
@TOC@
</div>
</div>