]> ruin.nu Git - ndwebbie.git/blobdiff - templates/covop.tmpl
Converted launch confirmation
[ndwebbie.git] / templates / covop.tmpl
index ca9651732c4bac79a1cedbb389890e0811336f7a..2a80247818c8b96e54d36cb95ab9fb03d5a6ad41 100644 (file)
@@ -1,6 +1,6 @@
 <table>
        <tr>
-       <th>Coords</th><th>Metal</th><th>Crystal</th><th>Eonium</th><th>% Sec Centres</th><th>Dists</th><th>Max (15 agents)</th><th>Last covop (tick)</th>
+       <th>Coords</th><th>Metal</th><th>Crystal</th><th>Eonium</th><th>Gov</th><th>Alert</th><th>Dists</th><th>Max (15 agents)</th><th>Last covop (tick)</th>
        </tr>
        <TMPL_LOOP Targets>
        <tr align="center" class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
@@ -8,11 +8,12 @@
        <td><TMPL_VAR NAME=Metal></td>
        <td><TMPL_VAR NAME=Crystal></td>
        <td><TMPL_VAR NAME=Eonium></td>
-       <td><TMPL_VAR NAME=SecCents></td>
-       <td><TMPL_VAR NAME=Dists></td>
+       <td><TMPL_VAR NAME=Gov></td>
+       <td><TMPL_VAR NAME=MinAlert> - <TMPL_VAR NAME=MaxAlert></td>
+       <td><TMPL_VAR NAME=Distorters></td>
        <td><TMPL_VAR NAME=MaxResHack></td>
-       <td><TMPL_VAR NAME=Username> (<TMPL_VAR NAME=LastCovOp>)</td>
-       <td><a href="/<TMPL_VAR NAME=PAGE>?<TMPL_VAR NAME=List>&amp;covop=<TMPL_VAR NAME=Target>">Did CovOp this tick</a></td>
+       <td><TMPL_VAR NAME=LastCovOp></td>
+       <td><a href="/<TMPL_VAR NAME=PAGE>?<TMPL_VAR NAME=List>&amp;covop=<TMPL_VAR NAME=Id>">Did CovOp this tick</a></td>
        </tr>
        </TMPL_LOOP>
 </table>