]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/intel/planet.tt2
Planet government intel
[ndwebbie.git] / root / src / intel / planet.tt2
index 4e5eb631185398fbd9ceb3e990edbc69e80d5340..ce4626848705b27f0f14a3f91133e73e5d0fb5ef 100644 (file)
@@ -21,8 +21,8 @@
                </tr>
                <tr><td>Government</td>
                        <td><select name="gov">
-[% FOR gov IN govs %]
-                               <option value="[% gov %]" [% IF gov == p.gov %]selected[% END %]> [% gov %]</option>
+[% FOR g IN govs %]
+                               <option value="[% g.gov %]" [% IF g.gov == p.gov %]selected[% END %]> [% g.gov_name %]</option>
 [% END %]
                                </select></td>
                        <td><input type="checkbox" name="cgov"></td>
        </p>
 </form>
 
+[% IF tags.size > 0 %]
+<table class="stats">
+       <tr>
+       <th>Tag</th><th>Added by</th><th>Last added</th>
+       </tr>
+       [% FOR t IN tags %]
+       <tr>
+               <td>[% t.tag %]</td><td>[% t.nicks %]</td><td>[% t.time %]</td>
+       </tr>
+       [% END %]
+</table>
+[% END %]
+
 [% IF channelusers.size > 0 %]
 <table class="stats">
        <tr>