]> ruin.nu Git - ndwebbie.git/blob - root/src/members/launchConfirmation.tt2
fd5487d0b5aa5c0be7adf48b26b3c204d0ee8748
[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>Name: [% m.name %]
6 <br>Target: [% m.target.join(":") %]
7 <br>Mission: [% m.mission %]
8 <br>Landing tick: [% m.tick %]
9 <br>ETA: [% m.eta %]
10 <br>Back: [% m.back %]
11 <br>Amount: [% m.amount %]
12 </p>
13 <table>
14         [% FOR s IN m.ships %]
15         <tr><td>[% s.ship %]</td><td>[% s.amount %]</td></tr>
16         [% END %]
17 </table>
18 <hr/>
19 [% END %]
20
21 [% IF missions.size == 0 %]
22 <h3 style="color: red">COULD NOT PARSE YOUR MISSIONS, MAKE SURE YOU'VE READ THE INSTRUCTIONS AND PASTED WHAT WE ASK FOR</h3>
23 [% END %]
24 <form action="[% c.uri_for('postconfirmation') %]" method="post"><fieldset> <legend>Launch confirmation</legend>
25         <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>
26         <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>
27         <pre>
28 Some fleet name X:Y:Z   A:B:C (2+8)
29 9hrs 28mins     Defend
30 Ship    Class   Target  Type    Count
31 Viper   Corvette        Frigate Emp     50
32
33 Launching in tick 117, arrival in tick 124, Return ETA: Instant
34         </pre>
35         <textarea rows="25" cols="80" name="mission"></textarea>
36         <br>
37         <input type="submit" name="cmd" value="Submit">
38 </fieldset></form>