Search Box

Author: Webvanta

Search box for database search. In the snippet "inline_search_form", and included in the "header" snippet in the default site.

<form action="/search" id="searchbox"  method="post">
<div>
  <span>Search</span>
  <input class="fieldSkybox"  id="search_text" name="search_text"  type="text" />
  <input class="searchButton" src="/webvanta/themes/master/1.0/images/button-search.jpg"  type="image" value="search" alt="Search" />
</div>
</form>