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="{$SCRIPT_NAME}" method="post" name="games" onsubmit="return check_games_form();"><table><tr><th>{$L_PROPERTY}</th><th>{$L_VALUE}</th></tr><tr><td>{$L_GAME_NAME}</td><td><input type="text" name="g_name" value="{$g_name}" size="100" class="post" {$disabled}></td></tr><tr><td>{$L_TEAM} 1</td><td><select name="g_m1" {$disabled}>{html_options options=$teams selected=$akt_m1_id}</select></td></tr><tr><td>{$L_TEAM} 2</td><td><select name="g_m2" {$disabled}>{html_options options=$teams selected=$akt_m2_id}</select></td></tr><tr><td>{$L_GOALS} {$L_TEAM} 1</td><td><input type="text" name="g_g1" value="{$g_g1}" size="5" class="post" {$extra}></td></tr><tr><td>{$L_GOALS} {$L_TEAM} 2</td><td><input type="text" name="g_g2" value="{$g_g2}" size="5" class="post" {$extra}></td></tr><tr><td>{$L_VENUE}</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>{$L_DATE}</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>{$L_TIME}</td><td>{html_select_time time=$g_date display_seconds=false prefix="" use_24_hours=true all_extra=$disabled minute_interval=15}</td></tr><tr><td>{$L_GAME_TYPE}</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="{$L_SAVE}" 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="{$L_BACK}" class="liteoption"></form>{include file="footer.tpl"}