mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Merge commit '2e9e80f4b73af420e342ae35bff6f95af4d4b9d0'
This commit is contained in:
@ -19,6 +19,11 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
#kiwixrandom {
|
||||
margin: 0px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#kiwixsearchbox {
|
||||
margin: 0px;
|
||||
float: right;
|
||||
|
@ -18,6 +18,7 @@
|
||||
<span id="kiwixtoolbar" class="ui-widget-header ui-corner-all">
|
||||
<form action="/" method="GET"><input type="submit" value="Library" id="kiwixlibrary" /></form>
|
||||
<form action="/__CONTENT__/" method="GET"><input type="submit" value="Home" id="kiwixhome" /></form>
|
||||
<form action="/random" method="GET"><input type="submit" value="Random" id="kiwixrandom" /><input type="hidden" name="content" value="__CONTENT__" /></form>
|
||||
<form method="GET" action="/search" id="kiwixsearchform"><input type="hidden" name="content" value="__CONTENT__" /><input type="submit" id="kiwixsearch" value="Search" /><input type="text" id="kiwixsearchbox" name="pattern" /></form>
|
||||
</span>
|
||||
<div style="display: block; height: 35px;"></div>
|
||||
|
Reference in New Issue
Block a user