[comment]
ui_name: search_box_small
ui_type: component
ui_class: vertical
ui_group: search
ui_label: Small search box

matches:
	help: Matches to return to page
	options: 1,2,3,5,10*,20,25,50,100
	type: select

[/comment]

  <table align=center>
  <tr> 
    <td class="[control table_class categorybar]"> 
      <br>     
      <form action="[area search]" method=post>
      [form-session-id]
      <table border="0" width="100%">
      <tr> 
	    <td align="center">
	      <INPUT TYPE=hidden NAME=mv_coordinate VALUE=1>
	      <INPUT TYPE=hidden NAME=mv_searchtype VALUE=db>
	      <INPUT TYPE=hidden NAME=mv_matchlimit VALUE=[control matches 10]>
	      <INPUT TYPE=hidden NAME=mv_sort_field VALUE=category>
	      <INPUT TYPE=hidden NAME=mv_search_field VALUE=":*">
	      <input type=hidden name=mv_min_string value=2>
	      <input type=hidden name=mv_substring_match value=1>
	      <INPUT
		  		TYPE=hidden
				NAME=mv_column_op
				VALUE="[if module-version Text::Query]aq[else]rm[/else][/if]"
			>
	      <INPUT MAXLENGTH=30 NAME=mv_searchspec type=text size=15>
	    </td>
	</tr>
	<tr>
	    <td align="center" valign="middle">
	      <input type=submit value="[L]SEARCH[/L]" class="search_button">	      
	    </td>
      </tr>
      <tr>
	    <td align="center">
	           <a href="[area advancedsearch]"><font size=-2 class="[control table_class categorybar]">[L]Advanced Search[/L]</font></a>
	    </td>
      </tr>
      </table>
      </form>
    </td>
  </tr>
  </table>

<!-- END COMPONENT [control component search_box_small] -->

