+ small imp.

This commit is contained in:
kelson42 2010-01-24 11:58:33 +00:00
parent bbf2287a21
commit 73d568197e

View File

@ -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;