]> ruin.nu Git - ndwebbie.git/blobdiff - templates/calls.tmpl
initial implementation of def mission tracking
[ndwebbie.git] / templates / calls.tmpl
index 9fbbe6c83840bd5239c3556d32b543f7f3cbb5ed..32a764bdb8869362356976184175aeba8609d91b 100644 (file)
        </div>
        </TMPL_LOOP Fleets>
        </fieldset>
+       <fieldset><legend>Defenders</legend>
+       <TMPL_LOOP Defenders>
+       <div class="leftinfo">
+               <p>Member: <TMPL_VAR NAME=Username></p>
+               <table>
+                       <tr><th>Ship</th><th>Amount</th></tr>
+                       <TMPL_LOOP Ships>
+                               <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
+                                       <td><TMPL_VAR NAME=Ship></td><td><TMPL_VAR NAME=Amount></td>
+                               </tr>
+                       </TMPL_LOOP>
+               </table>
+       </div>
+       </TMPL_LOOP>
+       </fieldset>
        <p>Userful information. Change?<input type="checkbox" name="cinfo"/></p>
        <textarea rows="15" cols="80" name="info"><TMPL_VAR NAME=Info></textarea>
        <p>