Subversion-Projekte lars-tiefland.medien

Revision

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

Revision 85 Revision 105
Zeile 1... Zeile 1...
1
{include file=header.tpl focus=login.username}
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" onsubmit="return check_login_form();">
5
	<form name="login" action="{$SCRIPT_NAME}" method="post" onsubmit="return check_login_form();">
6
		<table>
6
		<table>
7
			<tr>
7
			<tr>
8
				<th colspan="2">Login</th>
8
				<th colspan="2">Login</th>
Zeile 26... Zeile 26...
26
			</tr>
26
			</tr>
27
		</table>
27
		</table>
28
		<input type="hidden" name="mode" value="{$mode}">
28
		<input type="hidden" name="mode" value="{$mode}">
29
		<input type="hidden" name="id" value="{$id}">
29
		<input type="hidden" name="id" value="{$id}">
30
	</form>
30
	</form>
31
{include file=footer.tpl}
31
{include file="footer.tpl"}