game/templates/forerunner/flotte2.tpl

74 lines
2.9 KiB
Smarty

{ERREUR}
<div class="cadre">
<div class="contour">
<form method="post" action="creerflotte.php">
<p>
<input type="hidden" name="action" value="apr" />
<!-- BEGIN vaisseau -->
<input type="hidden" name="vaisseau{vaisseau.NUM}" value="{vaisseau.NB}" />
<!-- END vaisseau -->
</p>
<table style="width: 500px; margin-left: auto; margin-right: auto;">
<tr>
<td colspan="2">Pr&eacute;paration de la flotte</td>
</tr>
<tr>
<td style="width: 50%">Nom</td>
<td style="width: 50%"><input type="text" name="nom" id="nom_fleet" maxlength="250" size="20" onchange="tempsFlotte();" class="zone_texte" /></td>
</tr>
<tr>
<td style="width: 50%">Destination</td>
<td style="width: 50%"><input type="text" name="galaxie" id="end_galaxie" maxlength="1" size="2" class="zone_texte" onchange="tempsFlotte();" value="{GALAXIE}" />:<input type="text" name="ss" id="end_ss" maxlength="3" size="2" class="zone_texte" onchange="tempsFlotte();" value="{SYSTEME}" />:<input type="text" name="position" id="end_position" maxlength="2" size="2" class="zone_texte" onchange="tempsFlotte();" value="{POS}" /></td>
</tr>
<tr>
<td style="width: 50%">Vitesse</td>
<td style="width: 50%">
<select name="speed" id="vitesse" onchange="tempsFlotte();">
<option value="100">100%</option>
<option value="75">75%</option>
<option value="50">50%</option>
<option value="25">25%</option>
</select>
</td>
</tr>
<tr>
<td style="width: 50%">Temps de d&eacute;placement</td>
<td style="width: 50%" id="temps">-</td>
</tr>
<tr>
<td style="width: 50%">Consomation</td>
<td style="width: 50%" id="conso">-</td>
</tr>
<tr>
<td colspan="2">Mission &amp; Contenu</td>
</tr>
<tr>
<td style="width: 50%">Mission</td>
<td style="width: 50%">
<select name="mission" id="mission" onchange="tempsFlotte();">
<option value="1">Attaquer</option>
<option value="2">Transporter</option>
<option value="0">Stationner</option>
{ACTIONSUPP}
</select>
</td>
</tr>
<tr>
<td style="width: 50%">M&eacute;tal</td>
<td style="width: 50%"><input type="text" name="metal" maxlength="6" size="10" class="zone_texte" /></td>
</tr>
<tr>
<td style="width: 50%">Cristal</td>
<td style="width: 50%"><input type="text" name="cristal" maxlength="6" size="10" class="zone_texte" /></td>
</tr>
<tr>
<td style="width: 50%">Hydrog&egrave;ne</td>
<td style="width: 50%"><input type="text" name="hydrogene" id="cale_hyd" onchange="tempsFlotte();" maxlength="6" size="10" class="zone_texte" /></td>
</tr>
<tr>
<td colspan="2" id="deblok"><b>Compl&egrave;tez les champs ci-dessus</b></td>
</tr>
</table>
</form>
</div>
</div>