Subversion-Projekte lars-tiefland.em_wm

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
71 lars 1
{include file="header.tpl" focus=activate.key}
2
{include file="meld_inc.tpl"}
3
<form name="activate" method="post" action="activate.php">
4
	<table>
5
		<tr>
6
			<th>{$L_PROPERTY}</th>
7
			<th>{$L_VALUE}</th>
8
		</tr>
9
		<tr>
10
			<td>{$L_KEY}</td>
11
			<td><input tpye="text" name="key" value="{$key}" class="post"></td>
12
		</tr>
13
		<tr>
14
			<td colspan="2" class="catBottom"><input type="submit" value="{$L_ACTIVATE}" class="mainoption"></td>
15
		</tr>
16
	</table>
17
</form>
18
{include file="footer.tpl"}