[pmwiki-users] Search engine
Anno
anno at shroomery.org
Sun Dec 24 02:23:12 CST 2006
If you copy the search form into a new html document, it should work.
This would be the code, you have to enter your site's data instead of
pmwiki.org:
<form class='wikisearch' action='http://pmwiki.com/wiki/Site/Search'
method='get'>
<input type='text' name='q' value='' class='inputbox searchbox' size='40' />
<input type='submit' class='inputbutton searchbutton' value='Search' />
<input type='hidden' name='action' value='search' />
</form>
More information about the pmwiki-users
mailing list