Subversion-Projekte lars-tiefland.openvz_admin

Revision

Revision 6 | 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>
{include file=="footer.tpl"}