Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 12 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<?php /* Smarty version 2.6.16, created on 2007-01-18 14:22:28
         compiled from termine.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'html_options', 'termine.tpl', 9, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
        <form action="termine.php" method="get" onsubmit="return check_termine_form();" name="termine">
                <table>
                        <tr>
                                <th>Arbeitnehmer</th>
                                <th>Firma</th>
                        </tr>
                        <tr>
                                <td><?php echo smarty_function_html_options(array('name' => 'an_id','options' => $this->_tpl_vars['an_arr'],'selected' => $this->_tpl_vars['an_id']), $this);?>
</td>
                                <td><?php echo smarty_function_html_options(array('name' => 'f_id','options' => $this->_tpl_vars['f_arr'],'selected' => $this->_tpl_vars['f_id']), $this);?>
</td>
                        </tr>
                        <tr>
                                <td class="catBottom" colspan=2><input type="submit" value="weiter"></td>
                </table>
                <input type="hidden" name="mode" value="calendar">
        </form>
        <br>
        <form action="index.php" method="post">
                <input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
        </form>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>