Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

{include file="header.tpl"}
        <form method="POST" enctype="text/plain" action="">
                <table>
                        <tr>
                                <th>Eigenschaft</th>
                                <th>Wert</th>
                        </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="submit" value="anlegen">
                                </td>
                        </tr>
                </table>
        </form>
{include file="footer.tpl"}