1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
elua/doc/wb/template_wb_search.html
Dado Sutter 4a8edbeb0b Features added to WebBook HTML generator :
- 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....
2009-02-16 17:15:17 +00:00

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>