Subversion-Projekte lars-tiefland.openvz_admin

Revision

Revision 9 | Revision 11 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file="header.tpl"}
        <!-- $Id -->
        <table>
                <tr>
                        <th>Direktive</th>
                        <th>Wert</th>
                        <th>Wert (human-readable)</th>
                        <th>Aktionen</th>
                </tr>
        {section loop=$v_config name=c_ind}
                <tr>
                        <td>{$v_config[c_ind].vc_name}</td>
                        <td>{$v_config[c_ind].vc_value}</td>
                        <td>{$v_config[c_ind].vc_value2}</td>
                        <td align="center">
                                <form action="change.php" method="post">
                                        <input type="hidden" name="mode" value="edit_conf">
                                        <input type="hidden" name="name" value="{$v_config[c_ind].vc_name}">
                                        <input type="hidden" name="value" value="{$v_config[c_ind].vc_value}">
                                        <input type="submit" value="ändern" class="liteoption">
                                </form>
                        </td>
                </tr>
        {/section}
        </table>
        <br><br>
        <form action="index.php" method="post">
                <input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
        </form>
{include file="footer.tpl"}