Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 79 Revision 85
Zeile 27... Zeile 27...
27
		{$L_STEP1_2}<br><br>
27
		{$L_STEP1_2}<br><br>
28
		{include file="meld_inc.tpl"}
28
		{include file="meld_inc.tpl"}
29
		<form name="typ" method="post" action="{$SCRIPT_NAME}" onsubmit="return check_step1();">
29
		<form name="typ" method="post" action="{$SCRIPT_NAME}" onsubmit="return check_step1();">
30
			<table>
30
			<table>
31
				<tr>
31
				<tr>
32
					<th>Eigenschaft</th>
32
					<th>{$L_PROPERTY}</th>
33
					<th>Wert</th>
33
					<th>{$L_VALUE}</th>
34
				</tr>
34
				</tr>
35
				<tr>
35
				<tr>
36
					<td>Typ:</td>
36
					<td>{$L_TYPE}:</td>
37
					<td>
37
					<td>
38
						<select name="type">
38
						<select name="type">
39
							<option value="PS">{$L_PS_LONG}</option>
39
							<option value="PS">{$L_PS_LONG}</option>
40
							<option value="WC">{$L_WC_LONG}</option>
40
							<option value="WC">{$L_WC_LONG}</option>
41
							<option value="EC">{$L_EC_LONG}</option>
41
							<option value="EC">{$L_EC_LONG}</option>
42
						</select>
42
						</select>
43
					</td>
43
					</td>
44
				</tr>
44
				</tr>
45
				<tr>
45
				<tr>
46
					<td class="catBottom" colspan="2">
46
					<td class="catBottom" colspan="2">
47
						<input type="submit" value="weiter >>" class="mainoption">
47
						<input type="submit" value="{$L_NEXT} >>" class="mainoption">
48
						<input type="hidden" name="mode" value="step2">
48
						<input type="hidden" name="mode" value="step2">
49
						<input type="hidden" name="year" value="{$smarty.now|date_format:"%Y"}">
49
						<input type="hidden" name="year" value="{$smarty.now|date_format:"%Y"}">
50
					</td>
50
					</td>
51
				</tr>
51
				</tr>
52
			</table>
52
			</table>