Skip to content
Snippets Groups Projects
search.tpl 949 B
Newer Older
  • Learn to ignore specific revisions
  • 	<div class="cbb">
    
    		<h3>Search {$smarty.const.SUCS_SITENAME}</h3>
    
    		<form method="get" action="http://www.google.co.uk/custom">
    		<div id="search">
    			<input type="text" class="text" name="q" maxlength="255" value="" /><br />
    
    			<div class="buttons">
    				<div class="left"><a href="http://www.google.co.uk/"><img src="/images/google.png" width="66" height="25" alt="Google" /></a></div>
    				<input class="submit" type="submit" name="sa" value="Search" />
    			</div>
    
    
    			<input type="hidden" name="cof" value="S:http://{$smarty.const.SUCS_PREFERRED_HOSTNAME};AH:left;LH:76;L:http://{$smarty.const.SUCS_PREFERRED_HOSTNAME}{$smarty.const.SUCS_BASEURL}/images/sucslogo-halo.png;LW:170;AWFID:624aceb6f2753532;" />
    			<input type="hidden" name="domains" value="{$smarty.const.SUCS_PREFERRED_HOSTNAME}" />
    			<input type="hidden" name="sitesearch" value="{$smarty.const.SUCS_PREFERRED_HOSTNAME}" />
    
    		</div>
    		</form>
    
    		<div class="clear"></div>
    	</div>