Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 85 Revision 86
Zeile 10... Zeile 10...
10
				function check_step1()
10
				function check_step1()
11
				{
11
				{
12
					var type=typ.type.value;
12
					var type=typ.type.value;
13
					if (type=="PS")
13
					if (type=="PS")
14
					{
14
					{
15
						alert("Bitte einen Typ für das Tunier auswählen!");
15
						alert("{/literal}{$PS_LONG}{literal}");
16
						typ.type.focus();
16
						typ.type.focus();
17
						return false;
17
						return false;
18
					}
18
					}
19
				}
19
				}
20
			</script>
20
			</script>
Zeile 34... Zeile 34...
34
				</tr>
34
				</tr>
35
				<tr>
35
				<tr>
36
					<td>{$L_TYPE}:</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_SHORT}</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>