]> ruin.nu Git - ndwebbie.git/blob - templates/launchConfirmation.tmpl
ef1681c654ab64d35b042d07b0d92a11fe82734a
[ndwebbie.git] / templates / launchConfirmation.tmpl
1 <TMPL_VAR NAME=Error>
2 <TMPL_LOOP Missions>
3 <TMPL_IF Warning><p><b><TMPL_VAR NAME=Warning></b></p></TMPL_IF>
4 <p>Adding the following fleet: <TMPL_VAR NAME=Fleet>
5 <br/>Target: <TMPL_VAR NAME=Target>
6 <br/>Mission: <TMPL_VAR NAME=Mission>
7 <br/>Landing tick: <TMPL_VAR NAME=Tick>
8 <br/>Back: <TMPL_VAR NAME=Back>
9 </p>
10 <table>
11 <TMPL_LOOP Ships>
12         <tr><td><TMPL_VAR NAME=Ship></td><td><TMPL_VAR NAME=Amount></td></tr>
13 </TMPL_LOOP>
14 </table>
15 <hr/>
16 </TMPL_LOOP>
17 <form action="<TMPL_VAR NAME=PAGE>" method="post"><fieldset> <legend>Launch confirmation</legend>
18         <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>
19         <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>
20         <pre>
21 Some fleet name X:Y:Z   A:B:C (2+8)
22 9hrs 28mins     Defend
23 Ship    Class   Target  Type    Count
24 Viper   Corvette        Frigate Emp     50
25
26 Launching in tick 117, arrival in tick 124, Return ETA: Instant
27         </pre>
28         <textarea rows="25" cols="80" name="mission"></textarea>
29         <input type="hidden" name="cmd" value="submit"/>
30         <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
31         <br/>
32         <input type="submit" value="Submit"/>
33 </fieldset></form>