Subversion-Projekte lars-tiefland.em_wm

Revision

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

{include file=header.tpl}
<table>
        <tr>
                <th colspan="2">Aktionen</th>
        </tr>
        <tr align="center">
                <td>
                        <form action="search.php" method="post">
                                <input type="submit" class="liteoption" name="art" value="nach Spielen suchen">
                        </form>
                </td>
                <td>
                        <form action="admin/index.php" method="post">
                                <input type="hidden" name="email" value="{$email}">
                                <input type="submit" class="liteoption" name="change" value="Daten eingeben / ändern">
                        </form>
                </td>
        </tr>
</table>
<br>
{$nav}
<table>
        <tr>
                <th>Spielname</th>
                <th>Mannschaften</th>
                <th>Austragungsort</th>
                <th>Datum und Uhrzeit</th>
                <th>Ergebnis</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="view.php" method="post">
                                <input type="hidden" name="id" value="{$spiele[outer].link_id}">
                                <input type="submit" value="Details" class="liteoption">
                        </form>
                </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}