Subversion-Projekte lars-tiefland.em_wm

Revision

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

{include file=header.tpl}
<br>
{$nav}
<table>
        <tr>
                <th>Spielname</th>
                <th>Mannschaften</th>
                <th>Austragungsort</th>
                <th>Datum und Uhrzeit</th>
                <th>Ergebnis</th>
                <th>Aktionen</th>
        </tr>
{section name=outer loop=$spiele}
        <tr>
                <td>{$spiele[outer].s_name}</td>
                <td>{$spiele[outer].s_teams}</td>
                <td>{$spiele[outer].s_location}</td>
                <td>{$spiele[outer].s_date} {$spiele[outer].s_time}</td>
                <td>{$spiele[outer].s_erg}</td>
                <td width="70">
                        <form action="admin/index.php" method="post">
                                <input type="submit" value="ändern" class="liteoption">
                        </form>
                </td>
        </tr>
{sectionelse}
        <tr>
                <td colspan="4"><div class="error">Keine Daten vorhanden!</div></td>
        </tr>
{/section}
</table>
<br>
{$nav}
{include file=footer.tpl}