Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 66 Revision 111
Zeile 21... Zeile 21...
21
	<table>
21
	<table>
22
	<tr>
22
	<tr>
23
		<th>{$L_GAME_NAME}</th>
23
		<th>{$L_GAME_NAME}</th>
24
		<th>{$L_TEAMS}</th>
24
		<th>{$L_TEAMS}</th>
25
		<th>{$L_VENUE}</th>
25
		<th>{$L_VENUE}</th>
-
 
26
		<th>{$L_STADIUM}</th>
26
		<th>{$L_DATE} / {$L_TIME}</th>
27
		<th>{$L_DATE} / {$L_TIME}</th>
27
		<th>{$L_RESULT}</th>
28
		<th>{$L_RESULT}</th>
28
		<th>{$L_ACTIONS}</th>
29
		<th>{$L_ACTIONS}</th>
29
	</tr>
30
	</tr>
30
	{section name=outer loop=$spiele}
31
	{section name=outer loop=$spiele}
31
	<tr class="{cycle values="row1,row2"}">
32
	<tr class="{cycle values="row1,row2"}">
32
		<td>{$spiele[outer].s_name}</td>
33
		<td>{$spiele[outer].s_name}</td>
33
		<td>{$spiele[outer].s_teams}</td>
34
		<td>{$spiele[outer].s_teams}</td>
34
		<td>{$spiele[outer].s_location}</td>
35
		<td>{$spiele[outer].s_location}</td>
-
 
36
		<td>{$spiele[outer].s_stadium}</td>
35
		<td>{$spiele[outer].s_date} {$spiele[outer].s_time}</td>
37
		<td>{$spiele[outer].s_date} {$spiele[outer].s_time}</td>
36
		<td>{$spiele[outer].s_erg}</td>
38
		<td>{$spiele[outer].s_erg}</td>
37
		<td width="140">
39
		<td width="140">
38
			{if $u_name}
40
			{if $u_name}
39
			<form action="edit_games.php" method="post">
41
			<form action="edit_games.php" method="post">