]> ruin.nu Git - ndwebbie.git/blobdiff - templates/editRaid.tmpl
Use list_context variables instead of homebrewed ODD
[ndwebbie.git] / templates / editRaid.tmpl
index 13ae19d6b8ab140563871564c9adfb301a6833fa..be4fa94811ac007e393770bb354070d6c317115a 100644 (file)
        <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>