]> ruin.nu Git - ndwebbie.git/blobdiff - templates/intel.tmpl
fixed a minor bug with changing row colors
[ndwebbie.git] / templates / intel.tmpl
index b872faf355c0b99f6bd19c93c1a9caf04e19d6d8..4158ad63a1f2fc6dccb6ac6ea33a9746eca2c874 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>
 </TMPL_LOOP>
 
        <form action="<TMPL_VAR NAME=PAGE>" method="post"><fieldset> <legend>Coords</legend>
-       <p>Paste a list of coords here</p>
+       <p>Paste a list of coords that you want to check here</p>
        <textarea rows="25" cols="80" name="coords"></textarea>
        <input type="hidden" name="cmd" value="coords"/>
        <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>