Project

General

Profile

« Previous | Next » 

Revision 1247

Added by Dietmar over 14 years ago

Ticket #911 5. continue to fix CSS-errors in WB backend

View differences:

login_forgot.htt
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
<div style="text-align:left;font-size:20px;color:#fff;padding:15px 0 0 50px;height:100px;">
15
	<!-- <img src="{THEME_URL}/images/logo.png" alt="Logo" /> -->
16
	{SECTION_FORGOT}
17
</div> 
18

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

  
53
	</td>
54
</tr>
55
</table>
56

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

  
69
</body>
70
</html>
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
<div style="text-align:left;font-size:20px;color:#fff;padding:15px 0 0 50px;height:100px;">

15
	<!-- <img src="{THEME_URL}/images/logo.png" alt="Logo" /> -->

16
	{SECTION_FORGOT}

17
</div> 

18

  
19
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">

20
<tr>

21
	<td class="content">

22
	
23
	<form name="forgot_pass" action="{ACTION_URL}" method="post">

24
	<input type="hidden" name="url" value="{URL}" />

25
		<table cellpadding="5" cellspacing="0" border="0" align="center" width="500">

26
		<tr>

27
			<td height="40" align="center" style="color: #{MESSAGE_COLOR};" colspan="2">{MESSAGE}</td>

28
		</tr>

29
		<tr style="{DISPLAY_FORM}">

30
			<td height="10" colspan="2"></td>

31
		</tr>

32
		<tr style="{DISPLAY_FORM}">

33
			<td width="165" height="30" align="right">{TEXT_EMAIL}:</td>

34
			<td><input type="text" maxlength="255" name="email" value="{EMAIL}" style="width: 180px;" /></td>

35
		</tr>

36
		<tr style="{DISPLAY_FORM}" height="30">

37
			<td>&nbsp;</td>

38
			<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>

39
		</tr>

40
		<tr style="{DISPLAY_FORM}">

41
			<td height="10" colspan="2"></td>

42
		</tr>

43
		</table>

44
	</form>

45
	
46
	<center>

47
		<a href="{LOGIN_URL}">{TEXT_NEED_TO_LOGIN}</a>

48
		<br />

49
		<br />

50
		<a href="{WB_URL}">{TEXT_HOME}</a>

51
	</center>

52

  
53
	</td>

54
</tr>

55
</table>

56

  
57
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">

58
<tr>

59
	<td align="center" style="font-size: 10px;">

60
		<!-- 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. -->

61
		<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a>

62
		is	released under the

63
		<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a>

64
		<!-- 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. -->

65
	</td>

66
</tr>

67
</table>

68

  
69
</body>

70
</html>

71 71
<!-- END main_block -->

Also available in: Unified diff