game/onyx2/modules/templates_anc/compile/%%A1^A19^A19D294C%%mail_mass.tpl.php

20 lines
1.0 KiB
PHP

<?php /* Smarty version 2.6.22, created on 2009-07-31 21:44:29
compiled from admin/mail_mass.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);
?>
<h2>Envoyer un courriel en masse à tous les joueurs de la galaxie</h2>
<form action="?p=mail_mass" method="post">
<fieldset class="options">
<label for="sujet">Sujet :</label> <input type="text" name="sujet" id="sujet" tabindex="1" /><br /><br />
<label for="message">Contenu du mail :</label><br /><textarea name="message" id="message" rows="10" cols="15" tabindex="2"></textarea><br />
<input type="submit" class="submit" value="GO" tabindex="3" />
</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);
?>