mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
4a8edbeb0b
- New parameters in wb_usr to specify: - logo image file name - search box visibility - search box title and label - vertical size of title bar (for bigger logos) Features changed in WebBook HTML generator: - copywrite notice now optional - mail contact now optional - UTF-8 used for Portuguese version - search box now has a separate template to allow positioning flexibility HTML Templates enhanced Ongoing work....
12 lines
630 B
HTML
12 lines
630 B
HTML
|
|
<FORM method=GET action="http://www.google.com/search" style="margin-bottom: 0; margin: 0; text-align: center;font-size:12px;font-family:verdana;">
|
|
<input type="hidden" name="ie" value="UTF-8" />
|
|
<input type="hidden" name=oe value="UTF-8" />
|
|
WB_SEARCH_LABEL
|
|
<INPUT TYPE="text" name="q" size="21" maxlength="255" value="" />
|
|
<INPUT type="submit" name="btnG" VALUE="Search" style="height: 21px; vertical-align: top; font-size: x-small;" />
|
|
<input type="hidden" name="domains" value="WB_SEARCH_LINK" />
|
|
<input type="hidden" name="sitesearch" value="WB_SEARCH_LINK" />
|
|
</FORM>
|
|
|