]> ruin.nu Git - ndwebbie.git/blob - templates/defLeeches.tmpl
4490582e6b55b4ef6b94fe7fb2e76a4ab5774a01
[ndwebbie.git] / templates / defLeeches.tmpl
1 <!-- <TMPL_VAR NAME=Page> -->
2 <table>
3         <tr>
4         <th>User</th>
5         <th>Def Points</th>
6         <th>Def Missions</th>
7         <th>Recalled missions</th>
8         <th>Calls</th>
9         </tr>
10         <TMPL_LOOP Members>
11         <tr class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
12         <td><TMPL_VAR NAME=Username></td>
13         <td><TMPL_VAR NAME=Defense_Points></td>
14         <td><TMPL_VAR NAME=Fleets></td>
15         <td><TMPL_VAR NAME=Recalled></td>
16         <td><TMPL_VAR NAME=Calls></td>
17         </tr>
18         </TMPL_LOOP>
19 </table>