Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 112 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
124 lars 1
{include file="header.tpl" focus="orte.l_name"}
39 lars 2
{include file="meld_inc.tpl"}
112 lars 3
<form action="{$SCRIPT_NAME}" method="post" name="orte" onsubmit="return check_orte_form();">
39 lars 4
	<table>
5
		<tr>
112 lars 6
			<th>{$L_PROPERTY}</th>
7
			<th>{$L_VALUE}</th>
39 lars 8
		</tr>
9
		<tr>
112 lars 10
			<td>{$L_VENUE}</td>
39 lars 11
			<td><input type="text" name="l_name" value="{$l_name}" size="100" class="post"></td>
12
		</tr>
13
		<tr>
112 lars 14
			<td>{$L_STADIUM_NAME}</td>
39 lars 15
			<td><input type="text" name="l_name2" value="{$l_name2}" size="100" class="post"></td>
16
		</tr>
17
		<tr>
112 lars 18
			<td class="catBottom" colspan="2"><input type="submit" value="{$L_SAVE}" class="mainoption"></td>
39 lars 19
		</tr>
20
	</table>
21
	<input type="hidden" name="mode" value="{$mode}">
22
	<input type="hidden" name="id" value="{$id}">
23
</form>
24
<br>
48 lars 25
<form action="liste_orte.php" method="post">
112 lars 26
	<input type="submit" value="{$L_BACK}" class="liteoption">
39 lars 27
</form>
28
{include file="footer.tpl"}