]> ruin.nu Git - ndwebbie.git/blobdiff - templates/editRaid.tmpl
Storing government for planets
[ndwebbie.git] / templates / editRaid.tmpl
index 0b176c31bb5b14a3288808c667775b103b944238..931ca5110ca93b3c1be579b29deba4daabdb1542 100644 (file)
@@ -36,7 +36,7 @@
                </div>
                <div class="leftinfo">
                        <p>Raid message here</p>
-                       <textarea rows="15" cols="40" name="message"><TMPL_VAR NAME=Message></textarea>
+                       <textarea rows="15" cols="40" name="message"><TMPL_VAR ESCAPE=NONE NAME=Message></textarea>
                </div>
                <div class="leftinfo">
                        <p>List all target coords here</p>
                                <td class="<TMPL_VAR NAME=Relationship>"><TMPL_VAR NAME=Relationship></td>
                        </tr>
                </table>
+       <table>
        <TMPL_LOOP Waves>
+               <tr>
+               <td>
                <TMPL_IF Claimers>
-                       <p>Unclaim wave <TMPL_VAR NAME=Wave> (<TMPL_VAR NAME=Claimers>): <input type="checkbox" name="unclaim:<TMPL_VAR NAME=Id>:<TMPL_VAR NAME=Wave>" value="unclaim"/></p>
+                       Unclaim wave <TMPL_VAR NAME=Wave> (<TMPL_VAR NAME=Claimers>): <input type="checkbox" name="unclaim:<TMPL_VAR NAME=Id>:<TMPL_VAR NAME=Wave>" value="unclaim"/>
                <TMPL_ELSE>
-                       <p>Block wave <TMPL_VAR NAME=Wave>: <input type="checkbox" name="block:<TMPL_VAR NAME=Id>:<TMPL_VAR NAME=Wave>" value="block"/></p>
+                       Block wave <TMPL_VAR NAME=Wave>: <input type="checkbox" name="block:<TMPL_VAR NAME=Id>:<TMPL_VAR NAME=Wave>" value="block"/>
                </TMPL_IF>
+               </td>
+               <td><input type="text" name="claim:<TMPL_VAR NAME=Id>:<TMPL_VAR NAME=Wave>" value=""/></td>
+               </tr>
        </TMPL_LOOP>
+       </table>
        </div>
        <div class="leftinfo">
        <p>     Comment:<br/>
-               <textarea rows="5" cols="20" name="comment:<TMPL_VAR NAME=Id>"><TMPL_VAR NAME=Comment></textarea>
+               <textarea rows="5" cols="20" name="comment:<TMPL_VAR NAME=Id>"><TMPL_VAR ESCAPE=NONE NAME=Comment></textarea>
        </p>
        <TMPL_VAR NAME=PlanetScan>
        </div>
        <table>
        <tr><th>Tick</th><th>Scan</th></tr>
        <TMPL_LOOP Scans>
-       <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
+       <tr class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
                <td><TMPL_VAR NAME=Tick></td>
                <td><a href="http://game.planetarion.com/showscan.pl?scan_id=<TMPL_VAR NAME=Scan_id>"><TMPL_VAR NAME=Type></a></td>
        </tr>