]> ruin.nu Git - ndwebbie.git/blob - templates/points.tmpl
nicer tables
[ndwebbie.git] / templates / points.tmpl
1 <table>
2         <tr>
3         <th>User</th>
4         <th><a href="index.pl?page=points&amp;type=total">Total</a></th>
5         <th><a href="index.pl?page=points&amp;type=defense">Defenses</a></th>
6         <th><a href="index.pl?page=points&amp;type=attack">Attacks</a></th>
7         <th><a href="index.pl?page=points&amp;type=scan">Scans</a></th>
8         <th><a href="index.pl?page=points&amp;type=humor">Humor</a></th>
9         <th><a href="index.pl?page=points&amp;type=rank">ND Rank</a></th>
10         </tr>
11         <TMPL_LOOP Members>
12         <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
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>