Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

{include file="header.tpl" focus="create.v_id"}
        <!-- $Id: new_vserver.tpl 46 2007-10-02 19:03:20Z lars $ -->
        <form method="POST" enctype="text/plain" action="" name="create" onSubmit="return check_create_form();">
                <table>
                        <tr>
                                <th>Eigenschaft</th>
                                <th>Wert</th>
                        </tr>
                        <tr>
                                <td>VE-ID</td>
                                <td><input type="text" name="v_id" value=""></td>
                        </tr>
                        <tr>
                                <td>Name</td>
                                <td><input type="text" name="v_name" value=""></td>
                        </tr>
                        <tr>
                                <td>IP-Adresse</td>
                                <td>
                                        {html_options selected="$cur_ip" options="$ips" name="ip_id"}
                                </td>
                        </tr>
                        <tr>
                                <td>Root-Passwort</td>
                                <td><input type="password" name="root_pw" value=""></td>
                        </tr>
                        <tr>
                                <td>Root-Passwort (Best&auml;tigung</td>
                                <td><input type="password" name="root_pw_conf" value=""></td>
                        </tr>
                        <tr>
                                <td>Distribution</td>
                                <td>
                                        {html_options selected="$cur_dist" options="$dists" name="d_id"}
                                </td>
                        </tr>
                        <tr>
                                <td class="catBottom" colspan="2">
                                        <input type="hidden" name="mode" value="create_v">
                                        <input type="submit" value="anlegen">
                                </td>
                        </tr>
                </table>
        </form>
        <form action="index.php" method="post">
                <input type="hidden" name="hn_id" value="{$hn_id}">
                <input type="submit" name="back" value="zur&uuml;ck zur &Uuml;bersicht" class="liteoption">
        </form>
{include file="footer.tpl"}