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
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8
<meta name="description" content="Retrieve Login Details" />
9
<meta name="keywords" content="Retrieve Login Details" />
10
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
11
</head>
12
<body onload="document.forgot_pass.email.focus();">
13

    
14
<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center">
15
<tr>
16
	<td width="60" valign="top">
17
		<img src="{THEME_URL}/images/logo.png" alt="Logo" />
18
	</td>
19
	<td width="5">&nbsp;</td>
20
	<td>&nbsp;</td>
21
</tr>
22
<tr>
23
	<td colspan="3">&nbsp;</td>
24
</tr>
25
<tr>
26
	<td colspan="3" style="font-size: 20px; text-align: center;">
27
		<font style="color: #003366;">{SECTION_FORGOT}</font>
28
	</td>
29
</tr>
30
</table>
31

    
32
<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
33
<tr>
34
	<td class="content">
35
	
36
	<form name="forgot_pass" action="{ACTION_URL}" method="post">
37
	<input type="hidden" name="url" value="{URL}" />
38
		<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500">
39
		<tr>
40
			<td height="40" align="center" style="color: #{MESSAGE_COLOR}" colspan="2">{MESSAGE}</td>
41
		</tr>
42
		<tr style="{DISPLAY_FORM}">
43
			<td height="10" colspan="2"></td>
44
		</tr>
45
		<tr style="{DISPLAY_FORM}">
46
			<td width="165" height="30" align="right">{TEXT_EMAIL}:</td>
47
			<td><input type="text" maxlength="255" name="email" value="{EMAIL}" style="width: 180px;" /></td>
48
		</tr>
49
		<tr style="{DISPLAY_FORM}" height="30">
50
			<td>&nbsp;</td>
51
			<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>
52
		</tr>
53
		<tr style="{DISPLAY_FORM}">
54
			<td height="10" colspan="2"></td>
55
		</tr>
56
		</table>
57
	</form>
58
	
59
	<center>
60
		<a href="{LOGIN_URL}">{TEXT_NEED_TO_LOGIN}</a>
61
		<br />
62
		<br />
63
		<a href="{WB_URL}/">{TEXT_HOME}</a>
64
	</center>
65

    
66
	</td>
67
</tr>
68
</table>
69

    
70
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
71
<tr>
72
	<td style="font-size:12px;text-align:center;">
73
      <!-- 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. -->
74
      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
75
      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
76
      <!-- 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. -->
77
	</td>
78
</tr>
79
</table>
80

    
81
</body>
82
</html>
83
<!-- END main_block -->
(13-13/32)