HB/onyx2/tpl/game/diplomatie/nouveau.tpl

20 lines
1.2 KiB
Smarty

{include file='game/header.tpl'}
{include file='game/diplomatie/common.tpl'}
<h2>Nouvelle déclaration de guerre</h2>
<form method="post" action="{$menu.diplomatie}&amp;o=new">
<fieldset class="option">
<label for="type">Type de pacte :</label> Déclaration de guerre<input type="hidden" name="type" value="0" /><br /><br />
<label for="nom_alli">Nom de l'alliance cible :</label> <input type="text" class="text" name="nom_alli" id="nom_alli" maxlength="64" /><br /><br />
<input class="submit" type="submit" value="Go" />
</fieldset>
</form>
<br /><br />
<h2>Nouveau pacte</h2>
<form method="post" action="{$menu.diplomatie}&amp;o=new">
<fieldset class="option">
<label for="type">Type de pacte :</label> <select name="type" id="type"><option value="1">Pacte de non agression</option><option value="2">Pacte commercial</option><option value="3">Pacte militaire</option></select><br /><br />
<label for="nom_alli">Nom de l'alliance cible :</label> <input type="text" class="text" name="nom_alli" id="nom_alli" maxlength="64" /><br /><br />
<input class="submit" type="submit" value="Go" />
</fieldset>
</form>
{include file='game/footer.tpl'}