Subversion-Projekte lars-tiefland.em_wm

Revision

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

{include file="header.tpl"}
<form action="edit_games.php" method="post">
    <table>
        <tr>
            <th>Eigenschaft</th>
            <th>Wert</th>
        </tr>
        <tr>
            <td>Spielname</td>
            <td><input type="text" name="s_name" value="{$s_name}" size="100" class="post"></td>
        </tr>
        <tr>
            <td>Mannschaft 1</td>
            <td>{html_options values=$t_ids output=$t_namen name="g_m1" selected=$akt_m1_id}</td>
        </tr>
        <tr>
            <td>Mannschaft 2</td>
            <td>{html_options values=$t_ids output=$t_namen name="g_m2" selected=$akt_m2_id}</td>
        </tr>
        <tr>
            <td>Tore Mannschaft 1</td>
            <td><input type="text" name="s_g1" value="{$s_g1}" size="5" class="post"></td>
        </tr>
        <tr>
            <td>Tore Mannschaft 2</td>
            <td><input type="text" name="s_g2" value="{$s_g2}" size="5" class="post"></td>
        </tr>
        <tr>
            <td>Austragungsort</td>
            <td>{html_options values=$l_ids output=$l_namen name="g_location" selected=$akt_l_id}</td>
        </tr>
        <tr>
            <td class="catBottom" colspan="2"><input type="submit" value="speichern"></td>
    </table>
    <input type="hidden" name="mode" value="{$new_mode}">
</form>
<br>
<form action="index.php" method="post">
        <input type="submit" value="zurück">
</form>
{include file="footer.tpl"}