game/onyx2/modules/templates_anc/compile/%%55^559^55983BF1%%nouveau.tpl.php

36 lines
1.9 KiB
PHP

<?php /* Smarty version 2.6.22, created on 2009-10-31 16:47:17
compiled from game/diplomatie/nouveau.tpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/diplomatie/common.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<h2>Nouvelle déclaration de guerre</h2>
<form method="post" action="<?php echo $this->_tpl_vars['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="<?php echo $this->_tpl_vars['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>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/footer.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>