HandlerSearch: Render a form when no q= given
This commit is contained in:
8
template/quitesimple/searchform
Normal file
8
template/quitesimple/searchform
Normal file
@ -0,0 +1,8 @@
|
||||
{qswiki:include:general_header}
|
||||
<main id="content">
|
||||
<h2>Search</h2>
|
||||
|
||||
Search content of pages:
|
||||
<form action="{qswiki:config:wikipath}" method="GET"><input type="hidden" name="action" value="search"/><input type="text" name="q" value="search here" onfocus="this.value=''"></form>
|
||||
</main>
|
||||
{qswiki:include:general_footer}
|
Reference in New Issue
Block a user