]> ruin.nu Git - ndwebbie.git/blob - templates/launchConfirmation.tmpl
back field for fleets
[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="index.pl" 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         <textarea rows="25" cols="80" name="mission"></textarea>
20         <input type="hidden" name="cmd" value="submit"/>
21         <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
22         <br/>
23         <input type="submit" value="Submit"/>
24 </fieldset></form>