Subversion-Projekte lars-tiefland.webhosting

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php /* Smarty version 2.6.18, created on 2007-07-14 17:43:13
         compiled from index.tpl */ ?>
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/admin/templates_c/%25%2545%5E45E%5E45E480CD%25%25index.tpl.php $ last modified in Revision $Rev: 70 $ by $Author: lars $ at $Date: 2007-07-14 20:59:17 +0200 (Sa, 14. Jul 2007) $ -->
<?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);
 ?>
        <table>
                <tr>
                        <th>Kunden-Nr.</th>
                        <th>Kunde</th>
                        <th>E-Mail</th>
                        <th>Domain</th>
                        <th>Aktionen</th>
                </tr>
                <?php unset($this->_sections['k_ind']);
$this->_sections['k_ind']['name'] = 'k_ind';
$this->_sections['k_ind']['loop'] = is_array($_loop=$this->_tpl_vars['kunden']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['k_ind']['show'] = true;
$this->_sections['k_ind']['max'] = $this->_sections['k_ind']['loop'];
$this->_sections['k_ind']['step'] = 1;
$this->_sections['k_ind']['start'] = $this->_sections['k_ind']['step'] > 0 ? 0 : $this->_sections['k_ind']['loop']-1;
if ($this->_sections['k_ind']['show']) {
    $this->_sections['k_ind']['total'] = $this->_sections['k_ind']['loop'];
    if ($this->_sections['k_ind']['total'] == 0)
        $this->_sections['k_ind']['show'] = false;
} else
    $this->_sections['k_ind']['total'] = 0;
if ($this->_sections['k_ind']['show']):

            for ($this->_sections['k_ind']['index'] = $this->_sections['k_ind']['start'], $this->_sections['k_ind']['iteration'] = 1;
                 $this->_sections['k_ind']['iteration'] <= $this->_sections['k_ind']['total'];
                 $this->_sections['k_ind']['index'] += $this->_sections['k_ind']['step'], $this->_sections['k_ind']['iteration']++):
$this->_sections['k_ind']['rownum'] = $this->_sections['k_ind']['iteration'];
$this->_sections['k_ind']['index_prev'] = $this->_sections['k_ind']['index'] - $this->_sections['k_ind']['step'];
$this->_sections['k_ind']['index_next'] = $this->_sections['k_ind']['index'] + $this->_sections['k_ind']['step'];
$this->_sections['k_ind']['first']      = ($this->_sections['k_ind']['iteration'] == 1);
$this->_sections['k_ind']['last']       = ($this->_sections['k_ind']['iteration'] == $this->_sections['k_ind']['total']);
?>
                <tr>
                        <td><?php echo $this->_tpl_vars['kunden'][$this->_sections['k_ind']['index']]['k_nr']; ?>
</td>
                        <td><?php echo $this->_tpl_vars['kunden'][$this->_sections['k_ind']['index']]['k_name']; ?>
</td>
                        <td><?php echo $this->_tpl_vars['kunden'][$this->_sections['k_ind']['index']]['k_email']; ?>
</td>
                        <td><?php echo $this->_tpl_vars['kunden'][$this->_sections['k_ind']['index']]['k_domain']; ?>
</td>
                        <td>
                                <form action="index.php" method="post">
                                        <input type="hidden" name="mode" value="details">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['kunden'][$this->_sections['k_ind']['index']]['k_nr']; ?>
">
                                        <input type="submit" value="Details">
                                </form>
                        </td>
                </tr>
                <?php endfor; endif; ?>
        </table>
<?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);
 ?>