Project

General

Profile

« Previous | Next » 

Revision 754

Added by doc about 16 years ago

adjusted error/warning templates to the updated backend layout

View differences:

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

  
11
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
12
<tr>
13
	<td width="60" valign="top">
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="{INTERFACE_URL}/stylesheet.css" rel="stylesheet" type="text/css">

8
</head>

9
<body onload="document.forgot_pass.email.focus();">

10

  
11
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">

12
<tr>

13
	<td width="60" valign="top">

14 14
		<img src="{INTERFACE_URL}/logo.png" alt="Logo" />
15
	</td>
16
	<td width="5">&nbsp;</td>
17
	<td style="font-size: 20px;">
18
		<font style="color: #FFFFFF;">Website Baker</font>
19
		<font style="color: #DDDDDD;">{SECTION_FORGOT}</font>
20
	</td>
21
</tr>
22
</table>
23

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

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

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

  
74
</body>
75
</html>
15
	</td>
16
	<td width="5">&nbsp;</td>
17
	<td style="font-size: 20px;">
18
		<font style="color: #FFF;">{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="255" 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>
76 75
<!-- END main_block -->

Also available in: Unified diff