]> ruin.nu Git - ndwebbie.git/blobdiff - templates/memberIntel.tmpl
Fix bug with not counting first wave on target and also show solo attacks and def...
[ndwebbie.git] / templates / memberIntel.tmpl
index ff5c871b6057079c2ae3974951c54129624fdb61..c6fae519d0d1880e136cfbe394fd0fd6a9fec1ff 100644 (file)
@@ -1,7 +1,7 @@
 <TMPL_VAR NAME=Error>
 <!--<p><a href="/<TMPL_VAR NAME=PAGE>?show=all">Show all ticks</a></p>-->
 <TMPL_IF UID>
-<table>
+<table class="boards">
        <tr>
                <th>Attack</th><th>Pt</th><th></th>
        </tr>
@@ -16,7 +16,7 @@
                </TMPL_LOOP>
        </TMPL_LOOP>
 </table>
-<table>
+<table class="boards">
        <tr>
                <th>Defense</th><th>Pt</th><th></th>
        </tr>
@@ -44,6 +44,8 @@
                <td><TMPL_VAR NAME=defenses></td>
                <td><TMPL_VAR NAME=attack_points></td>
                <td><TMPL_VAR NAME=defense_points></td>
+               <td><TMPL_VAR NAME=solo></td>
+               <td><TMPL_VAR NAME=bad_def></td>
        </tr>
        </TMPL_LOOP>
 </table>