Project

General

Profile

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