Subversion-Projekte lars-tiefland.em_wm

Revision

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

{include file="header.tpl"}
{include file="meld_inc.tpl"}
<form action="edit_games.php" method="post" name="games" onsubmit="return check_games_form();">
        <table>
                <tr>
                        <th>Eigenschaft</th>
                        <th>Wert</th>
                </tr>
                <tr>
                        <td>Spielname</td>
                        <td><input type="text" name="g_name" value="{$g_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="g_g1" value="{$g_g1}" size="5" class="post" {$extra}></td>
                </tr>
                <tr>
                        <td>Tore Mannschaft 2</td>
                        <td><input type="text" name="g_g2" value="{$g_g2}" size="5" class="post" {$extra}></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>Austragungsdatum</td>
                        <td>
                                        {html_select_date end_year=2006 start_year=2006 time=$g_date month_format="%02m" display_years=false field_order="dmY" prefix="" all_extra=$disabled}
                        </td>
                </tr>
                <tr>
                        <td>Austragungszeit</td>
                        <td>
                                        {html_select_time time=$g_date display_seconds=false display_minutes=false prefix="" use_24_hours=true all_extra=$disabled}
                        </td>
                </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}">
        <input type="hidden" name="id" value="{$id}">
</form>
<br>
<form action="index.php" method="post">
        <input type="submit" value="zurück" class="liteoption">
</form>
{include file="footer.tpl"}