Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1707)
+++ branches/2.8.x/CHANGELOG	(revision 1708)
@@ -13,6 +13,9 @@
 
 
 
+29 Aug-2012 Build 1708 Dietmar Woellbrink (Luisehahne)
+! update folder templates/wb_theme, templates/argos_theme,admin/skel/htt
+! add new icons, recoded css
 29 Aug-2012 Build 1707 Dietmar Woellbrink (Luisehahne)
 ! update folder admin/pages, admin/skel/htt
 ! change multi-dimensional arrays (variables) to similar arrays
Index: branches/2.8.x/wb/admin/skel/themes/htt/message.htt
===================================================================
--- branches/2.8.x/wb/admin/skel/themes/htt/message.htt	(revision 1707)
+++ branches/2.8.x/wb/admin/skel/themes/htt/message.htt	(revision 1708)
@@ -1,5 +1,5 @@
 <!-- BEGIN main_block -->
-<div id="{ID}" class="mbox curved mbox-icon16{BOX_STATUS}" style="background-image: url({THEME_URL}/icons/{STATUS}_16.png)">
+<div id="{ID}" class="mbox curved mbox-icon16{BOX_STATUS} warning rounded" style="background-image: url({THEME_URL}/icons/{STATUS}_16.png)">
 	<div><!-- class="big"> -->
 		{MESSAGE}
 	</div>
Index: branches/2.8.x/wb/admin/skel/themes/htt/footer.htt
===================================================================
--- branches/2.8.x/wb/admin/skel/themes/htt/footer.htt	(revision 1707)
+++ branches/2.8.x/wb/admin/skel/themes/htt/footer.htt	(revision 1708)
@@ -1,11 +1,12 @@
 <!-- BEGIN footer_block -->
-	</td>
-</tr>
-</table>
+	</div>
+	</div>
+</div>
 
-<table class="footer" summary="" cellpadding="0" cellspacing="0" border="0">
+<table class="footer">
+<tbody>
 <tr>
-	<td style="font-size: 12px; text-align:center;">
+	<td>
       <!-- 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. -->
       <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
       <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
@@ -12,6 +13,7 @@
       <!-- 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. -->
 	</td>
 </tr>
+</tbody>
 </table>
 <!-- BEGIN show_debug_block -->
 <div class="mbox dev-info">
@@ -18,10 +20,12 @@
 	<div style="text-align:left; width: auto;">
 		<span class="">Memory Limit: {FILESIZE}&nbsp;|&nbsp;</span>
 		<span class="">Used Memory: {MEMORY}&nbsp;|&nbsp;</span>
-		<span class="">SQL-Queries executed: {QUERIES}&nbsp;|&nbsp;</span>
+		<span class="">Script loaded in: {PAGE_LOAD_TIME} Sec&nbsp;|&nbsp;</span>
+		<span class="">{QUERIES} SQL-Queries executed &nbsp;|&nbsp;</span>
+		<span class="">{CLASSES} declared classes&nbsp;|&nbsp;</span>
 		<span class="">Summary size of {INCLUDES} included files: {SUM_FILESIZE}</span>
 	<!-- BEGIN show_block_list -->
-		<ul style="margin-left: 27px; margin-top: 0;">
+		<br /><ul style="margin-left: 27px; margin-top: 0;">
 		<!-- BEGIN include_block_list -->
 			<li style="color: #336699; list-style:decimal-leading-zero;">{INCLUDES_ARRAY} ({FILESIZE})</li>
 		<!-- END include_block_list -->
Index: branches/2.8.x/wb/admin/skel/themes/htt/warning.html
===================================================================
--- branches/2.8.x/wb/admin/skel/themes/htt/warning.html	(revision 1707)
+++ branches/2.8.x/wb/admin/skel/themes/htt/warning.html	(revision 1708)
@@ -10,7 +10,7 @@
 }
 body {
 	margin: 0px;
-  background: #A8BCCB url(../images/background.png) ;
+  background: #A8BCCB none ;
   background-repeat:repeat-x;
 }
 a:link, a:visited, a:active {
Index: branches/2.8.x/wb/admin/skel/themes/htt/header.htt
===================================================================
--- branches/2.8.x/wb/admin/skel/themes/htt/header.htt	(revision 1707)
+++ branches/2.8.x/wb/admin/skel/themes/htt/header.htt	(revision 1708)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
+<title>{WEBSITE_TITLE} - {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
 <meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
 <meta http-equiv="content-language" content="{LANGUAGE}" />
 <meta name="description" content="{TEXT_ADMINISTRATION}" />
@@ -10,8 +10,8 @@
 <meta name="author" content="WebsiteBaker Org e.V." />
 <meta http-equiv="Content-Encoding" content="gzip" />
 <meta http-equiv="Accept-Encoding" content="gzip, deflate" />
-<link href="{THEME_URL}/normalize.css" rel="stylesheet" type="text/css" />
-<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
+<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
+<link href="{THEME_URL}/css/{STYLE}.css" rel="stylesheet" type="text/css" />
 {BACKEND_MODULE_CSS}
 <script type="text/javascript">
 var WB_URL = '{WB_URL}';
@@ -18,6 +18,11 @@
 var THEME_URL = '{THEME_URL}';
 var ADMIN_URL = '{ADMIN_URL}';
 </script>
+<script type="text/javascript">
+function confirm_link(message, url) {
+	if(confirm(message)) location.href = url;
+}
+</script>
 <script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-include.js" type="text/javascript"></script>
@@ -24,46 +29,42 @@
 <!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/jquery-pngFix.js"></script><![endif]-->
 <script src="{THEME_URL}/jquery/jquery-plugins.js" type="text/javascript"></script>
 {BACKEND_MODULE_JS}
-<script type="text/javascript">
-function confirm_link(message, url) {
-	if(confirm(message)) location.href = url;
-}
-
-</script>
 </head>
-<body>
+<body lang="{LANGUAGE}" >
+<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
 <div class="main">
 
-<table summary="" class="header layout">
+<table  class="header layout">
 <tr>
 	<td class="logo">
-		<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /></a>
+		<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a>
 	</td>
-	<td class="topnav">
-         <a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/home.png" border="0" alt="{TITLE_START}" /></a>
-         &nbsp;&nbsp;<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" border="0" alt="{WB_URL}" /></a>
-	&nbsp; <a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" border="0" alt="{TITLE_HELP}" /></a>
-         &nbsp; <a href="{ADMIN_URL}/logout" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/dl.png" border="0" alt="{TITLE_LOGOUT}" /></a>
-</td>
-	<td class="version">
-	Version {VERSION} {SP}<br />
-    Revision {REVISION}
+	<td></td>
+	<td class="topnav {LOGIN_DISPLAY_NONE}">
+		<span><a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/{START_ICON}.png" alt="{TITLE_START}" /></a></span>
+		&nbsp;&nbsp;<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" alt="{WB_URL}" /></a>
+		&nbsp; <a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" alt="{TITLE_HELP}" /></a>
+		&nbsp; <a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/{LOGIN_ICON}.png" alt="{TITLE_LOGOUT}" /></a>
 	</td>
+	<td></td>
+	<td class="version {LOGIN_DISPLAY_NONE}">
+		Version {VERSION} {SP}<br />
+		Revision {REVISION}
+	</td>
 </tr>
 </table>
 
-<table summary="" class="container">
-<tr>
-	<td>
-		<div class="hmenu">
-			<ul>
-			<!-- BEGIN linkBlock -->
-			<li class="{CLASS}"><a class="{CLASS}" href="{LINK}">{TITLE}</a></li>
-			<!-- END linkBlock -->
+<div class="table">
+
+	<div class="hmenu {LOGIN_DISPLAY_NONE}">
+		<ul>
+		<!-- BEGIN linkBlock -->
+		<li class="{CLASS}"><a class="{CLASS}" href="{LINK}">{TITLE}</a></li>
+		<!-- END linkBlock -->
+		<li>&nbsp;</li>
 		</ul>
-		</div>
-	</td>
-</tr>
-<tr>
-	<td class="content">
+	</div>
+
+	<div class="td">
+	<div class="content">
 <!-- END header_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1707)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1708)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1707');
