forked from kiwix/kiwix-tools
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.
20 lines
1010 B
20 lines
1010 B
<span class="kiwix">
|
|
<span id="kiwixtoolbar" class="ui-widget-header">
|
|
<div class="kiwix_centered">
|
|
<div class="kiwix_button_wrapper">
|
|
<a id="kiwix_serve_taskbar_library_button" href="__ROOT_LOCATION__/"><button>🏠</button></a>
|
|
<a id="kiwix_serve_taskbar_home_button" href="__ROOT_LOCATION__/__CONTENT__/"><button>__ZIM_TITLE__</button></a>
|
|
<a id="kiwix_serve_taskbar_random_button" href="__ROOT_LOCATION__/random?content=__CONTENT_ESCAPED__"><button>🎲</button></a>
|
|
</div>
|
|
<div class="kiwix_searchform">
|
|
<form class="kiwixsearch" method="GET" action="__ROOT_LOCATION__/search" id="kiwixsearchform">
|
|
<input type="hidden" name="content" value="__CONTENT__" />
|
|
<input autocomplete="off" class="ui-autocomplete-input" id="kiwixsearchbox" name="pattern" type="text">
|
|
<input type="submit" value="🔍">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</span>
|
|
</span>
|
|
<div style="display: block; height: 5em;"></div>
|