]> ruin.nu Git - ndwebbie.git/blob - templates/memberIntel.tmpl
List ND attacks and other (not properly identifying retals yet)
[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 <TMPL_IF UID>
4 <table>
5         <tr>
6                 <th>Attack</th><th>Pt</th><th></th>
7         </tr>
8         <TMPL_LOOP Attacks>
9                 <tr><td><TMPL_VAR NAME=NAME></td></tr>
10                 <TMPL_LOOP LIST>
11         <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
12                 <td><TMPL_VAR NAME=Target></td>
13                 <td><TMPL_VAR NAME=tick></td>
14                 <td><TMPL_VAR NAME=Other></td>
15         </tr>
16                 </TMPL_LOOP>
17         </TMPL_LOOP>
18 </table>
19 <TMPL_ELSE>
20 <table>
21         <tr>
22                 <th>Member</th><th>Attacks</th><th>Defenses</th><th>Attack Points</th><th>Defense Points</th>
23                 <th>Solo attacks</th><th>Def outside ND/Gal</th>
24         </tr>
25         <TMPL_LOOP Members>
26         <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
27                 <td class="<TMPL_VAR NAME=OLD>"><a href="<TMPL_VAR NAME=PAGE>?uid=<TMPL_VAR NAME=uid>"><TMPL_VAR NAME=username></a></td>
28                 <td><TMPL_VAR NAME=attacks></td>
29                 <td><TMPL_VAR NAME=defenses></td>
30                 <td><TMPL_VAR NAME=attack_points></td>
31                 <td><TMPL_VAR NAME=defense_points></td>
32         </tr>
33         </TMPL_LOOP>
34 </table>
35 </TMPL_IF>