Project

General

Profile

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