Subversion-Projekte lars-tiefland.webhosting

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/admin/templates/gen_dbs.tpl $ last modified in Revision $Rev: 54 $ by $Author: lars $ at $Date: 2007-06-10 14:37:58 +0200 (So, 10. Jun 2007) $ -->
{include file="header.tpl"}
        <form action="" method="post">
                <table>
                        <tr>
                                <th>Eigenschaft</th>
                                <th>Wert</th>
                        </tr>
                        <tr>
                                <td>Datenbank Prefix</td>
                                <td><input name="prefix" value="kunde_{$k_nr|string_format:"%03d"}_" type="text"></td>
                        </tr>
                        <tr>
                                <td>Datenbank Benutzer</td>
                                <td><input name="user" value="kunde_{$k_nr|string_format:"%03d"}" type="text"></td>
                        <tr>
                                <td>Paßwort</td>
                                <td><input type="text" name="pass" value="">
                        </tr>
                        <tr>
                                <td class="catBottom" colspan="2">
                                        <input type="submit" value="anlegen">
                                </td>
                        </tr>
                </table>
                <input type="hidden" name="id" value="{$k_nr}">
                <input type="hidden" name="mode" value="save">
        </form>
{include file="footer.tpl"}