Subversion-Projekte lars-tiefland.inventar

Revision

Revision 17 | Revision 25 | 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>
                        <td>ID</td>
                        <td>{$comp.id}</td>
                </tr>
                <tr>
                        <td>Name</td>
                        <td>{$comp.name}</td>
                </tr>
                <tr>
                        <td>Betriebssystem</td>
                        <td>{$comp.os_name}</td>
                </tr>
        </table>
        <br><br>
        {html_table loop="$comp_hw" cols="" rows="" inner="" table_attr="" tr_attr="" td_attr="" trailpad="" hdir="" vdir=""}
{include file="footer.tpl"}