<!-- BEGIN COMPONENT [control component search_box_small] -->
[comment]
ui_component: search_box_small
ui_component_type: vertical
ui_component_group: search
ui_component_label: Small search box

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

[/comment]

<tr><td align="center">
  <table>
  <tr> 
    <td class="categorybar"> 
      <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_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_substring_match value=1>
	      <INPUT TYPE=hidden NAME=mv_column_op VALUE=ne>
	      <INPUT TYPE=hidden NAME=mv_column_op VALUE=rm>
	      <INPUT TYPE=hidden NAME=mv_searchspec VALUE=1>
	      <INPUT MAXLENGTH=30 NAME=mv_searchspec type=text size=8>
	    </td>
	    <td align="right" valign="middle" width="45">
	      <input type="image" alt="Search Go" width="45" border="0" src="__THEME_IMG_DIR__go.gif">
	      <a href="[area advancedsearch]"><font size=-2 class="categorybar">Advanced</a>
	    </td>
      </tr>
      </table>
      </form>
    </td>
  </tr>
  </table>
</td></tr>

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

