]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/members/index.tt2
Escape planet and rule names in templates.
[ndwebbie.git] / root / src / members / index.tt2
index d9b7559098992db1d141b256079fb313e6774154..da11c5230c0a128135592773a97024c67598f571 100644 (file)
@@ -38,7 +38,7 @@
                <td>[% p.x %] </td>
                <td><a href="[% c.uri_for('/stats','galaxy',p.x,p.y) %]">[% p.y %]</a></td>
                <td><a href="[% c.uri_for('/stats','planet',p.id) %]">[% p.z %]</a></td>
-               <td align="center">[% p.ruler %] <b>OF</b> [% p.planet %]</td>
+               <td align="center">[% p.ruler | html %] <b>OF</b> [% p.planet | html %]</td>
                <td align="center">[% p.race %]</td>
                [% p.sizeimg = (p.size_gain_day == 0 ? 'stay' : (p.size_gain_day > 0 ? 'up' : 'down')) %]
                <td title="[% p.size_gain_day %] Today | [% p.size_gain %] Tick">[% p.size | commify %] <img src="/static/images/[% p.sizeimg %].png" alt="[% p.sizeimg %]"> </td>
@@ -99,6 +99,7 @@
                <td>[% f.amount %]</td><td>[% f.tick %]</td>
                <td>[% IF f.back %]<input style="width:5em" type="text" name="back:[% f.fid %]" value="[% f.back %]">[% END %]</td>
                <td>[% IF f.back %]<input type="checkbox" name="change:[% f.fid %]">[% END %]</td>
+               <td><a href="[% c.uri_for('/raids/fleetcalc',f.fid) %]" rel="external">Calc</a></td>
        </tr>
        <tr id="fleet[% f.fid %]" class="hidden">
                <td>
@@ -151,15 +152,6 @@ CrBs: <input type="checkbox" name="class" value="z"[% IF attackgroups.grep('z').
        </p>
 </fieldset>
 </form>
-[% IF c.user.planet %]
-<form action="[% c.uri_for('postfleetupdate') %]" method="post">
-<fieldset class="forum-post"> <legend>Fleet</legend>
-       <p>Paste your total fleet from ships section on overview here (do it daily to see the menus):</p>
-       <textarea rows="15" cols="50" name="fleet"></textarea>
-       <br><input type="submit" value="Submit">
-</fieldset>
-</form>
-[% END %]
 </div>
 [% IF c.user.planet %]
 <img class="graph" src="[% c.uri_for('/graphs/planetstats',c.user.planet,STICK) %]" alt="stats for your planet" height="300" width="500">