Project

General

Profile

1 1719 Luisehahne
<!-- BEGIN main_block -->
2 1792 Luisehahne
{CSS_BLOCK}
3
4 1719 Luisehahne
<!-- BEGIN message_block -->
5
{MESSAGE_VALUE}
6
<!-- END message_block -->
7 1742 Luisehahne
<hr /><br />
8 1773 Luisehahne
<div class="account">
9
<div class="login-box">
10 1742 Luisehahne
<form class="login-box" action="{ACTION_URL}" method="post">
11 1719 Luisehahne
	<input type="hidden" name="action" value="forgot" />
12
	<input type="hidden" name="url" value="{URL}" />
13 1773 Luisehahne
<h3>{MENU_FORGOT}</h3>
14
<table>
15 1742 Luisehahne
<tbody>
16 1773 Luisehahne
<tr>
17
	<td colspan="2" class="button">
18 1742 Luisehahne
	<strong>{THISAPP_MESSAGE_VALUE}</strong>
19 1719 Luisehahne
	</td>
20
</tr>
21 1773 Luisehahne
<tr>
22
	<td colspan="2">&nbsp;</td>
23 1742 Luisehahne
</tr>
24 1773 Luisehahne
<tr>
25
	<td>{TEXT_EMAIL}:</td>
26
	<td class="input">
27 1742 Luisehahne
		<input type="text" name="email" maxlength="255" style="width:98%;"/>
28 1719 Luisehahne
	</td>
29
</tr>
30 1773 Luisehahne
<tr>
31
	<td colspan="2">&nbsp;</td>
32 1742 Luisehahne
</tr>
33 1773 Luisehahne
<tr>
34
	<td colspan="2">&nbsp;</td>
35
</tr>
36
<tr>
37
	<td colspan="2" class="button">
38
		<button type="submit" name="submit" value="email">{TEXT_SEND_DETAILS}</button>
39
		<button type="reset" name="reset" value="reset">{TEXT_RESET}</button>
40 1833 Luisehahne
        <button type="button" value="cancel" onclick="javascript:window.location='{URL}/';" >{TEXT_CANCEL}</button>
41 1719 Luisehahne
	</td>
42
</tr>
43
<tr>
44 1773 Luisehahne
	<td class="button" colspan="2">
45 1719 Luisehahne
	<p class="link"><a href="{LOGIN_URL}">{TEXT_NEED_TO_LOGIN}</a></p>
46
	</td>
47
</tr>
48 1742 Luisehahne
</tbody>
49 1719 Luisehahne
</table>
50
</form>
51 1742 Luisehahne
</div>
52 1773 Luisehahne
</div>
53 1719 Luisehahne
<!-- END main_block -->