]> ruin.nu Git - ndwebbie.git/blob - root/src/members/launchConfirmation.tt2
88d1f89f6978f370d6c257a47a64a1d38e0bb3d2
[ndwebbie.git] / root / src / members / launchConfirmation.tt2
1 [% META title = 'Launch confirmation' %]
2 [% FOR m IN missions %]
3 [% IF m.warning %]<h4 style="color: red">[% m.warning %]</h4>[% END %]
4 <p>Adding the following fleet: [% m.fleet %]
5 <br>Target: [% m.target %]
6 <br>Mission: [% m.mission %]
7 <br>Landing tick: [% m.tick %]
8 <br>Back: [% m.back %]
9 </p>
10 <table>
11         [% FOR s IN m.ships %]
12         <tr><td>[% s.ship %]</td><td>[% s.amount %]</td></tr>
13         [% END %]
14 </table>
15 <hr/>
16 [% END %]
17
18 [% IF missions.size == 0 %]
19 <h3 style="color: red">COULD NOT PARSE YOUR MISSIONS, MAKE SURE YOU'VE READ THE INSTRUCTIONS AND PASTED WHAT WE ASK FOR</h3>
20 [% END %]
21 <form action="[% c.uri_for('postconfirmation') %]" method="post"><fieldset> <legend>Launch confirmation</legend>
22         <p>Paste all (ctrl+a should be ok, but try with just single mission if you get an error, save the ctrl+a output and contact harv) information from <b>missions page</b> here (NOT from news page, and not overview, nor gal status). It's ok to paste when prelaunched, as long as you're sure you won't change your plans.</p>
23         <p>A valid launch confirmation looks like this, but can also be after the fleet has launched and has ETA/Return ETA shown as last line:</p>
24         <pre>
25 Some fleet name X:Y:Z   A:B:C (2+8)
26 9hrs 28mins     Defend
27 Ship    Class   Target  Type    Count
28 Viper   Corvette        Frigate Emp     50
29
30 Launching in tick 117, arrival in tick 124, Return ETA: Instant
31         </pre>
32         <textarea rows="25" cols="80" name="mission"></textarea>
33         <br>
34         <input type="submit" name="cmd" value="Submit">
35 </fieldset></form>