]> ruin.nu Git - ndwebbie.git/blob - templates/memberIntel.tmpl
6260dc9b09edb67c555c26afde6777c2ca251a73
[ndwebbie.git] / templates / memberIntel.tmpl
1 <TMPL_VAR NAME=Error>
2 <p><a href="/<TMPL_VAR NAME=PAGE>?show=all">Show all ticks</a></p>
3 <table>
4         <tr>
5                 <th>Member</th><th>Attacks</th><th>Defenses</th><th>Attack Points</th><th>Defense Points</th>
6                 <th>Solo attacks</th><th>Def outside ND/Gal</th>
7         </tr>
8         <TMPL_LOOP Members>
9         <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
10                 <td class="<TMPL_VAR NAME=OLD>"><a href="<TMPL_VAR NAME=PAGE>?uid=<TMPL_VAR NAME=uid>"><TMPL_VAR NAME=username></a></td>
11                 <td><TMPL_VAR NAME=attacks></td>
12                 <td><TMPL_VAR NAME=defenses></td>
13                 <td><TMPL_VAR NAME=attack_points></td>
14                 <td><TMPL_VAR NAME=defense_points></td>
15         </tr>
16         </TMPL_LOOP>
17 </table>