File size: 2.03Kb
<center>
<table bgcolor="{$tableParam[1]}" width="{$tableParam[0]}" border={$tableParam[5]} cellspacing={$tableParam[7]} cellpadding={$tableParam[6]}>
<tr bgcolor="{$tableParam[4]}">
<td>
<table width="100%" border=0 cellpadding=0 cellspacing=0>
<tr>
<td width="100%"><div class=header><a href="index.php">{$sitename}</a> :: {$l_searchSite} <small>{$pageNav}</small></div></div></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table bgcolor="{$tableParam[1]}" width="{$tableParam[0]}" border={$tableParam[5]} cellspacing={$tableParam[7]} cellpadding={$tableParam[6]}>
<tr>
<td width="36%" class=cell2 bgcolor="{$tableParam[4]}">
<form action="index.php" method=post class=formStyle>
<input type=hidden name=action value=search>
<b>» {$l_search[0]}</b>
</td>
<td width="30%" class=cell1 bgcolor="{$tableParam[10]}">
<input type=text size=38 maxlength=100 name=searchFor value="{$searchFor}" class=textForm>
</td>
<td width="4%" class=cell1 bgcolor="{$tableParam[10]}">
<input type=submit value="{$l_search[3]}" class=inputButton>
</td>
<td width="30%" class=cell1 bgcolor="{$tableParam[10]}">
</td>
</tr>
<tr>
<td class=cell2 bgcolor="{$tableParam[4]}">
<b>» {$l_search[1]} </b>
</td>
<td class=cell2 colspan=3 bgcolor="{$tableParam[10]}">
<select name=searchWhere size=1>
<option selected value=0>{$l_search[4]}</option>
<option value=1>{$l_search[5]}</option>
<option value=2>{$l_search[6]}</option>
</select>
</td>
</tr>
<tr>
<td class=cell2 bgcolor="{$tableParam[4]}">
<b>» {$l_search[2]} </b>
</td>
<td class=cell2 colspan=3 bgcolor="{$tableParam[10]}">
<select name=searchHow size=1>
<option selected value=0>{$l_search[7]}</option>
<option value=1>{$l_search[8]}</option>
<option value=2>{$l_search[9]}</option>
</select>
</form>
</td>
</tr>
</table>
<br>
<table width="{$tableParam[0]}" border=0 cellspacing=0 cellpadding=0>
<tr>
<td width="2%">
</td>
<td width="98%">
<div>
{$searchResults}
</div>
</td>
</tr>
</table>
<br>
</center>