Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 948)
+++ trunk/CHANGELOG	(revision 949)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 25-Feb-2009 Matthias Gallas
+#	renamed warning.htt to warning.html to fix display of sourcecode after invalid logins
++	added fixed error.htt also to classic theme
 +	corrected info.php of news-modul
 24-Feb-2009 Dietrich Roland Pehlke
 !	Changes in warning.htt templates to get valid XHTL1.1 output - replace the center-tag with div
Index: trunk/wb/admin/login/index.php
===================================================================
--- trunk/wb/admin/login/index.php	(revision 948)
+++ trunk/wb/admin/login/index.php	(revision 949)
@@ -48,7 +48,7 @@
 $thisApp = new Login(
 							array(
 									'MAX_ATTEMPS' => "3",
-									'WARNING_URL' => THEME_URL."/templates/warning.htt",
+									'WARNING_URL' => THEME_URL."/templates/warning.html",
 									'USERNAME_FIELDNAME' => $username_fieldname,
 									'PASSWORD_FIELDNAME' => $password_fieldname,
 									'REMEMBER_ME_OPTION' => SMART_LOGIN,
Index: trunk/wb/account/stylesheet.css
===================================================================
--- trunk/wb/account/stylesheet.css	(revision 948)
+++ trunk/wb/account/stylesheet.css	(nonexistent)
@@ -1,82 +0,0 @@
-body,td,th,input,textarea {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-body {
-	background-color: #FFFFFF;
-	margin: 0px;
-}
-form {
-	margin: 0;
-}
-hr {
-	margin: 15px 0px 15px 0px;
-	color: #003366;
-	height: 1px;
-}
-h1 {
-	text-align: center;
-	font-size: 20px;
-	color: #003366;
-	text-transform: uppercase;
-}
-h2 {
-	font-size: 15px;
-	color: #336699;
-	margin: 5px 0px 5px 0px;
-}
-a:link, a:visited, a:active {
-	color: #003366;
-	text-decoration: none;
-}
-a:hover {
-	text-decoration: none;
-	color: #336699;
-}
-.note {
-	color: #666666;
-	font-size: 10px;
-}
-.menu {
-	margin: 0;
-	padding: 0;
-	padding-top: 10px;
-	padding-bottom: 4px;
-	padding-left: 8px;
-}
-.menu li {
-	list-style-type: none;
-	display: inline;
-	padding-right: 1px;
-}
-.menu a, .menu a:link, .menu a:active, .menu a:visited {
-	border-bottom: 0;
-	padding: 4px 5px 4px 5px;
-	color: #003366;
-}
-.menu a:hover {
-	text-decoration: none;
-	color: #336699;
-}
-.current a, .current a:link, .current a:active, .current a:visited {
-	background-color: #FFFFFF;
-	color: #000000;
-}
-.content {
-	background-color: #FFFFFF;
-	padding: 20px;
-	height: 280px;
-	width: 750px;
-	text-align: left;
-	vertical-align: top;
-}
-.row_a {
-	background-color: #EEEEEE;
-}
-.row_b {
-	background-color: #DDDDDD;
-}
-.hide {
-	display: none;
-}
\ No newline at end of file

Property changes on: trunk/wb/account/stylesheet.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Index: trunk/wb/account/login.php
===================================================================
--- trunk/wb/account/login.php	(revision 948)
+++ trunk/wb/account/login.php	(revision 949)
@@ -57,7 +57,7 @@
 $thisApp = new Login(
 							array(
 									"MAX_ATTEMPS" => "3",
-									"WARNING_URL" => THEME_URL."/templates/warning.htt",
+									"WARNING_URL" => THEME_URL."/templates/warning.html",
 									"USERNAME_FIELDNAME" => 'username',
 									"PASSWORD_FIELDNAME" => 'password',
 									"REMEMBER_ME_OPTION" => SMART_LOGIN,
Index: trunk/wb/templates/classic/templates/warning.htt
===================================================================
--- trunk/wb/templates/classic/templates/warning.htt	(revision 948)
+++ trunk/wb/templates/classic/templates/warning.htt	(nonexistent)
@@ -1,48 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<head>
-<title>Maximum Invalid Login Attemps Exceeded</title>
-<style type="text/css"><!--
-body,td,th {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-body {
-	margin: 0px;
-  background: #A8BCCB url(../interface/background.png) ;
-  background-repeat:repeat-x;
-}
-a:link, a:visited, a:active {
-	color: #003366;
-	text-decoration: none;
-}
-a:hover {
-	text-decoration: underline;
-	color: #336699;
-}
-h1 {
-	text-align: center;
-	font-size: 18px;
-	color: #000;
-	text-transform: uppercase;
-}
-hr {
-	height: 1px;
-	color: #336699;
-	background-color: #336699;
-	border: 0;
-}
-div#message {
-	text-align: center;
-}
---></style></head>
-<body>
-
-<div id='message'>
-	<h1>Excessive Invalid Logins</h1>
-	You have attempted to login too many times
-</div>
-
-</body>
-</html>
\ No newline at end of file
Index: trunk/wb/templates/classic/templates/error.htt
===================================================================
--- trunk/wb/templates/classic/templates/error.htt	(revision 948)
+++ trunk/wb/templates/classic/templates/error.htt	(revision 949)
@@ -1,10 +1,6 @@
 <!-- BEGIN main_block -->
-<center>
-	
-	{MESSAGE}
-	
-	<br /><br />
-	<a href="{LINK}">{BACK}</a>
-	
-</center>
+<div style='text-align:center;'>
+	<p>{MESSAGE}</p>
+	<p><a href="{LINK}">{BACK}</a></p>
+</div>
 <!-- END main_block -->
\ No newline at end of file
Index: trunk/wb/templates/classic/templates/warning.html
===================================================================
--- trunk/wb/templates/classic/templates/warning.html	(nonexistent)
+++ trunk/wb/templates/classic/templates/warning.html	(revision 949)
@@ -0,0 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<title>Maximum Invalid Login Attemps Exceeded</title>
+<style type="text/css"><!--
+body,td,th {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	color: #000000;
+}
+body {
+	margin: 0px;
+  background: #A8BCCB url(../images/background.png) ;
+  background-repeat:repeat-x;
+}
+a:link, a:visited, a:active {
+	color: #003366;
+	text-decoration: none;
+}
+a:hover {
+	text-decoration: underline;
+	color: #336699;
+}
+h1 {
+	text-align: center;
+	font-size: 18px;
+	color: #000;
+	text-transform: uppercase;
+}
+hr {
+	height: 1px;
+	color: #336699;
+	background-color: #336699;
+	border: 0;
+}
+div#message {
+	text-align: center;
+}
+--></style></head>
+<body>
+
+<div id='message'>
+	<h1>Excessive Invalid Logins</h1>
+	You have attempted to login too many times
+</div>
+
+</body>
+</html>
\ No newline at end of file
Index: trunk/wb/templates/wb_theme/icons/_pages.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_pages.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_admintools.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_admintools.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_templates.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_templates.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_modules.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_modules.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_media.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_media.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/#modules.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/#modules.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_view.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_view.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_groups.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_groups.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_settings.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_settings.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_access.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_access.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_users.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_users.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_languages.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_languages.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_preferences.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_preferences.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/icons/_addons.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/wb_theme/icons/_addons.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: trunk/wb/templates/wb_theme/templates/warning.html
===================================================================
--- trunk/wb/templates/wb_theme/templates/warning.html	(nonexistent)
+++ trunk/wb/templates/wb_theme/templates/warning.html	(revision 949)
@@ -0,0 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<title>Maximum Invalid Login Attemps Exceeded</title>
+<style type="text/css"><!--
+body,td,th {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	color: #000000;
+}
+body {
+	margin: 0px;
+  background: #A8BCCB url(../images/background.png) ;
+  background-repeat:repeat-x;
+}
+a:link, a:visited, a:active {
+	color: #003366;
+	text-decoration: none;
+}
+a:hover {
+	text-decoration: underline;
+	color: #336699;
+}
+h1 {
+	text-align: center;
+	font-size: 18px;
+	color: #000;
+	text-transform: uppercase;
+}
+hr {
+	height: 1px;
+	color: #336699;
+	background-color: #336699;
+	border: 0;
+}
+div#message {
+	text-align: center;
+}
+--></style></head>
+<body>
+
+<div id='message'>
+	<h1>Excessive Invalid Logins</h1>
+	You have attempted to login too many times
+</div>
+
+</body>
+</html>
\ No newline at end of file
