Revision 754
Added by doc over 16 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 |
13-Mar-2008 Christian Sommer |
|
15 |
! adjusted error/warning templates to the updated backend layout |
|
14 | 16 |
13-Mar-2008 Matthias Gallas |
15 | 17 |
! replaced one icon in admin interface |
16 | 18 |
12-Mar-2008 Matthias Gallas |
trunk/wb/admin/login/forgot/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"> </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> </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"> </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> </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 --> |
trunk/wb/admin/login/warning.html | ||
---|---|---|
10 | 10 |
} |
11 | 11 |
body { |
12 | 12 |
margin: 0px; |
13 |
background: #95C8F0 url(../interface/background.png) ;
|
|
13 |
background: #A8BCCB url(../interface/background.png) ;
|
|
14 | 14 |
background-repeat:repeat-x; |
15 | 15 |
} |
16 | 16 |
a:link, a:visited, a:active { |
... | ... | |
23 | 23 |
} |
24 | 24 |
h1 { |
25 | 25 |
text-align: center; |
26 |
font-size: 16px;
|
|
27 |
color: #fff;
|
|
26 |
font-size: 18px;
|
|
27 |
color: #000;
|
|
28 | 28 |
text-transform: uppercase; |
29 | 29 |
} |
30 | 30 |
hr { |
trunk/wb/admin/login/template.html | ||
---|---|---|
1 |
<!-- BEGIN mainBlock --> |
|
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>{TEXT_LOGIN}</title> |
|
6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> |
|
7 |
<link href="{INTERFACE_DIR_URL}/stylesheet.css" rel="stylesheet" type="text/css"> |
|
8 |
</head> |
|
9 |
<body onload="document.login.{USERNAME_FIELDNAME}.focus();"> |
|
10 |
|
|
11 |
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center"> |
|
12 |
<tr> |
|
13 |
<td width="60" valign="top"> |
|
1 |
<!-- BEGIN mainBlock -->
|
|
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>{TEXT_LOGIN}</title>
|
|
6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
|
|
7 |
<link href="{INTERFACE_DIR_URL}/stylesheet.css" rel="stylesheet" type="text/css">
|
|
8 |
</head>
|
|
9 |
<body onload="document.login.{USERNAME_FIELDNAME}.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_DIR_URL}/logo.png" alt="Logo" /> |
15 |
</td> |
|
16 |
<td width="5"> </td> |
|
17 |
<td style="font-size: 20px; padding-left: 95px;">
|
|
18 |
<font style="color: #FFFFFF;">{SECTION_LOGIN}</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="login" action="{ACTION_URL}" method="post"> |
|
28 |
<input type="hidden" name="url" value="{URL}" /> |
|
29 |
<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" /> |
|
30 |
<input type="hidden" name="password_fieldname" value="{PASSWORD_FIELDNAME}" /> |
|
31 |
<table cellpadding="5" cellspacing="0" border="0" align="center" width="500"> |
|
32 |
<tr> |
|
33 |
<td height="40" align="center" colspan="2">{MESSAGE}</td> |
|
34 |
</tr> |
|
35 |
<tr> |
|
36 |
<td height="10" colspan="2"></td> |
|
37 |
</tr> |
|
38 |
<tr> |
|
39 |
<td width="170" height="30" align="right">{TEXT_USERNAME}:</td> |
|
40 |
<td><input type="text" maxlength="{MAX_USERNAME_LEN}" name="{USERNAME_FIELDNAME}" value="{USERNAME}" style="width: 180px;" /></td> |
|
41 |
</tr> |
|
42 |
<tr> |
|
43 |
<td width="170" height="30" align="right">{TEXT_PASSWORD}:</td> |
|
44 |
<td><input type="password" maxlength="{MAX_PASSWORD_LEN}" name="{PASSWORD_FIELDNAME}" style="width: 180px;" /></td> |
|
45 |
</tr> |
|
46 |
<tr height="30" style="display: {DISPLAY_REMEMBER_ME};"> |
|
47 |
<td> </td> |
|
48 |
<td> |
|
49 |
<input type="checkbox" name="remember" id="remember" value="true" /> |
|
50 |
<label for="remember"> |
|
51 |
{TEXT_REMEMBER_ME} |
|
52 |
</label> |
|
53 |
</td> |
|
54 |
</tr> |
|
55 |
<tr height="30"> |
|
56 |
<td> </td> |
|
57 |
<td><input type="submit" name="submit" value="{TEXT_LOGIN}" style="width: 180px; font-size: 10px; text-transform: uppercase; color: #003366; border: 1px solid #336699; background-color: #DDDDDD; padding: 3px;" /></td> |
|
58 |
</tr> |
|
59 |
<tr> |
|
60 |
<td height="10" colspan="2"></td> |
|
61 |
</tr> |
|
62 |
</table> |
|
63 |
</form> |
|
64 |
|
|
65 |
<center> |
|
66 |
<a href="{FORGOTTEN_DETAILS_APP}">{TEXT_FORGOTTEN_DETAILS}</a> |
|
67 |
<br /> |
|
68 |
<br /> |
|
69 |
<br /> |
|
70 |
<a href="{WB_URL}">{TEXT_HOME}</a> |
|
71 |
</center> |
|
72 |
|
|
73 |
</td> |
|
74 |
</tr> |
|
75 |
</table> |
|
76 |
|
|
77 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
|
78 |
<tr> |
|
79 |
<td align="center" style="font-size: 10px;"> |
|
80 |
<!-- 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. --> |
|
81 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a> |
|
82 |
is released under the |
|
83 |
<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
|
84 |
<!-- 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. --> |
|
85 |
</td> |
|
86 |
</tr> |
|
87 |
</table> |
|
88 |
|
|
89 |
</body> |
|
90 |
</html> |
|
15 |
</td>
|
|
16 |
<td width="5"> </td>
|
|
17 |
<td style="font-size: 20px; ">
|
|
18 |
<font style="color: #FFFFFF;">{SECTION_LOGIN}</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="login" action="{ACTION_URL}" method="post">
|
|
28 |
<input type="hidden" name="url" value="{URL}" />
|
|
29 |
<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" />
|
|
30 |
<input type="hidden" name="password_fieldname" value="{PASSWORD_FIELDNAME}" />
|
|
31 |
<table cellpadding="5" cellspacing="0" border="0" align="center" width="500">
|
|
32 |
<tr>
|
|
33 |
<td height="40" align="center" colspan="2">{MESSAGE}</td>
|
|
34 |
</tr>
|
|
35 |
<tr>
|
|
36 |
<td height="10" colspan="2"></td>
|
|
37 |
</tr>
|
|
38 |
<tr>
|
|
39 |
<td width="170" height="30" align="right">{TEXT_USERNAME}:</td>
|
|
40 |
<td><input type="text" maxlength="{MAX_USERNAME_LEN}" name="{USERNAME_FIELDNAME}" value="{USERNAME}" style="width: 180px;" /></td>
|
|
41 |
</tr>
|
|
42 |
<tr>
|
|
43 |
<td width="170" height="30" align="right">{TEXT_PASSWORD}:</td>
|
|
44 |
<td><input type="password" maxlength="{MAX_PASSWORD_LEN}" name="{PASSWORD_FIELDNAME}" style="width: 180px;" /></td>
|
|
45 |
</tr>
|
|
46 |
<tr height="30" style="display: {DISPLAY_REMEMBER_ME};">
|
|
47 |
<td> </td>
|
|
48 |
<td>
|
|
49 |
<input type="checkbox" name="remember" id="remember" value="true" />
|
|
50 |
<label for="remember">
|
|
51 |
{TEXT_REMEMBER_ME}
|
|
52 |
</label>
|
|
53 |
</td>
|
|
54 |
</tr>
|
|
55 |
<tr height="30">
|
|
56 |
<td> </td>
|
|
57 |
<td><input type="submit" name="submit" value="{TEXT_LOGIN}" style="width: 180px; font-size: 10px; text-transform: uppercase; color: #003366; border: 1px solid #336699; background-color: #DDDDDD; padding: 3px;" /></td>
|
|
58 |
</tr>
|
|
59 |
<tr>
|
|
60 |
<td height="10" colspan="2"></td>
|
|
61 |
</tr>
|
|
62 |
</table>
|
|
63 |
</form>
|
|
64 |
|
|
65 |
<center>
|
|
66 |
<a href="{FORGOTTEN_DETAILS_APP}">{TEXT_FORGOTTEN_DETAILS}</a>
|
|
67 |
<br />
|
|
68 |
<br />
|
|
69 |
<br />
|
|
70 |
<a href="{WB_URL}">{TEXT_HOME}</a>
|
|
71 |
</center>
|
|
72 |
|
|
73 |
</td>
|
|
74 |
</tr>
|
|
75 |
</table>
|
|
76 |
|
|
77 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
|
|
78 |
<tr>
|
|
79 |
<td align="center" style="font-size: 10px;">
|
|
80 |
<!-- 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. -->
|
|
81 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a>
|
|
82 |
is released under the
|
|
83 |
<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a>
|
|
84 |
<!-- 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. -->
|
|
85 |
</td>
|
|
86 |
</tr>
|
|
87 |
</table>
|
|
88 |
|
|
89 |
</body>
|
|
90 |
</html>
|
|
91 | 91 |
<!-- END mainBlock --> |
trunk/wb/framework/class.frontend.php | ||
---|---|---|
402 | 402 |
require_once(WB_PATH.'/languages/'.DEFAULT_LANGUAGE.'.php'); |
403 | 403 |
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
404 | 404 |
<head><title>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</title> |
405 |
<style type="text/css"><!-- body{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px; background-image: url("'.ADMIN_URL.'/interface/background.png");background-repeat: repeat-x; margin: 20px; text-align: center; } |
|
406 |
h1 { margin: 0; padding: 0; }--></style></head><body> |
|
407 |
<h1>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</h1><br /> |
|
405 |
<style type="text/css"><!-- body{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px; background-image: url("'.ADMIN_URL.'/interface/background.png");background-repeat: repeat-x; background-color: #A8BCCB; text-align: center; } |
|
406 |
h1 { margin: 0; padding: 0; font-size: 18px; color: #000; text-transform: uppercase; |
|
407 |
}--></style></head><body> |
|
408 |
<br /><h1>'.$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'].'</h1><br /> |
|
408 | 409 |
'.$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'].'</body></html>'; |
409 | 410 |
} |
410 | 411 |
} |
trunk/wb/install/index.php | ||
---|---|---|
103 | 103 |
</td> |
104 | 104 |
<td width="5"> </td> |
105 | 105 |
<td style="font-size: 20px;"> |
106 |
<font style="color: #FFFFFF;">Website Baker</font> |
|
107 |
<font style="color: #DDDDDD;">Installation Wizard</font> |
|
106 |
<font style="color: #FFF;">Installation Wizard</font> |
|
108 | 107 |
</td> |
109 | 108 |
</tr> |
110 | 109 |
</table> |
Also available in: Unified diff
adjusted error/warning templates to the updated backend layout