Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 71 Revision 118
Zeile 1... Zeile 1...
1
{include file=header.tpl focus="register.username"}
1
{include file="header.tpl" focus="register.username"}
2
{include file=meld_inc.tpl}
2
{include file="meld_inc.tpl"}
3
		<form action="register.php" method="post" name="register" onsubmit="return check_register_form();">
3
		<form action="register.php" method="post" name="register" onsubmit="return check_register_form();">
4
			<table>
4
			<table>
5
				<tr>
5
				<tr>
6
					<th>{$L_PROPERTY}</th>
6
					<th>{$L_PROPERTY}</th>
7
					<th>{$L_VALUE}</th>
7
					<th>{$L_VALUE}</th>
Zeile 30... Zeile 30...
30
					<td class="catBottom" colspan=2><input type="submit" class="mainoption" value="{$L_REGISTER}"></td>
30
					<td class="catBottom" colspan=2><input type="submit" class="mainoption" value="{$L_REGISTER}"></td>
31
				</tr>
31
				</tr>
32
			</table>
32
			</table>
33
			<input type="hidden" name="mode" value="register">
33
			<input type="hidden" name="mode" value="register">
34
		</form>
34
		</form>
35
{include file=footer.tpl}
35
{include file="footer.tpl"}