Project

General

Profile

1
<!-- BEGIN main_block -->
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
<head>
5
<title>Retrieve Login Details</title>
6
<link href="{INTERFACE_URL}/stylesheet.css" rel="stylesheet" type="text/css">
7
</head>
8
<body onload="document.forgot_pass.email.focus();">
9

    
10
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
11
<tr>
12
	<td width="60" valign="top">
13
		<img src="{INTERFACE_URL}/logo.png" width="60" height="60" alt="Logo" />
14
	</td>
15
	<td width="5">&nbsp;</td>
16
	<td style="font-size: 20px;">
17
		<font style="color: #FFFFFF;">Website Baker</font> 
18
		<font style="color: #DDDDDD;">{SECTION_FORGOT}</font>
19
	</td>
20
</tr>
21
</table>
22

    
23
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
24
<tr>
25
	<td class="content">
26
	
27
	<form name="forgot_pass" action="{ACTION_URL}" method="post">
28
	<input type="hidden" name="url" value="{URL}" />
29
		<table cellpadding="5" cellspacing="0" border="0" align="center" width="500">
30
		<tr>
31
			<td height="40" align="center" style="color: #{MESSAGE_COLOR};" colspan="2">{MESSAGE}</td>
32
		</tr>
33
		<tr style="display: {DISPLAY_FORM}">
34
			<td height="10" colspan="2"></td>
35
		</tr>
36
		<tr style="display: {DISPLAY_FORM}">
37
			<td width="165" height="30" align="right">{TEXT_EMAIL}:</td>
38
			<td><input type="text" maxlength="30" name="email" value="{EMAIL}" style="width: 180px;" /></td>
39
		</tr>
40
		<tr style="display: {DISPLAY_FORM}" height="30">
41
			<td>&nbsp;</td>
42
			<td><input type="submit" name="submit" value="{TEXT_SEND_DETAILS}" style="width: 180px; font-size: 10px; text-transform: uppercase; color: #003366; border: 1px solid #336699; background-color: #DDDDDD; padding: 3px;"></td>
43
		</tr>
44
		<tr style="display: {DISPLAY_FORM}">
45
			<td height="10" colspan="2"></td>
46
		</tr>
47
		</table>
48
	</form>
49
	
50
	<center>
51
		<a href="{LOGIN_URL}">{TEXT_NEED_TO_LOGIN}</a>
52
		<br />
53
		<br />
54
		<a href="{WB_URL}">{TEXT_HOME}</a>
55
	</center>
56

    
57
	</td>
58
</tr>
59
</table>
60

    
61
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
62
<tr>
63
	<td align="center" style="font-size: 10px;">
64
		<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
65
		<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a>
66
		is	released under the
67
		<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a>
68
		<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
69
	</td>
70
</tr>
71
</table>
72

    
73
</body>
74
</html>
75
<!-- END main_block -->
(2-2/2)