]> ruin.nu Git - ndwebbie.git/blobdiff - templates/editRaid.tmpl
Converted raids page
[ndwebbie.git] / templates / editRaid.tmpl
index 13ae19d6b8ab140563871564c9adfb301a6833fa..931ca5110ca93b3c1be579b29deba4daabdb1542 100644 (file)
                                <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/>
        <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>