]> ruin.nu Git - ndwebbie.git/blob - templates/points.tmpl
7a9ef5afa75f00b3b9f27f574dd5d4f35a8ba66b
[ndwebbie.git] / templates / points.tmpl
1 <table>
2         <tr>
3         <th>User</th>
4         <th><a href="<TMPL_VAR NAME=PAGE>?type=total">Total</a></th>
5         <th><a href="<TMPL_VAR NAME=PAGE>?type=defense">Defenses</a></th>
6         <th><a href="<TMPL_VAR NAME=PAGE>?type=attack">Attacks</a></th>
7         <th><a href="<TMPL_VAR NAME=PAGE>?type=scan">Scans</a></th>
8         <th><a href="<TMPL_VAR NAME=PAGE>?type=humor">Humor</a></th>
9         <th><a href="<TMPL_VAR NAME=PAGE>?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>