Show index_header.html syntax highlighted
<table align="center" width="99%" cellspacing="0" cellpadding="0">
<tr><td colspan="3"><img src="{$conf.imagesurl}spacer.gif" height="6" width="1" alt="" /></td></tr>
<tr>
<td width="4"><img src="{$conf.imagesurl}title_left.png" alt="" height="33" /></td>
<td background="{$conf.imagesurl}title_bg.png">
<table align="center" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><img src="{$conf.imagesurl}spacer.gif" alt="" width="5" height="5" /><font class="text2-lrg"><b>{$headertitle}</b></font></td>
<td align="right" class="text2-small">
<form action="{$PHP_SELF}" method="GET" style="margin: 0px">
<input name="page" value="{$page}" type="hidden" />
<input name="sort" value="{$sort}" type="hidden" />
<input name="order" value="{$order}" type="hidden" />
Search:
<input name="search" value="{$search|escape:"html"}" type="text" size="16" maxlength="64" class="field" />
<select name="andor" size="1" class="sel-norm">
<option value="or" ><#or#></option>
<option value="and" {if $andor == 'and'} selected{/if}><#and#></option>
<option value="exact" {if $andor == 'exact'} selected{/if}><#exact#></option>
</select>
<input type="submit" value=" <#go#> " class="btn">
</form>
</td>
</tr>
</table>
<td width="5"><img src="{$conf.imagesurl}title_right.png" alt="" height="33" /></td>
</tr>
</table>
See more files for this project here