]> ruin.nu Git - ndwebbie.git/blobdiff - templates/memberIntel.tmpl
Possible to change order
[ndwebbie.git] / templates / memberIntel.tmpl
index c6fae519d0d1880e136cfbe394fd0fd6a9fec1ff..b00a42f49c1f341973d2de345d1c1ac8b8171e53 100644 (file)
 <TMPL_ELSE>
 <table>
        <tr>
-               <th>Member</th><th>Attacks</th><th>Defenses</th><th>Attack Points</th><th>Defense Points</th>
-               <th>Solo attacks</th><th>Def outside ND/Gal</th>
+               <th>Member</th>
+               <th><a href="<TMPL_VAR NAME=PAGE>?order=attacks">Attacks</a></th>
+               <th><a href="<TMPL_VAR NAME=PAGE>?order=defenses">Defenses</a></th>
+               <th><a href="<TMPL_VAR NAME=PAGE>?order=attack_points">Attack Points</a></th>
+               <th><a href="<TMPL_VAR NAME=PAGE>?order=defense_points">Defense Points</a></th>
+               <th><a href="<TMPL_VAR NAME=PAGE>?order=solo">Solo attacks</a></th>
+               <th><a href="<TMPL_VAR NAME=PAGE>?order=bad_def">Def outside ND/Gal</a></th>
        </tr>
        <TMPL_LOOP Members>
-       <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
-               <td class="<TMPL_VAR NAME=OLD>"><a href="<TMPL_VAR NAME=PAGE>?uid=<TMPL_VAR NAME=uid>"><TMPL_VAR NAME=username></a></td>
+       <tr align="right" class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
+               <td align="left" class="<TMPL_VAR NAME=OLD>"><a href="<TMPL_VAR NAME=PAGE>?uid=<TMPL_VAR NAME=uid>"><TMPL_VAR NAME=username></a></td>
                <td><TMPL_VAR NAME=attacks></td>
                <td><TMPL_VAR NAME=defenses></td>
                <td><TMPL_VAR NAME=attack_points></td>