+if(!defined('REVISION')) define('REVISION', '1708');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/admin/images/print.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: branches/2.8.x/wb/admin/images/print.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/addons.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/addons.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/addons.css	(revision 1708)
@@ -0,0 +1,4 @@
+h2 { color :#003399; margin :1px auto; font-size :110%; font-weight :bold; }
+table td a { font-weight :bold; }
+b { color :#999999; }
+i { font-weight :bold; }
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/addons.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/login.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/login.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/login.css	(revision 1708)
@@ -0,0 +1,10 @@
+div.main .table { width :70%; overflow :hidden; border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; -moz-box-shadow :5px 5px 5px rgba(68,68,68,0.6); -webkit-box-shadow :5px 5px 5px rgba(68,68,68,0.6); box-shadow :5px 5px 5px rgba(68,68,68,0.6); zoom :1; }
+table.header { width :70%; }
+.td,
+.content { padding :0; }
+.login_box { border :none; }
+ .login_box a { text-decoration :none; }
+ .login_box a:hover { text-decoration :underline; color :#3366ff; }
+form.settings_table { overflow :visible; margin :0; padding :0; }
+form.settings_table fieldset { border :1px none #eeeeee; display :block; margin :0; padding :0; }
+legend.settings_table, form.settings_table legend { background :#336699 url(../images/menu.png) repeat-x center; border :medium none; color :#ffffff; font-size :140%; height :25px; margin :0 auto auto -7px!important; padding :10px 0 0 10px; width :100%; text-align :left; }

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/login.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/admintools.css
===================================================================

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/admintools.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/content.css
===================================================================

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/content.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/start.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/start.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/start.css	(revision 1708)
@@ -0,0 +1 @@
+

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/start.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/media.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/media.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/media.css	(revision 1708)
@@ -0,0 +1,5 @@
+h2 {
+   font-weight :normal;
+   color :#006699;
+}
+.help { color : #557c9e; }
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/media.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/none.css
===================================================================

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/none.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/pages.css
===================================================================

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/pages.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/screen.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/screen.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/screen.css	(revision 1708)
@@ -0,0 +1,287 @@
+* html body * { overflow :visible; }
+* html div { height :1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 */ }
+html{ font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :100.1%; font-weight :normal; color :#333333; overflow :auto; overflow-y :scroll; }
+body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; }
+/*  */
+div.main { border :0px none #666666; margin :0px auto 1em auto; min-width :60em; max-width :90em; font-size :1.0em; padding :4px; width : 85%; overflow :hidden; }
+.td { clear :both; font-size :1.0em; margin :0 auto; text-align :center; width :100%; }
+div.main .table { background :url(../images/bgtitle.png) #ffffff repeat-x; margin :0 auto; width :100%; }
+.wrapper { position :relative; display :block; overflow :auto; width :inherit; }
+.content { padding :10px; text-align :left; overflow :hidden; }
+img { border :none; }
+.input_small { width :20px; }
+.input_narrow { width :100px; }
+.input_normal { width :110px; }
+.input_medium { width :150px; }
+.input_wide { width :200px; }
+.input_large { width :300px; }
+.input_full { width :100%; }
+/*  */
+table { border-collapse :separate; width :100%; }
+table.layout { table-layout :auto; }
+table.header { margin :auto; width :100%; }
+table.header td { min-width :10%; }
+   table.header td.logo { padding-right :20px; width :278px; }
+   table.header td.version { float :right; margin :15px auto; text-align :right; min-width :100px; white-space :nowrap; }
+   table.header td.topnav { margin :0 auto; padding-top :1em; text-align :center; min-width :200px; white-space :nowrap; }
+   table td a { text-decoration :none; display :inline; }
+   table td a:hover { color :#3366ff; text-decoration :underline; }
+/* header horizontal navigation */  
+div.hmenu { background :#486991 url(../images/menu.png) repeat-x center; line-height :32px; margin :0px auto; font-size :1em; float :left; width :100%; }
+   div.hmenu ul { color :#ffffff; margin :0px auto; display :block; padding :0; list-style-position :outside; }
+	   div.hmenu * a { color :#ffffff; text-decoration :none; }
+   div.hmenu ul li { color :#ffffff; display :inline; padding :10px 0px; }
+   div.hmenu ul li a { color :#ffffff; display :inline; height :2em; padding :7px 5px; font-weight :bold; background :transparent; }
+   div.hmenu ul li a.active,
+   div.hmenu ul li a.current { color :#ffffff; background :transparent url(../images/menuo.png) repeat-x center; }
+   div.hmenu ul li:hover,
+   div.hmenu ul li a:hover { color :#ffff99; background :transparent url(../images/menuo.png) repeat-x center; }
+/* */
+table.footer { margin :1em auto; width :100%; }
+table.footer fieldset { background :#a8bccb; margin :0.5em auto; text-align :center; }
+   table.footer a { text-decoration :none; }
+   table.footer a:hover { color :#3366ff; text-decoration :underline; }
+   table.footer tbody tr td { font-size :1em; text-align :center; }
+/* clearing */
+.clear:after { clear :both; content :"."; display :block; font-size :0; height :0; visibility :hidden; }
+.clear { clear :both; display :block; }
+.ie-clearing { display :none; }
+.floatbox { overflow :hidden; }
+.spacer { line-height :1em; margin-right :0.5em; position :relative; }
+/* ************************************************************************** */
+/* DIV-mbox to show selector or simply content only ************************* */
+div.mbox { padding :10px; margin :15px auto; background-color :#ffffff; color :#330033; font-size :1em; display :block; }
+ 	div.mbox div { }
+		div.mbox div a { font-size :1em; color :#0052a1; }
+		div.mbox div a:hover { color :#0099ff; }
+		div.mbox div p.title { margin :0; padding :0.08em 0 0.6em 0; font-size :110%; color :#0052a1; font-weight :bold; }
+		div.mbox div p { margin :0; padding :0 0 0.6em 0; }
+div.mbox:hover { }
+/* extension for mbox to show additional icons on left side ***************** */
+div.mbox-icon { background-repeat :no-repeat; background-image :url(icons/info_50.png); background-position :15px 50%; padding :15px; min-height :25px; }
+	div.mbox-icon div { margin-left :70px; border-left :0px outset; padding-left :5px; }
+div.mbox-icon16 { background-repeat :no-repeat; background-image :url(icons/info_16.png); background-position :5px 50%; padding :5px; min-height :10px; }
+	div.mbox-icon16 div { margin-left :30px; border-left :4px outset; padding-left :5px; }
+/* coloring of the mbox and other boxes also ******************************** */
+div.box-ok { border-color :#008000; color :#008000; }
+div.box-error { border-color :#ff0000; color :#ff0000; }
+div.box-info { border-color :#bb7a00; color :#003ff2; }
+div.box-warning { border-color :#ffa500; color :#ffa500; }
+/* Border attributes for mbox and other elements also *********************** */
+/* label/input attributes for mbox for tableless design *********************** */
+div.mbox label, 
+div.mbox select, 
+div.mbox span, 
+div.mbox textarea, 
+div.mbox input { display :block; float :left; margin :3px auto; }
+div.mbox label { padding-right : 5px; }
+div.mbox br { clear :both; }
+div.mbox span { white-space :nowrap; }
+div.mbox [type="radio"],
+div.mbox [type="checkbox"] { width : 1.5em; }
+/**/
+div.mbox label.radio { text-align :left; padding-right :20px; width :100px; }
+/* END of mbox - definition ************************************************* */
+/* ************************************************************************** */
+div.mbox input [type="checkbox"] { width :2.5em; }
+div.mbox.dev-info { background :#dddddd; font-size :0.9em; overflow :auto; height :auto; white-space :normal; margin :0 auto 3em; position :relative; }
+div.mbox.dev-info div span { margin-bottom :1px; }
+/* */
+.msg-box { background :#e5ffe6; border :0.2em #009900 solid; color :#336600; margin-bottom :1em; padding :0.63em; text-align : left; }
+.error-box { background :#ffeeee; border :0.2em #884444 solid; color :#440000; margin-bottom :1em; padding :0.63em; text-align :center; }
+.msg-box p,
+.error-box p { font-size :120%; }
+/* */
+.cleft { float :left; }
+.cright { float :right; }
+.center{ text-align :center; }
+.hidden { visibility :hidden; }
+.left{ text-align :left; }
+.hide, .none { display :none; height :0; }
+#hide1, #hide2, #hide3 { display :none; }
+.right{ text-align :right; }
+.rBold{ text-align :right; font-weight :bold; }
+.bold{ font-weight :bold; }
+.grey { color :#999999; }
+.row_0 { background-color :#fff; }
+.row_1 { background-color :#eee; }
+.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
+.shadow { box-shadow :3px 3px 10px rgba(0, 0, 0, 0.6); }
+.shadow1 { margin :40px; background-color :rgb(68,68,68); /* Needed for IEs */ -moz-box-shadow :5px 5px 5px rgba(68,68,68,0.6); -webkit-box-shadow :5px 5px 5px rgba(68,68,68,0.6); box-shadow :5px 5px 5px rgba(68,68,68,0.6); zoom :1; }
+.gradient1 { background-color :#ababab; background-image :-moz-linear-gradient(90deg, #ababab, #00001c 33px); background-image :-webkit-linear-gradient(90deg, #ababab, #00001c 33px); background-image :-o-linear-gradient(90deg, #ababab, #00001c 33px); background-image :-ms-linear-gradient(90deg, #ababab, #00001c 33px); background-image :linear-gradient(90deg, #ababab, #00001c 33px); }
+/* set div layers in dead tables */
+.info { padding :10px; margin-bottom :0.5em; background :#f8f8f8; color :#666666; font-size :91.7%; }
+.note { border :2px #448844 solid; padding :10px; margin :10px auto; background :#eeffee; color :#004400; }
+.important { border :2px #888844 solid; padding :10px; margin-bottom :1em; background :#ffffee; color :#444400; }
+.warning { border :2px #884444 solid; padding :10px; margin-bottom :1em; background :#ffeeee; color :#440000; }
+.section { background-color :#FDFDFD; border :1px solid #999999; font-size :0.9em; height :85px; margin :5px; padding :0; width :98%; }
+.graphic { border :4px solid #FDFDFD; height :50px; padding-left :3px; width :50px; }
+.graphic img { background-color :#FFFFFF; border :1px solid #D0D0D0; padding :4px; vertical-align :middle; width :50px; height :50px; }
+.description { padding :4px 0 0; text-align :left; }
+.title { text-align :left; padding :4px 5px 0px 3px; font-weight :bold; font-size :1.2em; margin-bottom :5px; }
+   span.title { display :block; }
+.tool_table td { text-align :left; vertical-align :top; }
+.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; }
+.tool_table li { padding :1px; list-style-type :disc; }
+/* new tablelayout without table attribute  */
+form.settings_table { border :1px none #eeee; font-family :verdana,arial,helvetica,sans-serif; margin :5px auto; padding :5px; }
+   form.settings_table fieldset { border :1px none #eeeeee; display :block; line-height :1.0em; margin-bottom :1px; padding :3px 0px 3px 0px; }
+   form input[type="file"] { width :80%; border :1px solid black; background-color :#ccccff; }
+   legend.settings_table ,
+   form.settings_table legend { border :none; color :#006699; font-size :140%; margin :1em; padding :0; }
+   form.settings_table div.sub-row { background-color :transparent !important; background-color :#eeeeee; }
+   form.settings_table label { text-align :right; margin : 1px auto; }
+   form.settings_table label.setting_name { clear :left; color :#333333; vertical-align :top; display :block; margin :3px auto; min-height :1.6em; float :left; padding-right :5px; width :25%; }
+   form.settings_table fieldset div.input { padding :0; margin :0 auto; vertical-align :top; overflow :hidden; display :inline; line-height :2em; min-height :1em; list-style-type :none; width :60%; }
+   form.settings_table fieldset div.input input.radio { margin :0.8em auto; border :none; padding-left :6px; }
+   form.settings_table fieldset div.input label { margin :6px auto; padding-left :6px; min-height :1em; width :35%; float :none; display :inline; vertical-align :top; }
+   form.settings_table input[type="text"],
+   form.settings_table input[type="password"] { border :1px solid #666666; margin : 0px auto; padding-left : 5px; width :70%; }
+   form.settings_table input.radio { border :1px none #666666; margin :0px auto; padding-left :0.5em; height :1em; }
+   form.settings_table input[type="button"].button { border :1px solid #666666; color :#000000; text-align :left; font-weight :bold; background-color :#dddddd; margin : 2px auto; padding :2px 0px 2px 6px; width : 70%; }
+   form.settings_table textarea { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :70%; }
+   form.settings_table select { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :50%; }
+/* */
+div.content_box form { }
+div.sub-row { background-color :#eeeeee; margin : 1px auto; overflow :hidden; padding :0; }
+div.col_content { margin-right :0.5em; padding :2px 0; }
+.content_box { position :relative; margin :0px auto; padding :0; overflow :visible; }
+   .content_box form { background :transparent; height :auto; }
+   .content_box li { float :left; margin :auto 0.8em; list-style-type :none; display :block; }
+   .content_box ul { padding :0 0 0 15px; margin :0 auto; width :100%; }
+   .content_box h5.title { color :#339bff; font-weight :bold; font-size :1.2em; margin :0 auto; text-align :left; }
+   .content_box h5.title a:link  { color :#0067ca; }
+   .content_box h5.title a:hover  { color : #0099ff; }
+   .content_box h5.noscript { font-size :1.2em; padding :5px 0px 5px 0px; }
+   .content_box div.noscript { height :auto; width :100%; padding :5px; background :none no-repeat left; }
+/*  */
+   button { padding :2px; }
+   button.link { padding :0px; background-color :transparent; display :inline; vertical-align :middle; border :0px none; cursor :pointer; }
+   button span.title { font-size :1.3em; display :inline; font-weight :100; color :#007ac8; letter-spacing :1px; }
+.curved { border : 1px solid #666666; }
+/*  */
+textarea { resize:both; } /* none|horizontal|vertical|both */
+textarea.vert { resize:vertical; }
+textarea.noResize { resize:none; }
+h1, h2, h3, h4, h5, h6 { color :#006699; display :block; font-weight : normal; margin :0.5em auto; padding-bottom :5px; }
+h6 { font-size :100%; }
+#file_mode, 
+#dir_mode { width :290px; height :auto; margin-right :0.5em; font-size :1em; }
+#file_mode table, 
+#dir_mode table { width :290px; height :auto; margin-right :0.5em; font-size :1em; }
+#file_mode input, 
+#dir_mode input { width :12px; height :12px; }
+table.permission_box { width :280; border :2px solid #dddddd; }
+table.permission_box caption { text-align :center; line-height :30px; font-weight :bold; }
+table.permission_box thead { text-align :left; background :#d2e8e8; }
+table.permission_box tbody { text-align :left; }
+table.permission_box td label { text-align :left; vertical-align :text-top; font-size :0.8em; }
+/**/
+div.pages_list { font-size :0.6em; width :100%; }
+table.pages_list table td, 
+table.pages_view td { font-size :1.2em; padding :0 2px; vertical-align :middle; margin :0 auto; height :30px; }
+table.pages_view { background-color :#cee1ea; border :0; border-spacing :0px; font-size :1.5em; line-height :2em; margin :0 auto; table-layout :fixed; width :100%; }
+table.pages_view a:link { display :inline; padding :2px; font-weight :bold; text-decoration :none; vertical-align :baseline; }
+table.pages_view a:link span { vertical-align :baseline; }
+table.pages_view a:hover { background :transparent; text-decoration :none; }
+table.pages_view tr:hover { background-color :#f1f8dd; }
+table a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
+table a:hover { color :#6699ff; }
+a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
+a:hover { color :#6699ff; text-decoration :underline; }
+/**/
+.header_list_actions { text-align :left; width :150px; }
+.header_list_block { text-align :left; width :120px; }
+.header_list_page_id { padding-right :15px; text-align :right; width :30px; }
+.header_list_page_title, 
+.list_page_title { width :350px; }
+.list_page_title, .list_menu_title, .header_list_menu_title, .header_list_type { text-align :left; vertical-align : middle; }
+.header_list_pubdate_start, 
+.header_list_pubdate_end, 
+.list_pubdate_start, 
+.list_pubdate_end { text-align :left; white-space :nowrap; width :185px; }
+.header_list_sections_actions { text-align :left; width :30px; }
+.header_list_type { font-size :1em; padding :4px 0; text-align :left; }
+.jsadmin_drag img { cursor :pointer; margin-top : 0px; padding : 0px 0; vertical-align : baseline; }
+.list_actions { height :20px; padding :0 1px; text-align :left; width :20px; }
+.list_page_code, 
+.list_page_language { width :240px; }
+.list_pubdate_start input[type="text"], 
+.list_pubdate_end input[type="text"] { width :120px; }
+.list_section_id, 
+.list_page_id, 
+.header_list_section_id { padding :0 3px; text-align :right; vertical-align :baseline; width :2em; }
+.modify_link { display :inline; padding :0 2px; vertical-align :baseline; }
+.page_list { display :none; }
+img.page_list_rights { border :none; float :left; margin :0 auto; padding :0 2px; }
+.page_list_show li { display :block; }
+.pages_list 
+.icon_col td img { border-style :none; display :inline; float :left; padding-right :7px; }
+.pages_list 
+.icon_col td img { border-style :none; display :inline; float :left; padding-right :7px; }
+.pages_list table { background-color :#dcdcdc; font-size :1.3em; margin :0 auto; table-layout :fixed; width :100%; }
+.pages_list ul { font-weight :normal; margin :0; padding :0px; }
+.pages_list ul li { list-style-type :none; margin :1px 0; padding : 0; vertical-align :baseline; }
+.sectionrow { font-size :1.1em; height :30px; table-layout :fixed; }
+.sectionrow a:link { color :#003366; font-weight :bold; text-decoration :none; }
+.sectionrow a:hover { color :#6699ff; }
+.sections_list { background :#dddddd; font-size :1em; font-weight :bold; padding-left :10px; }
+.sections_list,
+.pages_list_header { font-weight :bold; line-height :1.5em; margin-bottom :5px; text-align :left; }
+.sections_list { padding :2px 0px 2px 5px; font-size :1.0em; }
+.pages_list_header { padding :2px 0px 2px 5px; font-size :1.3em; height :25px; }
+.header_list_menu_title { padding-left :30px; }
+.value_page_code { color :#006400; font-weight :400; width :240px; }
+.section-info { margin :1em auto; }
+/* depending styles for /admin/pages_settings */
+div.page-settings { font-size :0.9em; border :none; text-align :left; }
+	div.page-settings div.caption { font-size :1em; font-weight :bold; padding :3px 0 0px 0; margin :0; padding :0; border :none; margin-bottom :10px; border-bottom :groove 2px #a8bccb; }
+	div.page-settings label { display :inline-block; }
+	div.page-settings input,
+	div.page-settings textarea,
+	div.page-settings select { width :200px; }
+	div.page-settings select { }
+	div.page-settings textarea { height :5em; }
+	div.page-settings [type=checkbox] { width :2.5em; }
+div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 2px #a8bccb; }
+	div.page-settings-leftcol div { padding :2px 0 3px 0; vertical-align :top; }
+	div.page-settings-leftcol label { width :170px; vertical-align :top; }
+div.page-settings-righttoprow { margin-left :417px; padding :5px 20px 5px 10px; }
+	div.page-settings-righttoprow label { width :110px; vertical-align :top; }
+div.page-settings-centercol { float :left; padding :10px 20px 10px 20px; border-right :groove 2px #a8bccb; }
+div.page-settings-rightcol { float :left; padding :10px 20px 10px 10px; border :none; }
+h1, h2, h3, h4, h5, h6 { color :#003366; display :block; font-weight : normal; margin :0.5em auto; padding-bottom :5px; }
+h6 { font-size :100%; }
+/* end depending styles for /admin/pages_settings */
+div.page-settings-leftcol label { background-repeat :no-repeat; background-position :right; text-align :right; padding-right :17px; font-weight :bold; width :156px; } 
+div.page-settings-leftcol label a:link { text-decoration :none; color :#003366; }
+div.page-settings-leftcol label a:hover { color : #006699; text-decoration : underline; }
+div.page-settings-leftcol textarea { resize :vertical; } 
+#overDiv { max-width :450px; background-position :center; background-attachment :fixed; text-align :left; padding :1px; font-size :120%; }
+/* */
+.header_title, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width :80%; }
+.content_box { text-align :left; }
+div.mbox span { white-space :nowrap; }
+div.mbox span label { padding-right :5px; }
+div.mbox span [type="checkbox"] { width :2.5em; }
+div.col_content { margin :auto 5px; padding :2px 0; }
+div.col_content ul li { font-size :86%; margin :auto 2px; }
+.curved { border :1px solid #666666; }
+.c33, 
+div.col_width33 { width :33.333%; }
+.c50, div.col_width50 { width : 46%; }
+.c60, div.col_width60 { width :60%; }
+.h65 { min-height :65px; overflow :auto; }
+.h80 { height :80px; line-height :1.3em; }
+.min_h100 { min-height :100px; }
+.c100, div.col_width100 { width :100%; margin :0 auto; }
+.c400, .col_width400 { width :400px; }
+/* */
+div.admintools { display :block; border :0px none #333333; margin :auto 2%; min-height :1%; padding :2px; text-align :center; overflow :auto; }
+div.admintools .section { width :100%; }
+   div.admintools ul { padding :0; min-height :100px; overflow :hidden; }
+   div.admintools ul li { float :left; border :0px none #666666 solid; max-height :7em; list-style-type :none; padding :1px; margin :2px 1% auto 1%; width :46%; }
+   div.admintools li span { display :block; float :none; line-height :1em; font-size :1.2em; }
+   div.admintools span.title { font-size :1.1em; }
+/* */
+.access h2,.access h3,.access h4,.access h6 { font-weight :bold; }

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/screen.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/settings.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/settings.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/settings.css	(revision 1708)
@@ -0,0 +1,2 @@
+h4, .warning { margin :0 auto; } 
+div.mbox { margin :0 auto; }

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/settings.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/access.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/access.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/access.css	(revision 1708)
@@ -0,0 +1,3 @@
+h2,h3,h4 { font-weight :bold; color :#006699; }
+h6 { color :#006699; font-size :110%; margin :10px auto; }
+div.mbox { padding :5px; }

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/access.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/browse.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/browse.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/browse.css	(revision 1708)
@@ -0,0 +1,6 @@
+body,td,th,input,textarea {font-family:Arial,Helvetica,sans-serif;font-size:12px;}
+body {background-color:#fff;margin:0;}
+hr {margin:0;color:#003366;height:1px;}
+.hide {display:none;}
+a:link, a:visited, a:active {color:#003366;text-decoration:none;}
+a:hover {text-decoration:none;color:#336699;}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/browse.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/preferences.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/preferences.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/preferences.css	(revision 1708)
@@ -0,0 +1,8 @@
+.rBold { font-weight :bold; text-align :right; }
+form.settings_table {
+   text-align :left;
+}
+h2 {
+    font-weight : normal;
+  color :#006699;
+}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/preferences.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/warning.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/warning.css	(nonexistent)
+++ branches/2.8.x/wb/templates/wb_theme/css/warning.css	(revision 1708)
@@ -0,0 +1,74 @@
+/**
+ * Login Module v1.0
+ *
+ * Ajax Login Module is a simple AJAX login page that is very easy to 
+ * plug into your existing php application with no need for further configuration and coding.
+ *
+ * Redistributions of files must retain the above copyright notice.
+ *
+ * @copyright     Copyright 2009, Christopher M. Natan
+ * @link          http://phpstring.co.cc/phpclasses/modules/ajax-login-module/
+ * @version       $Revision$
+ * @modifiedby    $LastChangedBy$
+ * @lastmodified  $Date$
+ *
+ */
+* html div{ height :0.1em; }
+html{ color :#330033; font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :90%; font-weight :normal; overflow :scroll; }
+body{ margin :0px auto; padding :0px; background :#a8bccb; text-align :left; }
+a:link { color :#002951; font-weight :bold; text-decoration :none; }
+a:visited, a:active { color : #003366; font-weight :bold; text-decoration :none; }
+a:hover { color :#0099ff; }
+h1 { font-size :1.5em; }
+h1, h3, h4 { margin :0.5em auto; padding-bottom :5px; display :block; color :#003366; font-weight :bold; }
+h3 { font-size :1.2em; }
+h4 { font-size :1.0em; }
+hr { margin : 0em auto; color : #003366; }
+
+img { border :none; padding :1.5em 0; }
+input.text { width :224px; }
+li p { margin :0.5em 0; }
+ul, li { margin :0; padding :0; list-style :none; }
+div.bottomdiv {
+   border-left :1px solid #003366;
+   border-right :1px solid #003366;
+   border-bottom :1px solid #003366;
+   padding :10px;
+   background-color :#eff2f6;
+   color :#330033;
+   background-repeat :repeat-x;
+   text-align :center;
+   -webkit-border-bottom-left-radius :8px;
+   -webkit-border-bottom-right-radius :8px;
+   -moz-border-radius-bottomleft :8px;
+   -moz-border-radius-bottomright :8px;
+   border-bottom-right-radius :8px;
+}
+div.topdiv {
+   border-left : 1px solid #003366;
+   border-right :1px solid #003366;
+   border-top :1px solid #003366;
+   padding :10px;
+   background-color : #a8bccb;
+   background-image :url(../images/menu.png);
+   background-position : center top;
+   background-repeat :repeat-x;
+   color :#fff;
+   font-weight :bold;
+   -webkit-border-top-left-radius :8px;
+   -webkit-border-top-right-radius :8px;
+   -moz-border-radius-topleft :8px;
+   -moz-border-radius-topright :8px;
+   border-top-left-radius :8px;
+   border-top-right-radius :8px;
+}
+.clear { clear :both; }
+.container { width :459px; margin :8em auto; color :#666666; font-family :Arial, Helvetica, sans-serif; font-size :1em; height :370px; }
+.field { width :260px; float :right; height :20px; }
+.invalid_message { width :100%; clear :both; padding-top :5px; color :#990000; font-size :1em; text-align :center; height :auto; }
+.label { width :170px; float :left; color :#333333; font-size :1em; font-weight :bold; }
+.label { padding-left :10px; height :20px; }
+.label,.field { margin-top :5px; margin-bottom :5px; text-align :left; }
+.shadow { -moz-box-shadow :5px 5px 10px #000030; /* Firefox */ -webkit-box-shadow :5px 5px 10px #000030; /* Safari and Chrome */ -khtml-box-shadow :5px 5px 10px #000030; /* Konqueror and else */ box-shadow :5px 5px 10px #000030; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */ }
+.smaller { font-size :0.8em; }
+.spacer { line-height :1em; }

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/warning.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt	(revision 1707)
+++ branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt	(nonexistent)
@@ -1,83 +0,0 @@
-<!-- BEGIN main_block -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<title>Retrieve Login Details</title>
-<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
-<meta http-equiv="content-language" content="{LANGUAGE}" />
-<meta name="description" content="Retrieve Login Details" />
-<meta name="keywords" content="Retrieve Login Details" />
-<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
-</head>
-<body onload="document.forgot_pass.email.focus();">
-
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center">
-<tr>
-	<td width="60" valign="top">
-		<img src="{THEME_URL}/images/logo.png" alt="Logo" />
-	</td>
-	<td width="5">&nbsp;</td>
-	<td>&nbsp;</td>
-</tr>
-<tr>
-	<td colspan="3">&nbsp;</td>
-</tr>
-<tr>
-	<td colspan="3" style="font-size: 20px; text-align: center;">
-		<span style="color: #003366;">{SECTION_FORGOT}</span>
-	</td>
-</tr>
-</table>
-
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
-<tr>
-	<td class="content">
-	
-	<form name="forgot_pass" action="{ACTION_URL}" method="post">
-	<input type="hidden" name="url" value="{URL}" />
-		<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500">
-		<tr>
-			<td height="40" align="center" style="color: #{MESSAGE_COLOR}" colspan="2">{MESSAGE}</td>
-		</tr>
-		<tr style="{DISPLAY_FORM}">
-			<td height="10" colspan="2"></td>
-		</tr>
-		<tr style="{DISPLAY_FORM}">
-			<td width="165" height="30" align="right">{TEXT_EMAIL}:</td>
-			<td><input type="text" maxlength="255" name="email" value="{EMAIL}" style="width: 180px;" /></td>
-		</tr>
-		<tr style="{DISPLAY_FORM}" height="30">
-			<td>&nbsp;</td>
-			<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>
-		</tr>
-		<tr style="{DISPLAY_FORM}">
-			<td height="10" colspan="2"></td>
-		</tr>
-		</table>
-	</form>
-	
-	<center>
-		<a href="{LOGIN_URL}">{TEXT_NEED_TO_LOGIN}</a>
-		<br />
-		<br />
-		<a href="{WB_URL}/">{TEXT_HOME}</a>
-	</center>
-
-	</td>
-</tr>
-</table>
-
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
-<tr>
-	<td style="font-size:12px;text-align:center;">
-      <!-- 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. -->
-      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
-      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
-      <!-- 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. -->
-	</td>
-</tr>
-</table>
-
-</body>
-</html>
-<!-- END main_block -->
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/templates/login.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/login.htt	(revision 1707)
+++ branches/2.8.x/wb/templates/wb_theme/templates/login.htt	(nonexistent)
@@ -1,99 +0,0 @@
-<!-- BEGIN mainBlock -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<title>{TEXT_LOGIN}</title>
-<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
-<meta http-equiv="content-language" content="{LANGUAGE}" />
-<meta name="description" content="{TEXT_LOGIN}" />
-<meta name="keywords" content="{TEXT_LOGIN}" />
-<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
-</head>
-<body onload="document.login.{USERNAME_FIELDNAME}.focus();">
-
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center">
-<tr>
-	<td width="60" valign="top">
-		<img src="{THEME_URL}/images/logo.png" alt="Logo" />
-	</td>
-	<td width="5">&nbsp;</td>
-	<td>&nbsp;</td>
-</tr>
-<tr>
-	<td colspan="3">&nbsp;</td>
-</tr>
-<tr>
-	<td colspan="3" style="font-size: 20px; text-align: center; ">
-		<span style="color: #003366;">{SECTION_LOGIN}</span>
-	</td>
-</tr>
-</table>
-
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
-<tr>
-	<td class="content">
-	
-	<form name="login" action="{ACTION_URL}" method="post">
-	<input type="hidden" name="url" value="{URL}" />
-	<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" />
-	<input type="hidden" name="password_fieldname" value="{PASSWORD_FIELDNAME}" />
-		<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500">
-		<tr>
-			<td height="40" align="center" colspan="2">{MESSAGE}</td>
-		</tr>
-		<tr>
-			<td height="10" colspan="2"></td>
-		</tr>
-		<tr>
-			<td width="170" height="30" align="right">{TEXT_USERNAME}:</td>
-			<td><input type="text" maxlength="{MAX_USERNAME_LEN}" name="{USERNAME_FIELDNAME}" value="{USERNAME}" style="width: 180px;" /></td>
-		</tr>
-		<tr>
-			<td width="170" height="30" align="right">{TEXT_PASSWORD}:</td>
-			<td><input type="password" maxlength="{MAX_PASSWORD_LEN}" name="{PASSWORD_FIELDNAME}" style="width: 180px;" /></td>
-		</tr>
-		<tr style="{DISPLAY_REMEMBER_ME}">
-			<td>&nbsp;</td>
-			<td>
-				<input type="checkbox" name="remember" id="remember" value="true" />
-				<label for="remember">
-					{TEXT_REMEMBER_ME}
-				</label>
-			</td>
-		</tr>
-		<tr>
-			<td>&nbsp;</td>
-			<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>
-		</tr>
-		<tr>
-			<td height="10" colspan="2"></td>
-		</tr>
-		</table>
-	</form>
-	
-	<center>
-		<a href="{FORGOTTEN_DETAILS_APP}">{TEXT_FORGOTTEN_DETAILS}</a>
-		<br />
-		<br />
-		<br />
-		<a href="{WB_URL}/">{TEXT_HOME}</a>
-	</center>
-
-	</td>
-</tr>
-</table>
-
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
-<tr>
-	<td style="font-size:12px;text-align:center;">
-      <!-- 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. -->
-      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
-      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
-      <!-- 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. -->
-	</td>
-</tr>
-</table>
-
-</body>
-</html>
-<!-- END mainBlock -->
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/templates/login.htt
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/templates/header.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/header.htt	(revision 1707)
+++ branches/2.8.x/wb/templates/wb_theme/templates/header.htt	(revision 1708)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
+<title>{WEBSITE_TITLE} - {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
 <meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
 <meta http-equiv="content-language" content="{LANGUAGE}" />
 <meta name="description" content="{TEXT_ADMINISTRATION}" />
@@ -10,8 +10,7 @@
 <meta name="author" content="WebsiteBaker Org e.V." />
 <meta http-equiv="Content-Encoding" content="gzip" />
 <meta http-equiv="Accept-Encoding" content="gzip, deflate" />
-<link href="{THEME_URL}/normalize.css" rel="stylesheet" type="text/css" />
-<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
+<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
 {BACKEND_MODULE_CSS}
 <script type="text/javascript">
 var WB_URL = '{WB_URL}';
@@ -18,6 +17,11 @@
 var THEME_URL = '{THEME_URL}';
 var ADMIN_URL = '{ADMIN_URL}';
 </script>
+<script type="text/javascript">
+function confirm_link(message, url) {
+	if(confirm(message)) location.href = url;
+}
+</script>
 <script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script>
 <script src="{WB_URL}/include/jquery/jquery-include.js" type="text/javascript"></script>
@@ -24,28 +28,25 @@
 <!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/jquery-pngFix.js"></script><![endif]-->
 <script src="{THEME_URL}/jquery/jquery-plugins.js" type="text/javascript"></script>
 {BACKEND_MODULE_JS}
-<script type="text/javascript">
-function confirm_link(message, url) {
-	if(confirm(message)) location.href = url;
-}
-
-</script>
 </head>
-<body>
+<body lang="{LANGUAGE}" >
+<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
 <div class="main">
 
-<table summary="" class="header layout">
+<table  class="header layout">
 <tr>
 	<td class="logo">
-		<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /></a>
+		<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a>
 	</td>
-	<td class="topnav">
-		<span><a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/{START_ICON}.png" border="0" alt="{TITLE_START}" /></a></span>
-		&nbsp;&nbsp;<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" border="0" alt="{WB_URL}" /></a>
-		&nbsp; <a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" border="0" alt="{TITLE_HELP}" /></a>
-		&nbsp; <a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/{LOGIN_ICON}.png" border="0" alt="{TITLE_LOGOUT}" /></a>
-</td>
-	<td class="version">
+	<td></td>
+	<td class="topnav {LOGIN_DISPLAY_NONE}">
+		<span><a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/{START_ICON}.png" alt="{TITLE_START}" /></a></span>
+		&nbsp;&nbsp;<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" alt="{WB_URL}" /></a>
+		&nbsp; <a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" alt="{TITLE_HELP}" /></a>
+		&nbsp; <a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/{LOGIN_ICON}.png" alt="{TITLE_LOGOUT}" /></a>
+	</td>
+	<td></td>
+	<td class="version {LOGIN_DISPLAY_NONE}">
 	Version {VERSION} {SP}<br />
     Revision {REVISION}
 	</td>
@@ -52,18 +53,17 @@
 </tr>
 </table>
 
-<table summary="" class="container">
-<tr>
-	<td>
-		<div class="hmenu">
+<div class="table">
+
+	<div class="hmenu {LOGIN_DISPLAY_NONE}">
 			<ul>
 			<!-- BEGIN linkBlock -->
 			<li class="{CLASS}"><a class="{CLASS}" href="{LINK}">{TITLE}</a></li>
 			<!-- END linkBlock -->
+		<li>&nbsp;</li>
 		</ul>
 		</div>
-	</td>
-</tr>
-<tr>
-	<td class="content">
+
+	<div class="td">
+	<div class="content">
 <!-- END header_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/templates/wb_theme/templates/warning.html
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/warning.html	(revision 1707)
+++ branches/2.8.x/wb/templates/wb_theme/templates/warning.html	(revision 1708)
@@ -1,52 +1,40 @@
-<!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">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 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;
-	margin-top: 0;
-	color: #000;
-	text-transform: uppercase;
-}
-hr {
-	height: 1px;
-	color: #336699;
-	background-color: #336699;
-	border: 0;
-}
-div#message {
-	margin: 0 auto;
-	height: 80px;
-	padding: 0;
-	text-align: center;
-}
---></style></head>
+    <title>CMS WebsiteBaker | Excessive Invalid Logins</title>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+    <meta http-equiv="content-language" content="en" />
+    <meta name="description" content="Excessive Invalid Logins" />
+    <meta name="keywords" content="" />
+    <link href="../css/warning.css" rel="stylesheet" type="text/css" />
+</head>
+
 <body>
+		<div class="container">
+			<div style="width: 500px; margin: 0em auto; padding: 0;">
+				<div class="topdiv shadow">
+					Invalid Logins
+				</div>
+				<div class="bottomdiv shadow">
+            	<h1>Excessive Invalid Logins</h1>
+            	<h4>You have attempted to login too many times</h4>
+            	<p>Close this Tab and restart your Browser</p>
+			    <div class="center">
+			      <img src="../icons/negative.png" alt="Excessive Invalid Logins" />
+			    </div>
+				<hr />
+				<p class="smaller">
+<!-- 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. -->
+					<a href="http://www.websitebaker2.org/" title="WebsiteBaker Home">WebsiteBaker</a>
+					is released under the
+					<a href="http://www.gnu.org/licenses/gpl.html"
+					title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
+<!-- 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. -->
+					</p>
+				</div>
+			</div>
+		</div>
 
-<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
+</html>
Index: branches/2.8.x/wb/templates/wb_theme/templates/footer.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/footer.htt	(revision 1707)
+++ branches/2.8.x/wb/templates/wb_theme/templates/footer.htt	(revision 1708)
@@ -1,11 +1,12 @@
 <!-- BEGIN footer_block -->
-	</td>
-</tr>
-</table>
+	</div>
+	</div>
+</div>
 
-<table class="footer" summary="" cellpadding="0" cellspacing="0" border="0">
+<table class="footer">
+<tbody>
 <tr>
-	<td style="font-size: 12px; text-align:center;">
+	<td>
       <!-- 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. -->
       <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
       <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
@@ -12,22 +13,25 @@
       <!-- 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. -->
 	</td>
 </tr>
+</tbody>
 </table>
 <!-- BEGIN show_debug_block -->
 <div class="mbox dev-info">
 	<div style="text-align:left; width: auto;">
 		<span class="">Memory Limit: {FILESIZE}&nbsp;|&nbsp;</span>
-		<span class="">Script load: {PAGE_LOAD_TIME} Sec&nbsp;|&nbsp;</span>
 		<span class="">Used Memory: {MEMORY}&nbsp;|&nbsp;</span>
-		<span class="">SQL-Queries executed: {QUERIES}&nbsp;|&nbsp;</span>
+		<span class="">Script loaded in: {PAGE_LOAD_TIME} Sec&nbsp;|&nbsp;</span>
+		<span class="">{QUERIES} SQL-Queries executed &nbsp;|&nbsp;</span>
+		<span class="">{CLASSES} declared classes&nbsp;|&nbsp;</span>
 		<span class="">Summary size of {INCLUDES} included files: {SUM_FILESIZE}</span>
 	<!-- BEGIN show_block_list -->
-		<ul style="margin-left: 27px; margin-top: 0;">
+		<br /><ul style="margin-left: 27px; margin-top: 0;">
 		<!-- BEGIN include_block_list -->
 			<li style="color: #336699; list-style:decimal-leading-zero;">{INCLUDES_ARRAY} ({FILESIZE})</li>
 		<!-- END include_block_list -->
 		</ul>
 	<!-- END show_block_list -->
+
 	</div>
 </div>
 <!-- END show_debug_block -->
Index: branches/2.8.x/wb/templates/wb_theme/images/menu.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: branches/2.8.x/wb/templates/wb_theme/images/login.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: branches/2.8.x/wb/templates/wb_theme/images/logout.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: branches/2.8.x/wb/templates/wb_theme/images/view.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: branches/2.8.x/wb/templates/wb_theme/images/menuo.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: branches/2.8.x/wb/templates/wb_theme/images/help.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: branches/2.8.x/wb/templates/wb_theme/images/home.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: branches/2.8.x/wb/templates/wb_theme/icons/help_16.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

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

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

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

Property changes on: branches/2.8.x/wb/templates/wb_theme/icons/ok_16.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/css/screen.css
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/css/screen.css	(nonexistent)
+++ branches/2.8.x/wb/templates/argos_theme/css/screen.css	(revision 1708)
@@ -0,0 +1,312 @@
+* html body * { overflow :auto; }
+html { font-family :"trebuchet MS", verdana, arial, sans-serif; font-size :100.1%; overflow-y :scroll;  :; }
+body,td,th,input,textarea { font-family :verdana,arial,helvetica,sans-serif; font-size :12px; color : #666666; }
+body { background :url(../images/background.jpg) #f9f9f9 0 0 repeat-x; margin :0; text-align :center; }
+img { border :0px; }
+#admin_header { text-align :center; width :900px; height :105px; margin :0 auto; padding :10px 0 0 0; }
+#admin_header a#website_title { display :block; text-align :left; font-size :14px; font-weight :bold; color :#ffffff; text-transform :uppercase; text-decoration :none; }
+#topmenu { float :right; text-align :right; color :#ffffff; width :220px; }
+#topmenu a { font-size :11px; color :#ffffff; text-decoration :underline; margin :0 5px; }
+#topmenu .version { font-size :11px; color :#7cacda; padding :0 10px 0 0; }
+#header_top { height :78px; }
+table { table-layout :auto; border-collapse :separate; border-spacing :0px; }
+h1 { text-align :left; font-size :15px; color :#ffffff; text-transform :uppercase; }
+h2 { text-align :left; font-size :18px; color :#000000; margin :5px 0; font-family :arial,sans-serif; letter-spacing :-1px; font-weight :normal; }
+h3 { text-align :left; font-size :14px; color :#000000; margin :5px 0; }
+a:link, a:visited, a:active { color :#28609b; text-decoration :none; }
+a:hover { text-decoration :underline; color :#28609b; }
+.menu { margin :0 auto; padding :0; text-align :center; width :100%; }
+.menu ul { list-style-type :none; margin :0; padding :0; }
+.menu li { display :inline; margin :0 2px 0 0; padding :0; font-weight :bold; border-bottom :3px solid #c9c9c9; }
+.menu a { float :left; color :#ffffff !important; background :url(../images/tabl.jpg) #28609b no-repeat left top; margin :0 3px 0 0; padding :0 0 0 3px; text-decoration :none; border-bottom :3px solid #cacaca; }
+.menu a span { display :block; background :url(../images/tabr.jpg) #28609b no-repeat right top; padding :6px 9px 6px 6px; }
+.menu a:hover, .menu a:hover span { background-color :#28609b; text-decoration :none; }
+.menu .current a, .menu a:hover { border-bottom :3px solid #d25e59; }
+#content_container { text-align :center; width :900px; clear :both; margin :0 auto; }
+.content { margin :0; padding :20px 0; width :900px; text-align :left; vertical-align :top; }
+hr { margin :15px 0; color :#003366; height :1px; }
+.center { text-align :center; }
+.none { display :none; height :0; }
+form { margin :0; }
+label { cursor :pointer; }
+input:focus, select:focus, textarea:focus { background :#f1f8fd; }
+/* WB2.8 STYLES */
+.img_noborder img { border :0; }
+iframe { border :1px solid #35373a; }
+div.box { font-size :11px; width :100%; text-align :right; margin :-10px 0 0 0; }
+.section { margin-top :10px; padding :0; border :1px solid #999999; height :75px; width :100%; background-color :#fdfdfd; }
+.note { color :#666666; font-size :11px; }
+.bold { font-weight :bold; }
+.rBold { font-weight :bold; text-align :right; }
+.submit, .cancel { min-width :100px; margin-top :5px; padding :2px; }
+.form_submit { width :100%; }
+.form_submit .left { text-align :left; }
+.form_submit .right { text-align :right; }
+.input_small { width :20px; }
+.input_narrow { width :100px; }
+.input_normal { width :110px; }
+.input_medium { width :150px; }
+.input_wide { width :200px; }
+.input_large { width :300px; }
+.input_full { width :100%; }
+select option.disabled { color :#aaaaaa; }
+.jsadmin_drag img { margin-top :2px; vertical-align :top; cursor :pointer; }
+.jsadmin_drag img:hover { }
+.settings_table td { vertical-align :top; text-align :left; padding :5px; }
+.setting_name { width :10%; min-width :180px; }
+.setting_value { width :90%; }
+.setting_value_permissions { width :50%; min-width :400px; }
+.setting_value input, .setting_value select, .setting_value textarea { width :100%; }
+.setting_value textarea { height :50px; }
+.admintools ul { padding :0; margin :0; }
+.admintools li { list-style-type :none; display :inline; float :left; width :48%; margin :0 10px 0 0; }
+.value_input input, .value_input text, .value_input select { width :100%; }
+#file_mode input, #dir_mode input { width :12px; height :12px; }
+#hide2 { display :none; }
+.pages_list { font-weight :bold; margin :10px auto; }
+.pages_list .icon_col td img { display :block; border-style :none; float :left; padding-right :7px; }
+.pages_list table { width :900px; }
+table.pages_view { width :900px; }
+table.pages_view tr, tr.sectionrow { background :#f0f0f0; line-height :2.2em; }
+table.pages_view tr:hover, tr.sectionrow:hover { background :#eaeff6; }
+tr.sectionrow { padding :0 10px; }
+tr.sectionrow td { border-top :3px solid #f9f9f9; }
+img.page_list_rights { border :none; float :left; margin :0; vertical-align :middle; padding :2px; }
+.sections_list table { width :900px; }
+.header_list_section_id { width :30px; text-align :right; }
+.list_section_id, 
+.list_pubdate_start { text-align :left; width :200px; }
+.list_pubdate_end { text-align :left; width :200px; }
+.header_list_menu_title { text-align :left; padding-left :30px; }
+.header_list_page_title { width :334px; text-align :left; }
+.list_page_title { width :300px; text-align :left; }
+.list_page_code { width :240px; }
+.list_page_language { width :240px; }
+#multi_lingual { font-weight :bold; }
+/* clearing */
+.clear:after { clear :both; content :"."; display :block; font-size :0; height :0; visibility :hidden; }
+.clear { clear :both; display :block; }
+.ie-clearing { display :none; }
+.floatbox { overflow :hidden; }
+.spacer { line-height :1em; margin-right :0.5em; position :relative; }
+/* ************************************************************************** */
+/* DIV-mbox to show selector or simply content only ************************* */
+div.mbox { padding :10px; margin :15px auto; background-color :#ffffff; color :#330033; font-size :1em; display :block; }
+ 	div.mbox div { }
+		div.mbox div a { font-size :1em; color :#0052a1; }
+		div.mbox div a:hover { color :#0099ff; }
+		div.mbox div p.title { margin :0; padding :0.08em 0 0.6em 0; font-size :110%; color :#0052a1; font-weight :bold; }
+		div.mbox div p { margin :0; padding :0 0 0.6em 0; }
+div.mbox:hover { }
+/* extension for mbox to show additional icons on left side ***************** */
+div.mbox-icon { background-repeat :no-repeat; background-image :url(../icons/info_50.png); background-position :15px 50%; padding :15px; min-height :25px; }
+	div.mbox-icon div { margin-left :70px; border-left :0px outset; padding-left :5px; }
+div.mbox-icon16 { background-repeat :no-repeat; background-image :url(../icons/info_16.png); background-position :5px 50%; padding :5px; min-height :10px; }
+	div.mbox-icon16 div { margin-left :30px; border-left :4px outset; padding-left :5px; }
+/* coloring of the mbox and other boxes also ******************************** */
+div.box-ok { border-color :#008000; color :#008000; }
+div.box-error { border-color :#ff0000; color :#ff0000; }
+div.box-info { border-color :#bb7a00; color :#003ff2; }
+div.box-warning { border-color :#ffa500; color :#ffa500; }
+/* Border attributes for mbox and other elements also *********************** */
+/* label/input attributes for mbox for tableless design *********************** */
+div.mbox label, 
+div.mbox select, 
+div.mbox span, 
+div.mbox textarea, 
+div.mbox input { display :block; float :left; margin :3px auto; }
+div.mbox label { padding-right : 5px; }
+div.mbox br { clear :both; }
+div.mbox span { white-space :nowrap; }
+div.mbox [type="radio"],
+div.mbox [type="checkbox"] { width : 1.5em; }
+/**/
+div.mbox label.radio { text-align :left; padding-right :20px; width :100px; }
+/* END of mbox - definition ************************************************* */
+/* ************************************************************************** */
+div.mbox input [type="checkbox"] { width :2.5em; }
+div.mbox.dev-info { background :#dddddd; font-size :0.9em; overflow :auto; height :auto; white-space :normal; margin :0 auto 3em; position :relative; }
+div.mbox.dev-info div span { margin-bottom :1px; }
+/* */
+.msg-box { background :#e5ffe6; border :0.2em #009900 solid; color :#336600; margin-bottom :1em; padding :0.63em; text-align : left; }
+.error-box { background :#ffeeee; border :0.2em #884444 solid; color :#440000; margin-bottom :1em; padding :0.63em; text-align :center; }
+.msg-box p,
+.error-box p { font-size :120%; }
+/* */
+.cleft { float :left; }
+.cright { float :right; }
+.center{ text-align :center; }
+.hidden { visibility :hidden; }
+.left{ text-align :left; }
+.bold{ font-weight :bold; }
+.grey { color :#999999; }
+.hide, .none { display :none; height :0; }
+#hide1, #hide2, #hide3 { display :none; }
+.right{ text-align :right; }
+.row_0 { background-color :#fff; }
+.row_1 { background-color :#eee; }
+.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
+/* set div layers in dead tables */
+.info { padding :10px; margin-bottom :0.5em; background :#f8f8f8; color :#666666; font-size :91.7%; }
+.note { border :2px #448844 solid; padding :10px; margin :10px auto; background :#eeffee; color :#004400; }
+.important { border :2px #888844 solid; padding :10px; margin-bottom :1em; background :#ffffee; color :#444400; }
+.warning { border :2px #884444 solid; padding :10px; margin-bottom :1em; background :#ffeeee; color :#440000; }
+.section { background-color :#FDFDFD; border :1px solid #999999; font-size :0.9em; height :85px; margin :5px; padding :0; width :98%; }
+.graphic { border :4px none #FDFDFD; height :50px; padding-left :3px; width :50px; }
+.graphic img { background-color :#FFFFFF; border :1px none #D0D0D0; padding :4px; vertical-align :middle; width :50px; height :50px; }
+.description { padding :4px 0 0; text-align :left; }
+.title { text-align :left; padding :4px 5px 0px 3px; font-weight :bold; font-size :1.2em; margin-bottom :5px; }
+   span.title { display :block; }
+.tool_table td { text-align :left; vertical-align :top; }
+.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; }
+.tool_table li { padding :1px; list-style-type :disc; }
+/* new tablelayout without table attribute  */
+form.settings_table { border :1px none #eeee; font-family :verdana,arial,helvetica,sans-serif; margin :5px auto; padding :5px; }
+   form.settings_table fieldset { border :1px none #eeeeee; display :block; line-height :1.0em; margin-bottom :1px; padding :3px 0px 3px 0px; }
+   form input[type="file"] { width :80%; border :1px solid black; background-color :#ccccff; }
+   legend.settings_table ,
+   form.settings_table legend { border :none; color :#006699; font-size :140%; margin :1em; padding :0; }
+   form.settings_table div.sub-row { background-color :transparent !important; background-color :#eeeeee; }
+   form.settings_table label { text-align :right; margin : 1px auto; }
+   form.settings_table label.setting_name { clear :left; color :#333333; vertical-align :top; display :block; margin :3px auto; min-height :1.6em; float :left; padding-right :5px; width :25%; }
+   form.settings_table fieldset div.input { padding :0; margin :0 auto; vertical-align :top; overflow :hidden; display :inline; line-height :2em; min-height :1em; list-style-type :none; width :60%; }
+   form.settings_table fieldset div.input input.radio { margin :0.8em auto; border :none; padding-left :6px; }
+   form.settings_table fieldset div.input label { margin :6px auto; padding-left :6px; min-height :1em; width :35%; float :none; display :inline; vertical-align :top; }
+   form.settings_table input[type="text"],
+   form.settings_table input[type="password"] { border :1px solid #666666; margin : 0px auto; padding-left : 5px; width :70%; }
+   form.settings_table input.radio { border :1px none #666666; margin :0px auto; padding-left :0.5em; height :1em; }
+   form.settings_table input[type="button"].button { border :1px solid #666666; color :#000000; text-align :left; font-weight :bold; background-color :#dddddd; margin : 2px auto; padding :2px 0px 2px 6px; width : 70%; }
+   form.settings_table textarea { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :70%; }
+   form.settings_table select { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :50%; }
+/* */
+div.content_box form { }
+div.sub-row { background-color :#eeeeee; margin : 1px auto; overflow :hidden; padding :0; }
+.content_box { position :relative; margin :0px auto; padding :0; overflow :visible; }
+   .content_box form { background :transparent; height :auto; }
+   .content_box li { float :left; margin :auto 0.8em; list-style-type :none; display :block; }
+   .content_box ul { padding :0 0 0 15px; margin :0 auto; width :100%; }
+   .content_box h5.title { color :#339bff; font-weight :bold; font-size :1.2em; margin :0 auto; text-align :left; }
+   .content_box h5.title a:link  { color :#0067ca; }
+   .content_box h5.title a:hover  { color : #0099ff; }
+   .content_box h5.noscript { font-size :1.2em; padding :5px 0px 5px 0px; }
+   .content_box div.noscript { height :auto; width :100%; padding :5px; background :none no-repeat left; }
+/*  */
+   button { padding :2px; }
+   button.link { padding :0px; background-color :transparent; display :inline; vertical-align :middle; border :0px none; cursor :pointer; }
+   button span.title { font-size :1.3em; display :inline; font-weight :100; color :#007ac8; letter-spacing :1px; }
+.curved { border : 1px solid #666666; }
+/*  */
+textarea { resize:both; } /* none|horizontal|vertical|both */
+textarea.vert { resize:vertical; }
+textarea.noResize { resize:none; }
+#file_mode, 
+#dir_mode { width :290px; height :auto; margin-right :0.5em; font-size :1em; }
+#file_mode table, 
+#dir_mode table { width :290px; height :auto; margin-right :0.5em; font-size :1em; }
+#file_mode input, 
+#dir_mode input { width :12px; height :12px; }
+table.permission_box { width :280; border :2px solid #dddddd; }
+table.permission_box caption { text-align :center; line-height :30px; font-weight :bold; }
+table.permission_box thead { text-align :left; background :#d2e8e8; }
+table.permission_box tbody { text-align :left; }
+table.permission_box td label { text-align :left; vertical-align :text-top; font-size :0.8em; }
+/*  */
+div.pages_list { font-size :0.6em; width :100%; }
+table.pages_list table td, 
+table.pages_view td { font-size :1.2em; padding :0 2px; vertical-align :middle; margin :0 auto; height :30px; }
+table.pages_view { background-color :#cee1ea; border :0; border-spacing :0px; font-size :1.5em; line-height :2em; margin :0 auto; table-layout :fixed; width :100%; }
+table.pages_view a:link { display :inline; padding-top :2px; text-decoration :none; vertical-align :baseline; }
+table.pages_view a:hover { background :transparent; text-decoration :none; }
+table.pages_view tr:hover { background-color :#f1f8dd; }
+table a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
+table a:hover { color :#6699ff; }
+.header_list_actions { text-align :left; width :150px; }
+.header_list_block { text-align :left; width :120px; }
+.header_list_page_id { padding-right :15px; text-align :right; width :30px; }
+.header_list_page_title, 
+.list_page_title { width :350px; }
+.list_page_title, .list_menu_title, .header_list_menu_title, .header_list_type { text-align :left; vertical-align : middle; }
+.header_list_pubdate_start, 
+.header_list_pubdate_end, 
+.list_pubdate_start, 
+.list_pubdate_end { text-align :left; white-space :nowrap; width :185px; }
+.header_list_sections_actions { text-align :left; width :30px; }
+.header_list_type { font-size :1em; padding :4px 0; text-align :left; }
+.jsadmin_drag img { cursor :pointer; margin-top : 0px; padding : 0px 0; vertical-align : baseline; }
+.list_actions { height :20px; padding :0 1px; text-align :left; width :20px; }
+.list_page_code, 
+.list_page_language { width :240px; }
+.list_pubdate_start input[type="text"], 
+.list_pubdate_end input[type="text"] { width :120px; }
+.list_section_id, 
+.list_page_id, 
+.header_list_section_id { padding :0 3px; text-align :right; vertical-align : middle; width :2em; }
+.modify_link { display :inline; padding :0 2px; vertical-align : middle; }
+.page_list { display :none; }
+img.page_list_rights { border :none; float :left; margin :0 auto; padding :0 2px; }
+.page_list_show li { display :block; }
+.pages_list 
+.icon_col td img { border-style :none; display :inline; float :left; padding-right :7px; }
+.pages_list table { background-color :#dcdcdc; font-size :1.3em; margin :0 auto; table-layout :fixed; width :100%; }
+.pages_list ul { font-weight :normal; margin :0; padding :0px; }
+.pages_list ul li { list-style-type :none; margin :1px 0; padding : 0; vertical-align :baseline; }
+.sectionrow { font-size :1.1em; height :30px; }
+.sectionrow a:link { color :#003366; font-weight :bold; text-decoration :none; }
+.sectionrow a:hover { color :#6699ff; }
+.sections_list,
+.pages_list_header { background :#dddddd; line-height :1.5em; font-size :1em; text-align :left; height :25px; font-weight :bold; padding-left :10px; }
+.value_page_code { color :#006400; font-weight :400; width :240px; }
+.section-info {
+   margin :1em auto;
+}
+/* depending styles for /admin/pages_settings */
+div.page-settings { font-size :0.9em; border :none; text-align :left; }
+	div.page-settings div.caption { font-size :1em; font-weight :bold; padding :3px 0 0px 0; margin :0; padding :0; border :none; margin-bottom :10px; border-bottom :groove 2px #a8bccb; }
+	div.page-settings label { display :inline-block; }
+	div.page-settings input,
+	div.page-settings textarea,
+	div.page-settings select { width :200px; }
+	div.page-settings select { }
+	div.page-settings textarea { height :5em; }
+	div.page-settings [type=checkbox] { width :2.5em; }
+div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 2px #a8bccb; }
+	div.page-settings-leftcol div { padding :2px 0 3px 0; vertical-align :top; }
+	div.page-settings-leftcol label { width :170px; vertical-align :top; }
+div.page-settings-righttoprow { margin-left :417px; padding :5px 20px 5px 10px; }
+	div.page-settings-righttoprow label { width :110px; vertical-align :top; }
+div.page-settings-centercol { float :left; padding :10px 20px 10px 20px; border-right :groove 2px #a8bccb; }
+div.page-settings-rightcol { float :left; padding :10px 20px 10px 10px; border :none; }
+h1, h2, h3, h4, h5, h6 { color :#003366; display :block; font-weight : normal; margin :0.5em auto; padding-bottom :5px; }
+h6 { font-size : 105%; }
+/* end depending styles for /admin/pages_settings */
+div.page-settings-leftcol label { background-repeat :no-repeat; background-position :right; text-align :right; padding-right :17px; font-weight :bold; width :156px; } 
+div.page-settings-leftcol label a:link { text-decoration :none; color :#003366; }
+div.page-settings-leftcol label a:hover { color : #006699; text-decoration : underline; }
+div.page-settings-leftcol textarea { resize :vertical; } 
+#overDiv { max-width :450px; background-position :center; background-attachment :fixed; text-align :left; padding :1px; font-size :120%; }
+/* */
+.header_title, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width :80%; }
+.content_box { text-align :left; }
+div.mbox span { white-space :nowrap; }
+div.mbox span label { padding-right :5px; }
+div.mbox span [type="checkbox"] { width :2.5em; }
+div.col_content { margin :auto 5px; padding :2px 0; }
+div.col_content ul li { font-size :86%; margin :auto 2px; }
+.c33, 
+div.col_width33 { width :33.333%; }
+.c50, div.col_width50 { width : 47%; }
+.c60, div.col_width60 { width :60%; }
+.h65 { min-height :65px; overflow :auto; }
+.h80 { height :80px; }
+.min_h100 { min-height :100px; }
+.c100, div.col_width100 { width :100%; margin :0 auto; }
+.c400, .col_width400 { width :400px; }
+/* */
+div.admintools { display :block; border :0px none #333333; margin :auto 2%; min-height :1%; padding :2px; text-align :center; overflow :auto; }
+div.admintools .section { width :100%; }
+   div.admintools ul { padding :0; min-height :100px; overflow :hidden; }
+   div.admintools ul li { float :left; border :0px none #666666 solid; max-height :7em; list-style-type :none; padding :1px; margin :2px 1% auto 1%; width :46%; }
+   div.admintools li span { display :block; float :none; line-height :1em; font-size :1.2em; }
+   div.admintools span.title { font-size :1.1em; }
+/* */
+.access h2,.access h3,.access h4,.access h6 { font-weight :bold; }

Property changes on: branches/2.8.x/wb/templates/argos_theme/css/screen.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/css/browse.css
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/css/browse.css	(nonexistent)
+++ branches/2.8.x/wb/templates/argos_theme/css/browse.css	(revision 1708)
@@ -0,0 +1,6 @@
+body,td,th,input,textarea {font-family:Arial,Helvetica,sans-serif;font-size:12px;}
+body {background-color:#fff;margin:0;}
+hr {margin:0;color:#003366;height:1px;}
+.hide {display:none;}
+a:link, a:visited, a:active {color:#003366;text-decoration:none;}
+a:hover {text-decoration:none;color:#336699;}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/css/browse.css
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/help_16.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: branches/2.8.x/wb/templates/argos_theme/icons/help_16.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/templates/login_forgot.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/login_forgot.htt	(revision 1707)
+++ branches/2.8.x/wb/templates/argos_theme/templates/login_forgot.htt	(nonexistent)
@@ -1,70 +0,0 @@
-<!-- BEGIN main_block -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<title>Retrieve Login Details</title>
-<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
-<meta http-equiv="content-language" content="{LANGUAGE}" />
-<meta name="description" content="Retrieve Login Details" />
-<meta name="keywords" content="Retrieve Login Details" />
-<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
-</head>
-<body onload="document.forgot_pass.email.focus();">
-
-<div style="text-align:left;font-size:20px;color:#fff;padding:15px 0 0 50px;height:100px;">
-	<!-- <img src="{THEME_URL}/images/logo.png" alt="Logo" /> -->
-	{SECTION_FORGOT}
-</div> 
-
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
-<tr>
-	<td class="content">
-	
-	<form name="forgot_pass" action="{ACTION_URL}" method="post">
-	<input type="hidden" name="url" value="{URL}" />
-		<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500">
-		<tr>
-			<td height="40" align="center" style="color: #{MESSAGE_COLOR};" colspan="2">{MESSAGE}</td>
-		</tr>
-		<tr style="{DISPLAY_FORM}">
-			<td height="10" colspan="2"></td>
-		</tr>
-		<tr style="{DISPLAY_FORM}">
-			<td width="165" height="30" align="right">{TEXT_EMAIL}:</td>
-			<td><input type="text" maxlength="255" name="email" value="{EMAIL}" style="width: 180px;" /></td>
-		</tr>
-		<tr style="{DISPLAY_FORM}" height="30">
-			<td>&nbsp;</td>
-			<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>
-		</tr>
-		<tr style="{DISPLAY_FORM}">
-			<td height="10" colspan="2"></td>
-		</tr>
-		</table>
-	</form>
-	
-	<center>
-		<a href="{LOGIN_URL}">{TEXT_NEED_TO_LOGIN}</a>
-		<br />
-		<br />
-		<a href="{WB_URL}/">{TEXT_HOME}</a>
-	</center>
-
-	</td>
-</tr>
-</table>
-
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
-<tr>
-	<td style="font-size:12px;text-align:center;">
-      <!-- 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. -->
-      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
-      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
-      <!-- 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. -->
-	</td>
-</tr>
-</table>
-
-</body>
-</html>
-<!-- END main_block -->
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/templates/login_forgot.htt
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/templates/login.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/login.htt	(revision 1707)
+++ branches/2.8.x/wb/templates/argos_theme/templates/login.htt	(nonexistent)
@@ -1,83 +0,0 @@
-<!-- BEGIN mainBlock -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<title>{TEXT_LOGIN}</title>
-<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
-<meta http-equiv="content-language" content="{LANGUAGE}" />
-<meta name="description" content="{TEXT_LOGIN}" />
-<meta name="keywords" content="{TEXT_LOGIN}" />
-<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
-</head>
-<body onload="document.login.{USERNAME_FIELDNAME}.focus();">
-<div style="text-align:left;font-size:20px;color:#fff;padding:15px 0 0 50px;height:100px;">
-	<!-- <img src="{THEME_URL}/images/logo.png" alt="Logo" /> -->
-	{TEXT_LOGIN}
-</div> 
-<table class="container" summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
-  <tr>
-    <td class="content">
-      <form name="login" class="login" action="{ACTION_URL}" method="post">
-        <input type="hidden" name="url" value="{URL}" />
-        <input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" />
-        <input type="hidden" name="password_fieldname" value="{PASSWORD_FIELDNAME}" />
-        <table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500">
-          <tr>
-            <td height="40" align="center" colspan="2">{MESSAGE}</td>
-          </tr>
-          <tr>
-            <td height="10" colspan="2"></td>
-          </tr>
-          <tr>
-            <td width="170" height="30" align="right">{TEXT_USERNAME}:</td>
-            <td>
-              <input type="text" maxlength="{MAX_USERNAME_LEN}" name="{USERNAME_FIELDNAME}" value="{USERNAME}" style="width: 180px;" />
-            </td>
-          </tr>
-          <tr>
-            <td width="170" height="30" align="right">{TEXT_PASSWORD}:</td>
-            <td>
-              <input type="password" maxlength="{MAX_PASSWORD_LEN}" name="{PASSWORD_FIELDNAME}" style="width: 180px;" />
-            </td>
-          </tr>
-          <tr style="{DISPLAY_REMEMBER_ME}">
-            <td>&nbsp;</td>
-            <td>
-              <input type="checkbox" name="remember" id="remember" value="true" />
-              <label for="remember">{TEXT_REMEMBER_ME}</label>
-            </td>
-          </tr>
-          <tr>
-            <td>&nbsp;</td>
-            <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>
-          </tr>
-          <tr>
-            <td height="10" colspan="2"></td>
-          </tr>
-        </table>
-      </form>
-      <center>
-        <a href="{FORGOTTEN_DETAILS_APP}">{TEXT_FORGOTTEN_DETAILS}</a> 
-		<br />
-        <br />
-        <br />
-        <a href="{WB_URL}/">{TEXT_HOME}</a>
-      </center>
-    </td>
-  </tr>
-</table>
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding:10px 0;">
-  <tr>
-    <td style="font-size:10px;text-align:center;">
-      <!-- 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. -->
-      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
-      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
-      <!-- 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. -->
-    </td>
-  </tr>
-</table>
-</body>
-</html>
-<!-- END mainBlock -->

Property changes on: branches/2.8.x/wb/templates/argos_theme/templates/login.htt
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/templates/loginBox.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/loginBox.htt	(nonexistent)
+++ branches/2.8.x/wb/templates/argos_theme/templates/loginBox.htt	(revision 1708)
@@ -0,0 +1,107 @@
+<!-- BEGIN mainBlock -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<title>{WEBSITE_TITLE}&raquo;{TEXT_ADMINISTRATION}-{SECTION_NAME}</title>
+<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
+<meta http-equiv="content-language" content="{LANGUAGE}" />
+<meta name="description" content="{TEXT_ADMINISTRATION}" />
+<meta name="keywords" content="{TEXT_ADMINISTRATION}" />
+<meta name="author" content="WebsiteBaker Org e.V." />
+<meta http-equiv="Content-Encoding" content="gzip" />
+<meta http-equiv="Accept-Encoding" content="gzip, deflate" />
+<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="admin_header">
+  <div id="header_top">
+    <div id="topmenu">
+		<a class=" {LOGIN_DISPLAY_NONE}" href="{ADMIN_URL}" title="{TITLE_START}">Home</a>
+		| <a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}">{TITLE_VIEW}</a>
+		| <a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}">{TITLE_LOGOUT}</a>
+	  <br />
+      <br />
+      <span class="version">CMS Version {VERSION} {SP}</span><br/>
+      <span class="version">Revision {REVISION}</span><br/>
+      <span class="version">Admin version 1.7</span>
+	 </div>
+    <a href="{ADMIN_URL}" title="{TITLE_START}" id="website_title">
+    {WEBSITE_TITLE} - {TEXT_ADMINISTRATION}
+    <!-- <img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /> -->
+    </a>
+	</div>
+	<div id="content_container">
+	<table summary="" cellpadding="0" cellspacing="0" border="0" width="900" align="center">
+	<tr>
+	  <td class="content">
+		<form name="login" action="{ACTION_URL}" method="post">
+		<input type="hidden" name="url" value="{URL}" />
+		<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" />
+		<input type="hidden" name="password_fieldname" value="{PASSWORD_FIELDNAME}" />
+			<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500">
+			<tr>
+				<td colspan="3" style="font-size: 20px; text-align: center; ">
+					<span style="color: #003366;">{SECTION_LOGIN}</span>
+				</td>
+			</tr>
+			<tr>
+				<td height="40" align="center" colspan="3">{MESSAGE}</td>
+			</tr>
+			<tr>
+				<td height="10" colspan="2"></td>
+			</tr>
+			<tr>
+				<td width="170" height="30" align="right">{TEXT_USERNAME}:</td>
+				<td><input type="text" maxlength="{MAX_USERNAME_LEN}" name="{USERNAME_FIELDNAME}" value="{USERNAME}" style="width: 180px;" /></td>
+			</tr>
+			<tr>
+				<td width="170" height="30" align="right">{TEXT_PASSWORD}:</td>
+				<td><input type="password" maxlength="{MAX_PASSWORD_LEN}" name="{PASSWORD_FIELDNAME}" style="width: 180px;" /></td>
+			</tr>
+			<tr style="{DISPLAY_REMEMBER_ME}">
+				<td>&nbsp;</td>
+				<td>
+					<input type="checkbox" name="remember" id="remember" value="true" />
+					<label for="remember">
+						{TEXT_REMEMBER_ME}
+					</label>
+				</td>
+			</tr>
+			<tr>
+				<td>&nbsp;</td>
+				<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>
+			</tr>
+			<tr>
+				<td height="10" colspan="2"></td>
+			</tr>
+			</table>
+		</form>
+
+		<center>
+			<a href="{FORGOTTEN_DETAILS_APP}">{TEXT_FORGOTTEN_DETAILS}</a>
+			<br />
+			<br />
+			<br />
+			<a href="{WB_URL}/">{TEXT_HOME}</a>
+		</center>
+
+	</td>
+	</tr>
+	</table>
+	</div>
+
+	<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0;">
+	  <tr>
+	    <td style="font-size:12px;text-align:center;">
+	      <!-- 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. -->
+	      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
+	      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
+	      <!-- 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. -->
+	    </td>
+	  </tr>
+	</table>
+</div>
+</body>
+</html>
+
+<!-- END mainBlock -->
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/templates/loginBox.htt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/templates/header.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/header.htt	(revision 1707)
+++ branches/2.8.x/wb/templates/argos_theme/templates/header.htt	(revision 1708)
@@ -10,7 +10,7 @@
 <meta name="author" content="WebsiteBaker Org e.V." />
 <meta http-equiv="Content-Encoding" content="gzip" />
 <meta http-equiv="Accept-Encoding" content="gzip, deflate" />
-<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
+<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
 {BACKEND_MODULE_CSS}
 <script type="text/javascript">
 var WB_URL = '{WB_URL}';
@@ -32,17 +32,20 @@
 <body>
 <div id="admin_header">
   <div id="header_top">
-    <div id="topmenu"> <a href="{ADMIN_URL}" title="{TITLE_START}">Home</a>| <a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}">{TITLE_VIEW}</a>| <a href="{ADMIN_URL}/logout/" title="{TITLE_LOGOUT}">{TITLE_LOGOUT}</a>
+    <div id="topmenu">
+		<a href="{ADMIN_URL}" title="{TITLE_START}">Home</a>
+		| <a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}">{TITLE_VIEW}</a>
+		| <a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}">{TITLE_LOGOUT}</a>
 	  <br />
       <br />
       <span class="version">CMS Version {VERSION} {SP}</span><br/>
       <span class="version">Revision {REVISION}</span><br/>
-      <span class="version">Admin version 1.6</span>
+      <span class="version">Admin version 1.7</span>
 	 </div>
     <a href="{ADMIN_URL}" title="{TITLE_START}" id="website_title">
     {WEBSITE_TITLE} - {TEXT_ADMINISTRATION}
     <!-- <img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /> -->
-    </a> 
+    </a>
 	</div>
   <div class="menu">
     <ul>
@@ -49,6 +52,7 @@
       <!-- BEGIN linkBlock -->
       <li class="{CLASS}"><a href="{LINK}" target="{TARGET}"><span>{TITLE}</span></a></li>
       <!-- END linkBlock -->
+		<li>&nbsp;</li>
     </ul>
   </div>
 </div>
Index: branches/2.8.x/wb/templates/argos_theme/templates/loginForgot.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/loginForgot.htt	(nonexistent)
+++ branches/2.8.x/wb/templates/argos_theme/templates/loginForgot.htt	(revision 1708)
@@ -0,0 +1,91 @@
+<!-- BEGIN main_block -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<title>{WEBSITE_TITLE}&raquo;{TEXT_ADMINISTRATION}-{SECTION_NAME}</title>
+<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
+<meta http-equiv="content-language" content="{LANGUAGE}" />
+<meta name="description" content="{TEXT_ADMINISTRATION}" />
+<meta name="keywords" content="{TEXT_ADMINISTRATION}" />
+<meta name="author" content="WebsiteBaker Org e.V." />
+<meta http-equiv="Content-Encoding" content="gzip" />
+<meta http-equiv="Accept-Encoding" content="gzip, deflate" />
+<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="admin_header">
+  <div id="header_top">
+    <div id="topmenu">
+		<a class=" {LOGIN_DISPLAY_NONE}" href="{ADMIN_URL}" title="{TITLE_START}">Home</a>
+		| <a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}">{TITLE_VIEW}</a>
+		| <a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}">{TITLE_LOGOUT}</a>
+	  <br />
+      <br />
+      <span class="version">CMS Version {VERSION} {SP}</span><br/>
+      <span class="version">Revision {REVISION}</span><br/>
+      <span class="version">Admin version 1.7</span>
+	 </div>
+    <a href="{ADMIN_URL}" title="{TITLE_START}" id="website_title">
+    {WEBSITE_TITLE} - {TEXT_ADMINISTRATION}
+    <!-- <img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /> -->
+    </a>
+	</div>
+	<div id="content_container">
+	<table summary="" cellpadding="0" cellspacing="0" border="0" width="900" align="center">
+	<tr>
+	  <td class="content">
+	<form name="forgot_pass" action="{ACTION_URL}" method="post">
+	<input type="hidden" name="url" value="{URL}" />
+		<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500">
+		<tr>
+			<td colspan="3" style="font-size: 20px; text-align: center; ">
+				<span style="color: #003366;">{SECTION_FORGOT}</span>
+			</td>
+		</tr>
+		<tr>
+			<td height="40" align="center" style="color: #{MESSAGE_COLOR}" colspan="3">{MESSAGE}</td>
+		</tr>
+		<tr style="{DISPLAY_FORM}">
+			<td height="10" colspan="2"></td>
+		</tr>
+		<tr style="{DISPLAY_FORM}">
+			<td width="165" height="30" align="right">{TEXT_EMAIL}:</td>
+			<td><input type="text" maxlength="255" name="email" value="{EMAIL}" style="width: 180px;" /></td>
+		</tr>
+		<tr style="{DISPLAY_FORM}">
+			<td>&nbsp;</td>
+			<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>
+		</tr>
+		<tr style="{DISPLAY_FORM}">
+			<td height="10" colspan="2"></td>
+		</tr>
+		</table>
+	</form>
+
+	<center>
+		<a href="{LOGIN_URL}">{TEXT_NEED_TO_LOGIN}</a>
+		<br />
+		<br />
+		<a href="{WB_URL}/">{TEXT_HOME}</a>
+	</center>
+	</td>
+	</tr>
+	</table>
+	</div>
+
+	<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0;">
+	  <tr>
+	    <td style="font-size:12px;text-align:center;">
+	      <!-- 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. -->
+	      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
+	      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
+	      <!-- 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. -->
+	    </td>
+	  </tr>
+	</table>
+</div>
+</body>
+</html>
+<!-- END main_block -->
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/templates/loginForgot.htt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision HeadURL
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/templates/warning.html
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/warning.html	(revision 1707)
+++ branches/2.8.x/wb/templates/argos_theme/templates/warning.html	(revision 1708)
@@ -10,7 +10,7 @@
 }
 body {
 	margin: 0px;
-  background: #A8BCCB non ;
+  background: #dddddd none ;
   background-repeat:repeat-x;
 }
 a:link, a:visited, a:active {
Index: branches/2.8.x/wb/templates/argos_theme/templates/footer.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/footer.htt	(revision 1707)
+++ branches/2.8.x/wb/templates/argos_theme/templates/footer.htt	(revision 1708)
@@ -15,15 +15,16 @@
   </tr>
 </table>
 <!-- BEGIN show_debug_block -->
-<div style="position: relative; width:998px;margin:15px auto;" class="shadow">
-	<div style="padding:10px;left:0; margin-bottom:25px; z-index:10; background-color:#dddddd;color:#dd0000;">
+<div class="mbox dev-info">
+	<div style="text-align:left; width: auto;">
 		<span class="">Memory Limit: {FILESIZE}&nbsp;|&nbsp;</span>
-		<span class="">Script load: {PAGE_LOAD_TIME} Sec&nbsp;|&nbsp;</span>
 		<span class="">Used Memory: {MEMORY}&nbsp;|&nbsp;</span>
-		<span class="">SQL-Queries executed: {QUERIES}&nbsp;|&nbsp;</span>
+		<span class="">Script loaded in: {PAGE_LOAD_TIME} Sec&nbsp;|&nbsp;</span>
+		<span class="">{QUERIES} SQL-Queries executed &nbsp;|&nbsp;</span>
+		<span class="">{CLASSES} declared classes&nbsp;|&nbsp;</span>
 		<span class="">Summary size of {INCLUDES} included files: {SUM_FILESIZE}</span>
 	<!-- BEGIN show_block_list -->
-		<ul style="margin-left: 27px; margin-top: 0;">
+		<br /><ul style="margin-left: 27px; margin-top: 0;">
 		<!-- BEGIN include_block_list -->
 			<li style="color: #336699; list-style:decimal-leading-zero;">{INCLUDES_ARRAY} ({FILESIZE})</li>
 		<!-- END include_block_list -->
