forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocsheader.html
More file actions
28 lines (27 loc) · 1.09 KB
/
docsheader.html
File metadata and controls
28 lines (27 loc) · 1.09 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
<div id="docs-header" class="ui main menu @tocclass@ borderless hideprint">
@sidebarToggle@
<div class="menu">
<a class="header item" href="/" tabindex="0" title="Go to editor">
@targetlogo@ <span>@targetname@</span>
</a>
<div class="divider-pipe"></div>
</div>
<div id="docs-type">
</div>
<div class="item right">
<a id="mobile-search-icon"><i class="icon search"></i></a>
<a id="mobile-search-close"><i class="icon close"></i></a>
<form id="tocsearch2" role="form" method="get" target="_blank" action="https://www.bing.com/search">
<div class="ui icon input">
<input type="hidden" name="q1" value="site:@homeurl@" />
@searchBar2@
</div>
</form>
<form id="tocsearch1" role="form" method="get" target="_blank" action="https://www.bing.com/search">
<div class="ui icon input">
<input type="hidden" name="q1" value="site:@homeurl@" />
@searchBar2@
</div>
</form>
</div>
</div>