game/onyx2/modules/templates_anc/compile/%%60^607^60713A13%%4.tpl.php

26 lines
1.5 KiB
PHP

<?php /* Smarty version 2.6.22, created on 2009-10-31 19:30:39
compiled from game/options/4.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/options/common.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<h2>Recevoir des notifications par mail</h2>
<form action="<?php echo $this->_tpl_vars['menu']['options']; ?>
&amp;n=notif" method="post">
<fieldset class="form">
<label for="rapport">Nouveau rapport <input type="checkbox" name="rapport" id="rapport" value="1" class="text" <?php if ($this->_tpl_vars['planete']->envoyerMail & 1): ?>checked="checked" <?php endif; ?>/></label><br />
<label for="mp">Nouveau message privé <input type="checkbox" name="mp" id="mp" value="1" class="text" <?php if ($this->_tpl_vars['planete']->envoyerMail & 2): ?>checked="checked" <?php endif; ?>/></label><br />
<br /><br /><input class="submit" type="submit" name="notif" value="OK" />
</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);
?>