Subversion-Projekte lars-tiefland.inventar

Revision

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

{include file="header.tpl"}
        <table>
                <tr>
                        <th>Eigenschaft</th>
                        <th>Wert</th>
                </tr>
                <tr>
                        <th>ID</th>
                        <th>{$comp.id}</th>
                </tr>
                <tr>
                        <th>Name</th>
                        <th>{$comp.name}</th>
                </tr>
                <tr>
                        <th>Betriebssystem</th>
                        <th>{$comp.os_name}</th>
                </tr>
        </table>
{include file="footer.tpl"}