Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

{include file=="header.tpl"}
        <table>
                <tr>
                        <th>Direktive</th>
                        <th>Wert</th>
                        <th>Wert (human-readable)</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>
                </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"}