Exemple #1
0
        $byrank = 0;
        // Did mean that
        break;
}
// Provide for 11 columns if not printing club column otherwise 12
$cs = 12;
$cs += $pclub;
if (count($initials) != 0) {
    print <<<EOT
<a name="Top"></a>
<table class="plinits"><tr>
EOT;
    if ($byrank) {
        foreach ($initials as $init) {
            $r = new Rank($init);
            print "<td><a href=\"#{$r->anchor()}\">{$r->display()}</a></td>\n";
        }
    } else {
        foreach ($initials as $init) {
            print "<td><a href=\"#{$init}\">{$init}</a></td>\n";
        }
    }
    print "</tr></table>\n";
}
// $ref = "<a href=\"players.php?by=$next\">";
print <<<EOT
<table class="pllist">
<tr>
<th colspan="3">&nbsp;</th>
<th colspan="4" align="center">Current</th>
<th>&nbsp;</th>