<!-- $Id: lookup.tmpl 1394 2008-02-26 10:03:54Z zme@logicnow.com $ v4/staff/lookup.tmpl -->
   <div id="InfoBar"><p><b>You are here:</b> Customer Lookup</p></div>
	<div id="Heading"><h1>Customer Lookup...</h1></div>

		<form action="<TMPL_VAR env.SCRIPT_NAME>" method="post">

          <table width="90%" border="0" cellspacing="0" cellpadding="2" align="center">
            
            <tr> 
              <td colspan="4">&nbsp;</td>
            </tr>
            <tr> 
              <td colspan="4"  height="43"> 
                <div align="center">Lookup: 
                  <input type="text" name="query" size="30">
                  IN
                  <select name="select">
                  <TMPL_VAR search_field>
                  </select>
                 </div>
              </td>
            </tr>
          </table>
          
          
          <div id="results"></div>
          
          
          <div align="center"> <input type="hidden" type="hidden" name="do" value="lookupresults">
            <input type="submit" name="Submit" value="Submit">
          </div>
        
        
        
        
</form>
