Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 16 | Revision 19 | 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" {$disabled}></td>
        </tr>
        <tr>
            <td>Mannschaft 1</td>
            <td><select name="g_m1" {$disabled}>{html_options values=$t_ids output=$t_namen selected=$akt_m1_id}</select></td>
        </tr>
        <tr>
            <td>Mannschaft 2</td>
            <td><select name="g_m2" {$disabled}>{html_options values=$t_ids output=$t_namen selected=$akt_m2_id}</select></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><select name="g_location" {$disabled}>{html_options values=$l_ids output=$l_namen selected=$akt_l_id}</select></td>
        </tr>
        <tr>
        <tr>
            <td>Spieltyp</td>
            <td><select name="g_typ" {$disabled}>{html_options values=$typ_ids output=$typ_namen selected=$akt_typ_id}</select></td>
        </tr>
        <tr>
            <td class="catBottom" colspan="2"><input type="submit" value="speichern" class="mainoption"></td>
        </tr>
    </table>
    <input type="hidden" name="mode" value="{$mode}">
</form>
<br>
<form action="index.php" method="post">
        <input type="submit" value="zurück" class="liteoption">
</form>
{include file="footer.tpl"}