Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 49 Revision 112
Zeile 1... Zeile 1...
1
{include file="header.tpl" focus=teams.t_name}
1
{include file="header.tpl" focus=teams.t_name}
2
{include file="meld_inc.tpl"}
2
{include file="meld_inc.tpl"}
3
<form action="edit_teams.php" method="post" name="teams" onsubmit="return check_teams_form();">
3
<form action="{$SCRIPT_NAME}" method="post" name="teams" onsubmit="return check_teams_form();">
4
	<table>
4
	<table>
5
		<tr>
5
		<tr>
6
			<th>Eigenschaft</th>
6
			<th>{$L_PROPERTY}</th>
7
			<th>Wert</th>
7
			<th>Wert</th>
8
		</tr>
8
		</tr>
9
		<tr>
9
		<tr>
10
			<td>Name der Mannschaft</td>
10
			<td>Name der Mannschaft</td>
11
			<td><input type="text" name="t_name" value="{$t_name}" size="100" class="post"></td>
11
			<td><input type="text" name="t_name" value="{$t_name}" size="100" class="post"></td>
12
		</tr>
12
		</tr>
13
		<tr>
13
		<tr>
14
			<td>Gruppe</td>
14
			<td>{$L_GROUP}</td>
15
			<td>
15
			<td>
16
				<select name="t_group">
16
				<select name="t_group">
17
					{html_options output=$groups values=$g_ids selected=$akt_g_id}
17
					{html_options output=$groups values=$g_ids selected=$akt_g_id}
18
				</select>
18
				</select>
19
			<td>
19
			<td>
20
		</tr>
20
		</tr>
21
		<tr>
21
		<tr>
22
			<td class="catBottom" colspan="2"><input type="submit" value="speichern" class="mainoption"></td>
22
			<td class="catBottom" colspan="2"><input type="submit" value="{$L_SAVE}" class="mainoption"></td>
23
		</tr>
23
		</tr>
24
	</table>
24
	</table>
25
	<input type="hidden" name="mode" value="{$mode}">
25
	<input type="hidden" name="mode" value="{$mode}">
26
	<input type="hidden" name="id" value="{$id}">
26
	<input type="hidden" name="id" value="{$id}">
27
</form>
27
</form>
28
<br>
28
<br>
29
<form action="liste_teams.php" method="post">
29
<form action="liste_teams.php" method="post">
30
	<input type="submit" value="zurück" class="liteoption">
30
	<input type="submit" value="{$L_BACK}" class="liteoption">
31
</form>
31
</form>
32
{include file="footer.tpl"}
32
{include file="footer.tpl"}