Subversion-Projekte lars-tiefland.inventar

Revision

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

{include file="header.tpl"}
        <h1>Computerdetails</h1>
        <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>
        <h1>Hardwre zu diesem Rechner</h1>
        <table>
                <tr>
                        <th>Hardware Typ</th>
                        <th>Wert</th>
                </tr>
        {section loop=$comp_hw name=h_ind}
                <tr>
                        <td>{$comp_hw[h_ind].hw_name}</td>
                        <td>{$comp_hw[h_ind].value}</td>
                </tr>
        {/section}
        </table>
{include file="footer.tpl"}