Subversion-Projekte lars-tiefland.inventar

Revision

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

{include file="header.tpl"}
        <!-- $Id: index.tpl 6 2008-05-10 16:29:22Z lars $ -->
        <table>
                <tr>
                        <th>ID</th>
                        <th>Name</th>
                </tr>
        {section loop=$list name=c_ind}
                <tr>
                        <td>{$list[c_ind].id}</td>
                        <td>{$list[c_ind].name}</td>
                </tr>
        {/section}
        </table>
{include file="footer.tpl"}