mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-20 18:39:16 -04:00
+ small imp.
This commit is contained in:
parent
bbf2287a21
commit
73d568197e
@ -33,9 +33,6 @@ static const string HTMLScripts = " \
|
||||
margin-top: 0px; \n \
|
||||
margin-right: 5px; \n \
|
||||
padding: 5px; \n \
|
||||
font-weight: bold; \n \
|
||||
font-size: 14px; \n \
|
||||
height: min; \n \
|
||||
background: #FFFFFF; \n \
|
||||
visibility: hidden; \n \
|
||||
z-index: 100; \n \
|
||||
@ -102,7 +99,7 @@ else if (document.getElementById) \n \
|
||||
";
|
||||
|
||||
static const string HTMLDiv = " \
|
||||
<div id=\"topbar\">Search<form method=\"GET\" action=\"/search\"><input type=\"textbox\" name=\"pattern\" /><input type=\"submit\" value=\"Go\" /></form></div> \n \
|
||||
<div id=\"topbar\"><form method=\"GET\" action=\"/search\"><input type=\"textbox\" name=\"pattern\" /><input type=\"submit\" value=\"Search\" /></form></div> \n \
|
||||
";
|
||||
|
||||
static kiwix::Reader* reader;
|
||||
|
Loading…
x
Reference in New Issue
Block a user