]> ruin.nu Git - ndwebbie.git/blobdiff - templates/covop.tmpl
Calc alert and show government on cov op page
[ndwebbie.git] / templates / covop.tmpl
index 8c7ec877169e1eeafb3293f1bf55c9f495404324..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,7 +8,8 @@
        <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=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=LastCovOp></td>