Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 41 Revision 44
Zeile 1... Zeile 1...
1
{include file=header.tpl}
1
{include file=header.tpl focus=login.username}
2
<br>
2
<br>
3
{include file=meld_inc.tpl}
3
{include file=meld_inc.tpl}
4
<br>
4
<br>
5
	<form name="login" action="{$SCRIPT_NAME}" method="post">
5
	<form name="login" action="{$SCRIPT_NAME}" method="post">
6
		<table>
6
		<table>
Zeile 19... Zeile 19...
19
					<input type="password" name="password" max_length="10" size="10" value="" class="post">
19
					<input type="password" name="password" max_length="10" size="10" value="" class="post">
20
				</td>
20
				</td>
21
			</tr>
21
			</tr>
22
			<tr>
22
			<tr>
23
				<td class="catBottom" colspan="2">
23
				<td class="catBottom" colspan="2">
24
			<input class="mainoption" value="Login" type="submit">
24
					<input class="mainoption" value="Login" type="submit">
25
		</td>
25
				</td>
26
			</tr>
26
			</tr>
27
		</table>
27
		</table>
28
		<input type="hidden" name="mode" value="login">
28
		<input type="hidden" name="mode" value="{$mode}">
-
 
29
		<input type="hidden" name="id" value="{$id}">
29
	</form>
30
	</form>
30
{include file=footer.tpl}
31
{include file=footer.tpl}