{* we don't really want to do this: include file="header.html" *}
<#Player Search:#>
<#Search player name:#>
{if $search}
<#Search Results:#>
{foreach from=$players item='p'}
({$p.plrid|string_format:"%05d"}) {$p.name|escape}
{foreachelse}
* <#No matches#> *
{/foreach}
{/if}
<#Note: A maximum of 100 matches are returned.#>
<#Refine your search if too many match your search criteria.#>
{include file="footer.html"}