|
SimpleLog wiki
Installing SimpleLog Upgrading Working with themes
How to
Troubleshooting Development & resources |
Themes /
BasicSearchIf you don't necessarily want to use the (very nice) quick search feature, here's one way to show a basic search box that yields the full search results page:
<form action="/search/full" id="sform" method="post">
<fieldset>
<input type="text" name="q" id="q" value="search..." />
</fieldset>
</form>
|