]> ruin.nu Git - ndwebbie.git/blob - templates/launchConfirmation.tmpl
global_vars and <TMPL_VAR NAME=PAGE> instead of hardcoded page values
[ndwebbie.git] / templates / launchConfirmation.tmpl
1 <TMPL_LOOP Missions>
2 <TMPL_IF Warning><p><b><TMPL_VAR NAME=Warning></b></p></TMPL_IF>
3 <p>Adding the following fleet: <TMPL_VAR NAME=Fleet>
4 <br/>Target: <TMPL_VAR NAME=Target>
5 <br/>Mission: <TMPL_VAR NAME=Mission>
6 <br/>Landing tick: <TMPL_VAR NAME=Tick>
7 </p>
8 <table>
9 <TMPL_LOOP Ships>
10         <tr><td><TMPL_VAR NAME=Ship></td><td><TMPL_VAR NAME=Amount></td></tr>
11 </TMPL_LOOP>
12 </table>
13 <hr/>
14 </TMPL_LOOP>
15 <form action="index.pl" method="post"><fieldset> <legend>Launch confirmation</legend>
16         <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>
17         <textarea rows="25" cols="80" name="mission"></textarea>
18         <input type="hidden" name="cmd" value="submit"/>
19         <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
20         <br/>
21         <input type="submit" value="Submit"/>
22 </fieldset></form>