]> ruin.nu Git - ndwebbie.git/blob - templates/points.tmpl
9136843518fc33dab16b19646aa6441af9f53e82
[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=raid">Raid</a></th>
8         <th><a href="/<TMPL_VAR NAME=PAGE>?type=scan">Scans</a></th>
9         <th><a href="/<TMPL_VAR NAME=PAGE>?type=humor">Humor</a></th>
10         <th><a href="/<TMPL_VAR NAME=PAGE>?type=rank">ND Rank</a></th>
11         </tr>
12         <TMPL_LOOP Members>
13         <tr class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
14         <td><TMPL_VAR NAME=Username></td>
15         <td><TMPL_VAR NAME=Total></td>
16         <td><TMPL_VAR NAME=Defense></td>
17         <td><TMPL_VAR NAME=Attack></td>
18         <td><TMPL_VAR NAME=Raid></td>
19         <td><TMPL_VAR NAME=Scan></td>
20         <td><TMPL_VAR NAME=Humor></td>
21         <td><TMPL_VAR NAME=Rank></td>
22         </tr>
23         </TMPL_LOOP>
24 </table>