mirror of https://github.com/kiwix/kiwix-tools.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
503 B
11 lines
503 B
<span id="toolbar" class="ui-widget-header ui-corner-all">
|
|
<button id="library" onclick="window.location.href='/';">Library</button>
|
|
<button id="home" onclick="window.location.href='/__CONTENT__/';">Home</button>
|
|
<form method="GET" action="/search" />
|
|
<input type="submit" id="search" value="Search" />
|
|
<input id="searchbox" type="textbox" name="pattern" />
|
|
<input type="hidden" name="content" value="__CONTENT__" />
|
|
</form>
|
|
</span>
|
|
<div style="display: block; height: 40px;"></div>
|