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:17
         compiled from details.tpl */ ?>
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/admin/templates_c/%25%25AA%5EAA0%5EAA0EB992%25%25details.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);
 ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "back.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>
<br>
<br>
        <table>
                <tr>
                        <th>Eigenschaft</th>
                        <th>Wert</th>
                        <th>Aktionen</th>
                </tr>
                <tr>
                        <td align="right">Kunden-Nr.:</td>
                        <td><?php echo $this->_tpl_vars['k_nr']; ?>
</td>
                </tr>
                <tr>
                        <td align="right">Kundenname:</td>
                        <td><?php echo $this->_tpl_vars['k_name']; ?>
</td>
                        <td>
                                <form action="edit_pers_data.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                        </td>
                </tr>
                <tr>
                        <td align="right">E-Mail:</td>
                        <td><?php echo $this->_tpl_vars['k_email']; ?>
</td>
                        <td>
                                <form action="edit_pers_data.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                        </td>
                </tr>
                <tr>
                        <td align="right">Domain:</td>
                        <td><?php echo $this->_tpl_vars['k_domain']; ?>
</td>
                        <td>
                                <form action="edit_pers_data.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                        </td>
                </tr>
                <tr>
                        <td align="right">Typ der E-Mail Adresen:</td>
                        <td><?php echo $this->_tpl_vars['k_email_type']; ?>
</td>
                        <td>
                                <form action="edit_emails.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                        </td>
                </tr>
                <tr>
                        <td align="right">E-Mail Adressen:</td>
                        <td><?php echo $this->_tpl_vars['k_emails']; ?>
</td>
                        <td>
                                <form action="edit_emails.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                        </td>
                </tr>
                <tr>
                        <td align="right">Weiterleitungen:</td>
                        <td><?php echo $this->_tpl_vars['k_forwards']; ?>
</td>
                        <td>
                                <form action="edit_emails.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                        </td>
                </tr>
                <tr>
                        <td align="right">Speicherplatz:</td>
                        <td><?php echo $this->_tpl_vars['k_space']; ?>
</td>
                        <td>
                                <form action="edit_space.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                                <form action="gen_space.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="anlegen">
                                </form>
                                <form action="del_space.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="l&ouml;schen">
                                </form>
                        </td>
                </tr>
                <tr>
                        <td align="right">Traffic (GB / Monat):</td>
                        <td><?php echo $this->_tpl_vars['k_traffic']; ?>
</td>
                        <td>
                                <form action="edit_space.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                        </td>
                </tr>
                <tr>
                        <td align="right">Datenbankanzahl:</td>
                        <td><?php echo $this->_tpl_vars['k_dbs']; ?>
</td>
                        <td>
                                <?php if ($this->_tpl_vars['k_dbs_gen']): ?>
                                <form action="edit_space.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                                <form action="gen_dbs.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="anlegen">
                                </form>
                                <?php endif; ?>
                                <?php if (! $this->_tpl_vars['k_dbs_gen']): ?>
                                <form action="del_dbs.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="l&ouml;schen">
                                </form>
                                <?php endif; ?>
                        </td>
                </tr>
                <tr>
                        <td align="right">Betriebssystem:</td>
                        <td><?php echo $this->_tpl_vars['k_os']; ?>
</td>
                </tr>
                <tr>
                        <td align="right">Webmailer:</td>
                        <td><?php echo $this->_tpl_vars['k_webmail']; ?>
</td>
                </tr>
                <tr>
                        <td align="right">Forum:</td>
                        <td><?php echo $this->_tpl_vars['k_forum']; ?>
</td>
                </tr>
                <tr>
                        <td align="right">Fotogalerie:</td>
                        <td><?php echo $this->_tpl_vars['k_gal']; ?>
</td>
                </tr>
                <tr>
                        <td align="right">Adminname:</td>
                        <td><?php echo $this->_tpl_vars['k_adm']; ?>
</td>
                </tr>
                <tr>
                        <td align="right">Adminpasswort:</td>
                        <td><?php echo $this->_tpl_vars['k_adm_pw']; ?>
</td>
                </tr>
                <tr>
                        <td align="right">Subversion-Repository:</td>
                        <td><?php echo $this->_tpl_vars['k_svn']; ?>
</td>
                        <td>
                                <form action="edit_svn.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                                <?php if (! $this->_tpl_vars['repo']): ?>
                                <form action="gen_svn.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="anlegen">
                                </form>
                                <?php endif; ?>
                                <?php if ($this->_tpl_vars['repo']): ?>
                                <form action="del_svn.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="l&ouml;schen">
                                </form>
                                <?php endif; ?>
                        </td>
                </tr>
                <tr>
                        <td align="right">Subversion-Benutzer:</td>
                        <td><?php echo $this->_tpl_vars['k_svn_users']; ?>
</td>
                        <td>
                                <?php if ($this->_tpl_vars['repo']): ?>
                                <form action="edit_svn_users.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="&auml;ndern">
                                </form>
                                <form action="gen_svn_users.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="anlegen">
                                </form>
                                <form action="del_svn_users.php" method="post">
                                        <input type="hidden" name="id" value="<?php echo $this->_tpl_vars['k_nr']; ?>
">
                                        <input type="submit" value="l&ouml;schen">
                                </form>
                                <?php endif; ?>
                        </td>
                </tr>
        </table>
        <br>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "back.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' => "footer.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>