]> ruin.nu Git - ndwebbie.git/blob - templates/points.tmpl
adding points
[ndwebbie.git] / templates / points.tmpl
1 <table border="1">
2         <tr>
3         <th>User</th>
4         <th><a href="points.php?type=total">Total</a></th>
5         <th><a href="points.php?type=defense">Defenses</a></th>
6         <th><a href="points.php?type=attack">Attacks</a></th>
7         <th><a href="points.php?type=scan">Scans</a></th>
8         <th><a href="points.php?type=humor">Humor</a></th>
9         <th><a href="points.php?type=rank">ND Rank</a></th>
10         </tr>
11         <TMPL_LOOP Members>
12         <tr>
13         <td><TMPL_VAR NAME=Username></td>
14         <td><TMPL_VAR NAME=Total></td>
15         <td><TMPL_VAR NAME=Defense></td>
16         <td><TMPL_VAR NAME=Attack></td>
17         <td><TMPL_VAR NAME=Scan></td>
18         <td><TMPL_VAR NAME=Humor></td>
19         <td><TMPL_VAR NAME=Rank></td>
20         </tr>
21         </TMPL_LOOP>
22 </table>