mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
+ new resources
This commit is contained in:
10
static/server/taskbar.html.part
Normal file
10
static/server/taskbar.html.part
Normal file
@ -0,0 +1,10 @@
|
||||
<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>
|
Reference in New Issue
Block a user