[comment]
ui_name: search_box_small_top
ui_type: component
ui_class: horizontal
ui_group: search
ui_label: Small search box (for top area)

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

[/comment]
<!-- BEGIN COMPONENT [control component search_box_small] -->
<tr><td align="center">
  <table>
  <tr> 
    <td class="menubar"> 
      <br>     
      <form action="[area search]" method=post>
	  <input type=hidden name=mv_session_id value="[data session id]">
      <table border="0" width="95%">
      <tr> 
  	    <td align="left">
	      <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_substring_match value=1>
	      <INPUT MAXLENGTH=30 NAME=mv_searchspec type=text size=8>
	    </td>
	    <td align="right" valign="middle" width="45">
	      <input type="image" alt="[L]Search Go[/L]" width="45" border="0" src="__THEME_IMG_DIR__go.gif">
	      <a href="[area advancedsearch]"><font size=-2 class="menubar">[L]Advanced[/L]</a>
	    </td>
      </tr>
      </table>
      </form>
    </td>
  </tr>
  </table>
</td></tr>

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

