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 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 style="font-size: 20px;">
21
		<font style="color: #FFF;">{SECTION_FORGOT}</font>
22
	</td>
23
</tr>
24
</table>
25

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

    
60
	</td>
61
</tr>
62
</table>
63

    
64
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
65
<tr>
66
	<td align="center" style="font-size: 10px;">
67
		<!-- 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. -->
68
		<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a>
69
		is	released under the
70
		<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a>
71
		<!-- 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. -->
72
	</td>
73
</tr>
74
</table>
75

    
76
</body>
77
</html>
78
<!-- END main_block -->
(13-13/31)