Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 111 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 111 Revision 112
Zeile 1... Zeile 1...
1
{include file="header.tpl"}
1
{include file="header.tpl"}
2
{include file="meld_inc.tpl"}
2
{include file="meld_inc.tpl"}
3
<form action="{$SCRIPT_NAME}" method="post" name="games" onsubmit="return check_games_form();">
3
<form action="{$SCRIPT_NAME}" method="post" name="games" onsubmit="return check_games_form();">
4
	<table>
4
	<table>
5
		<tr>
5
		<tr>
6
			<th>Eigenschaft</th>
6
			<th>{$L_PROPERTY}</th>
7
			<th>Wert</th>
7
			<th>{$L_VALUE}</th>
8
		</tr>
8
		</tr>
9
		<tr>
9
		<tr>
10
			<td>Spielname</td>
10
			<td>{$L_GAME_NAME}</td>
11
			<td><input type="text" name="g_name" value="{$g_name}" size="100" class="post" {$disabled}></td>
11
			<td><input type="text" name="g_name" value="{$g_name}" size="100" class="post" {$disabled}></td>
12
		</tr>
12
		</tr>
13
		<tr>
13
		<tr>
14
			<td>Mannschaft 1</td>
14
			<td>{$L_TEAM} 1</td>
15
			<td><select name="g_m1" {$disabled}>{html_options options=$teams selected=$akt_m1_id}</select></td>
15
			<td><select name="g_m1" {$disabled}>{html_options options=$teams selected=$akt_m1_id}</select></td>
16
		</tr>
16
		</tr>
17
		<tr>
17
		<tr>
18
			<td>Mannschaft 2</td>
18
			<td>{$L_TEAM} 2</td>
19
			<td><select name="g_m2" {$disabled}>{html_options options=$teams selected=$akt_m2_id}</select></td>
19
			<td><select name="g_m2" {$disabled}>{html_options options=$teams selected=$akt_m2_id}</select></td>
20
		</tr>
20
		</tr>
21
		<tr>
21
		<tr>
22
			<td>Tore Mannschaft 1</td>
22
			<td>{$L_GOALS} {$L_TEAM} 1</td>
23
			<td><input type="text" name="g_g1" value="{$g_g1}" size="5" class="post" {$extra}></td>
23
			<td><input type="text" name="g_g1" value="{$g_g1}" size="5" class="post" {$extra}></td>
24
		</tr>
24
		</tr>
25
		<tr>
25
		<tr>
26
			<td>Tore Mannschaft 2</td>
26
			<td>{$L_GOALS} {$L_TEAM} 2</td>
27
			<td><input type="text" name="g_g2" value="{$g_g2}" size="5" class="post" {$extra}></td>
27
			<td><input type="text" name="g_g2" value="{$g_g2}" size="5" class="post" {$extra}></td>
28
		</tr>
28
		</tr>
29
		<tr>
29
		<tr>
30
			<td>Austragungsort</td>
30
			<td>{$L_VENUE}</td>
31
			<td><select name="g_location" {$disabled}>{html_options values=$l_ids output=$l_namen selected=$akt_l_id}</select></td>
31
			<td><select name="g_location" {$disabled}>{html_options values=$l_ids output=$l_namen selected=$akt_l_id}</select></td>
32
		</tr>
32
		</tr>
33
		<tr>
33
		<tr>
34
		<tr>
34
		<tr>
35
			<td>Austragungsdatum</td>
35
			<td>{$L_DATE}</td>
36
			<td>
36
			<td>
37
					{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}
37
					{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}
38
			</td>
38
			</td>
39
		</tr>
39
		</tr>
40
		<tr>
40
		<tr>
41
			<td>Austragungszeit</td>
41
			<td>{$L_TIME}</td>
42
			<td>
42
			<td>
43
					{html_select_time time=$g_date display_seconds=false prefix="" use_24_hours=true all_extra=$disabled minute_interval=15}
43
					{html_select_time time=$g_date display_seconds=false prefix="" use_24_hours=true all_extra=$disabled minute_interval=15}
44
			</td>
44
			</td>
45
		</tr>
45
		</tr>
46
		<tr>
46
		<tr>
47
			<td>Spieltyp</td>
47
			<td>{$L_GAME_TYPE}</td>
48
			<td>
48
			<td>
49
				<select name="g_typ" {$disabled}>
49
				<select name="g_typ" {$disabled}>
50
					{html_options values=$typ_ids output=$typ_namen selected=$akt_typ_id}
50
					{html_options values=$typ_ids output=$typ_namen selected=$akt_typ_id}
51
				</select>
51
				</select>
52
			</td>
52
			</td>
53
		</tr>
53
		</tr>
54
		<tr>
54
		<tr>
55
			<td class="catBottom" colspan="2"><input type="submit" value="speichern" class="mainoption"></td>
55
			<td class="catBottom" colspan="2"><input type="submit" value="{$L_SAVE}" class="mainoption"></td>
56
		</tr>
56
		</tr>
57
	</table>
57
	</table>
58
	<input type="hidden" name="mode" value="{$mode}">
58
	<input type="hidden" name="mode" value="{$mode}">
59
	<input type="hidden" name="id" value="{$id}">
59
	<input type="hidden" name="id" value="{$id}">
60
</form>
60
</form>
61
<br>
61
<br>
62
<form action="index.php" method="post">
62
<form action="index.php" method="post">
63
	<input type="submit" value="zurück" class="liteoption">
63
	<input type="submit" value="{$L_BACK}" class="liteoption">
64
</form>
64
</form>
65
{include file="footer.tpl"}
65
{include file="footer.tpl"}