]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/members/index.tt2
Remove attack groups
[ndwebbie.git] / root / src / members / index.tt2
index d9b7559098992db1d141b256079fb313e6774154..6f4b226a2ecb6f2aa573bca53199978827faafe9 100644 (file)
@@ -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>
        </p>
 </form>
 </fieldset>
-<fieldset class="forum-post"> <legend>Attack classes</legend>
-<form action="[% c.uri_for('postattackgroups') %]" method="post">
-<p>Pick the classes you use for your attack fleets:</p>
-<p>
-FiCo: <input type="checkbox" name="class" value="x"[% IF attackgroups.grep('x').size > 0 %] checked[%END%]>
-FrDe: <input type="checkbox" name="class" value="y"[% IF attackgroups.grep('y').size > 0 %] checked[%END%]>
-CrBs: <input type="checkbox" name="class" value="z"[% IF attackgroups.grep('z').size > 0 %] checked[%END%]>
-<input type="submit" name="cmd" value="Submit">
-</p>
-</form>
-</fieldset>
 <form action="[% c.uri_for('posthostupdate') %]" method="post">
 <fieldset class="forum-post"> <legend>Hostname</legend>
        <p>Hostname:
@@ -151,15 +141,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">