]> ruin.nu Git - ndwebbie.git/blobdiff - templates/intel.tmpl
Let officers see all members
[ndwebbie.git] / templates / intel.tmpl
index 2a3f12af6793faf540218a37538db01edbf118c2..fccdf1b8751f9487eec6dab397cad801797f42cf 100644 (file)
@@ -9,7 +9,7 @@
 <p><a href="/<TMPL_VAR NAME=PAGE>?<TMPL_IF Coords>&amp;coords=<TMPL_VAR NAME=Coords></TMPL_IF>&amp;show=all">Show all ticks</a></p>
 
 <TMPL_IF CoordList>
-<table>
+<table class="stats">
        <tr><th>Coords</th><th>Alliance</th></tr>
        <TMPL_LOOP CoordList>
        <tr>
@@ -63,7 +63,7 @@
 </TMPL_IF>
 <TMPL_IF ChannelUsers>
 <p>Planets sharing this channel</p>
-<table>
+<table class="stats">
        <tr>
        <th>Coords</th><th>Alliance</th><th>Nick</th><th>Channel</th>
        </tr>
@@ -94,7 +94,7 @@
 
 <TMPL_LOOP IntelLists>
 <TMPL_IF Message><p><TMPL_VAR NAME=Message></p></TMPL_IF>
-<table>
+<table class="stats">
        <tr>
                <TMPL_IF Origin><th>Alliance</th><th>Sender</th></TMPL_IF>
                <th>Mission</th><th>Landing tick</th><th>ETA</th><th>Amount</th>
 </table>
 </TMPL_LOOP>
 
-<table border="1">
-       <tr>
-       <th>Reported by</th>
-       <th>Report time</th>
-       <th>Message</th>
-       <th></th>
-       </tr>
-       <TMPL_LOOP IntelMessages>
-       <tr>
-               <td><TMPL_VAR NAME=Username></td>
-               <td><TMPL_VAR NAME=Report_date></td>
-               <td><TMPL_VAR NAME=Message></td>
-               <td><a href="/<TMPL_VAR NAME=PAGE>?handle=<TMPL_VAR NAME=Id>">remove</a></td>
-       </tr>
-       </TMPL_LOOP>
-</table>
-
        <form action="<TMPL_VAR NAME=PAGE>" method="post"><fieldset> <legend>Coords</legend>
        <p>Paste a list of coords here</p>
        <textarea rows="25" cols="80" name="coords"></textarea>