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
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css">
8
</head>
9
<body onload="document.forgot_pass.email.focus();">
10

    
11
<div style="text-align:left;font-size:20px;color:#fff;padding:15px 0 0 50px;height:100px;">
12
	<!-- <img src="{THEME_URL}/images/logo.png" alt="Logo" /> -->
13
	{SECTION_FORGOT}
14
</div> 
15

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

    
50
	</td>
51
</tr>
52
</table>
53

    
54
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
55
<tr>
56
	<td align="center" style="font-size: 10px;">
57
		<!-- 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. -->
58
		<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a>
59
		is	released under the
60
		<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a>
61
		<!-- 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. -->
62
	</td>
63
</tr>
64
</table>
65

    
66
</body>
67
</html>
68
<!-- END main_block -->
(13-13/32)