Index: branches/2.8.x/wb/templates/wb_theme/uninstall.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/uninstall.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/uninstall.php	(nonexistent)
@@ -1,23 +0,0 @@
-<?php
-/**
- *
- * @category        templates
- * @package         WB theme
- * @subpackage      install
- * @author          WebsiteBaker Project
- * @copyright       2009-2012, WebsiteBaker Org. e.V.
- * @link            http://www.websitebaker.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.3
- * @requirements    PHP 5.2.2 and higher
- * @version         $Id$
- * @filesource      $HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// prevent this file from being accessed directly
-if(defined('WB_PATH') == false)
-{
-	die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
-}

Property changes on: branches/2.8.x/wb/templates/wb_theme/uninstall.php
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/install.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/install.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/install.php	(nonexistent)
@@ -1,23 +0,0 @@
-<?php
-/**
- *
- * @category        templates
- * @package         WB theme
- * @subpackage      install
- * @author          WebsiteBaker Project
- * @copyright       2009-2012, WebsiteBaker Org. e.V.
- * @link            http://www.websitebaker.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.3
- * @requirements    PHP 5.2.2 and higher
- * @version         $Id$
- * @filesource      $HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// prevent this file from being accessed directly
-if(defined('WB_PATH') == false)
-{
-	die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
-}

Property changes on: branches/2.8.x/wb/templates/wb_theme/install.php
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/templates/footer.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/footer.htt	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/templates/footer.htt	(nonexistent)
@@ -1,42 +0,0 @@
-<!-- BEGIN footer_block -->
-	</div>
-	</div>
-</div>
-
-<table class="footer">
-<tbody>
-<tr>
-	<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.websitebaker.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>
-</tbody>
-</table>
-<!-- BEGIN show_debug_block -->
-<div class="mbox dev-info rounded shadow">
-	<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="">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 -->
-		<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 -->
-</div>
-{BACKEND_BODY_MODULE_JS}
-</body>
-</html>
-<!-- END footer_block -->
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/templates/footer.htt
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/templates/warning.html
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/warning.html	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/templates/warning.html	(nonexistent)
@@ -1,66 +0,0 @@
-<!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>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/warn.css" rel="stylesheet" type="text/css" />
-</head>
-
-<body>
-
-<div class="main">
-    <table class="header layout">
-        <tr>
-        	<td class="logo">
-        		<a href="http://www.websitebaker2.org/" title=""><img src="../images/logo.png" alt="Logo" /></a>
-        	</td>
-        	<td></td>
-        </tr>
-    </table>
-
-    <div class="table">
-        <div class="td">
-            <div class="content">
-                <div class="login_box">
-                        <div class="topdiv">
-                        Invalid Logins
-                        </div>
-                        <div class="bottomdiv">
-                        <h1>Excessive Invalid Logins</h1>
-                        <h4>You have attempted to login too many times
-                            <div class="center">
-                            <img src="../icons/warning.png" alt="Excessive Invalid Logins" />
-                            </div>
-                        </h4>
-                        <p>Close this Tab and restart your Browser</p>
-                        </div>
-                </div>
-            </div>
-        </div>
-    </div>
-    <table class="footer">
-    <tbody>
-        <tr>
-        	<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.websitebaker.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>
-        </tbody>
-    </table>
-</div>
-</body>
-</html>
-<!--- Icons from http://www.iconfinder.com Filter: Allowed for commercial use (No link required) -->
-<!--- Icon Designer Alessandro Rei - http://www.kde-look.org/usermanager/search.php?username=mentalrey License: http://www.gnu.org/copyleft/gpl.html -->
-<!--- Icon Designer Everaldo Coelho - http://www.everaldo.com/ License: http://www.gnu.org/licenses/lgpl.html -->
-<!--- Icon Designer David Vignoni - http://www.icon-king.com/ License: http://www.gnu.org/licenses/lgpl.html -->
-<!--- Icon Designer Pavel InFeRnODeMoN - http://www.kde-look.org/usermanager/search.php?username=InFeRnODeMoN License: http://www.gnu.org/copyleft/gpl.html -->
-<!--- Icon Designer Alexandre Moore - http://sa-ki.deviantart.com/ License: http://www.gnu.org/licenses/lgpl.html -->
-<!--- Icon Designer Alexandre Moore - http://sa-ki.deviantart.com/ License: http://www.gnu.org/copyleft/gpl.html -->
-<!--- Icon Designer Gnome Project - http://art.gnome.org/themes/icon/ License: http://www.gnu.org/copyleft/gpl.html -->

Property changes on: branches/2.8.x/wb/templates/wb_theme/templates/warning.html
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/templates/index.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/templates/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: wb_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Johannes Tassilo Gruber
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.80
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/templates/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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 2088)
+++ branches/2.8.x/wb/templates/wb_theme/templates/header.htt	(nonexistent)
@@ -1,76 +0,0 @@
-<!-- BEGIN header_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} - {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
-<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
-<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" />
-<meta http-equiv="expires" content="0" />
-<meta http-equiv="cache-control" content="no-cache" />
-<meta http-equiv="pragma" content="no-cache" />
-<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
-{BACKEND_MODULE_CSS}
-<script type="text/javascript">
-var WB_URL = '{WB_URL}';
-var THEME_URL = '{THEME_URL}';
-var ADMIN_URL = '{ADMIN_URL}';
-var LANGUAGE = '{LANGUAGE}';
-</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>
-<!--[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}
-</head>
-<body lang="{LANGUAGE}" >
-<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
-<div class="main">
-
-<table class="header layout">
-<tr>
-	<td class="logo">
-		<a href="{ADMIN_URL}" title="{TITLE_START}"><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a>
-	</td>
-	<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>
-		<a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}"><img src="{THEME_URL}/images/view.png" alt="{WB_URL}" /></a>
-		<a href="{URL_HELP}" target="_blank" title="{TITLE_HELP}"><img src="{THEME_URL}/images/help.png" alt="{TITLE_HELP}" /></a>
-    <!-- BEGIN maintenance_block -->
-        <a href="{MAINTAINANCE_URL}" title="{MAINTENANCE_MODE}"><img src="{MAINTENANCE_ICON}" alt="{MAINTENANCE_MODE}" title="{MAINTENANCE_MODE}" /></a>
-    <!-- END maintenance_block -->
-		&nbsp;<a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}"><img src="{THEME_URL}/images/{LOGIN_ICON}.png" alt="{TITLE_LOGOUT}" /></a>
-	</td>
-	<td class="version {LOGIN_DISPLAY_NONE}">
-	Version {VERSION} {SP}<br />
-    Revision {REVISION}
-	</td>
-</tr>
-</table>
-
-<div class="table rounded shadow">
-
-	<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>
-
-	<div class="td">
-	<div class="content">
-<!-- END header_block -->
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/templates/header.htt
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/upgrade.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/upgrade.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/upgrade.php	(nonexistent)
@@ -1,23 +0,0 @@
-<?php
-/**
- *
- * @category        templates
- * @package         WB theme
- * @subpackage      install
- * @author          WebsiteBaker Project
- * @copyright       2009-2012, WebsiteBaker Org. e.V.
- * @link            http://www.websitebaker.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.3
- * @requirements    PHP 5.2.2 and higher
- * @version         $Id$
- * @filesource      $HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// prevent this file from being accessed directly
-if(defined('WB_PATH') == false)
-{
-	die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
-}

Property changes on: branches/2.8.x/wb/templates/wb_theme/upgrade.php
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/media.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/media.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/media.css	(nonexistent)
@@ -1,51 +0,0 @@
-body,td,th,input,textarea {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-body {
-	background-color: #FFFFFF;
-	margin: 0px;
-}
-hr {
-	margin: 0px;
-	color: #003366;
-	height: 1px;
-}
-a:link, a:visited, a:active {
-	color: #003366;
-	text-decoration: none;
-}
-a:hover {
-	text-decoration: none;
-	color: #336699;
-}
-input:focus, select:focus, textarea:focus {
-	background: #F1F8FD;
-}
-.content {
-	width: 100%;
-	height: 100px;
-}
-.rename {
-    background: #fff url(images/bgtitle.png) ;
-    background-repeat:repeat-x;
-	padding: 20px;
-}
-.hide {
-	display: none;
-}
-
-table.browse_header {
-	background-color: #EEE; 
-	border-bottom: 1px solid #35373a;
-}
-
-th.headline {
-	font-weight: normal;
-	font-size: 10px;
-	border-bottom: 1px solid #35373a;
-}
-
-
-

Property changes on: branches/2.8.x/wb/templates/wb_theme/media.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/normalize.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/normalize.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/normalize.css	(nonexistent)
@@ -1,431 +0,0 @@
-/*! normalize.css 2011-09-22T17:42 UTC - http://github.com/necolas/normalize.css */
-
-/* =============================================================================
-   HTML5 display definitions
-   ========================================================================== */
-
-/*
- * Corrects block display not defined in IE6/7/8/9 & FF3
- */
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-nav,
-section {
-    display: block;
-}
-
-/*
- * Corrects inline-block display not defined in IE6/7/8/9 & FF3
- */
-
-audio,
-canvas,
-video {
-    display: inline-block;
-    *display: inline;
-    *zoom: 1;
-}
-
-/*
- * Prevents modern browsers from displaying 'audio' without controls
- */
-
-audio:not([controls]) {
-    display: none;
-}
-
-/*
- * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
- * Known issue: no IE6 support
- */
-
-[hidden] {
-    display: none;
-}
-
-
-/* =============================================================================
-   Base
-   ========================================================================== */
-
-/*
- * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
- *    http://clagnut.com/blog/348/#c790
- * 2. Keeps page centred in all browsers regardless of content height
- * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
- *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
- */
-
-html {
-    font-size: 100%; /* 1 */
-    overflow-y: scroll; /* 2 */
-    -webkit-text-size-adjust: 100%; /* 3 */
-    -ms-text-size-adjust: 100%; /* 3 */
-}
-
-/*
- * Addresses margins handled incorrectly in IE6/7
- */
-
-body {
-    margin: 0;
-}
-
-/* 
- * Addresses font-family inconsistency between 'textarea' and other form elements.
- */
-
-body,
-button,
-input,
-select,
-textarea {
-    font-family: sans-serif;
-}
-
-
-/* =============================================================================
-   Links
-   ========================================================================== */
-
-a {
-    color: #00e;
-}
-
-a:visited {
-    color: #551a8b;
-}
-
-/*
- * Addresses outline displayed oddly in Chrome
- */
-
-a:focus {
-    outline: thin dotted;
-}
-
-/*
- * Improves readability when focused and also mouse hovered in all browsers
- * people.opera.com/patrickl/experiments/keyboard/test
- */
-
-a:hover,
-a:active {
-    outline: 0;
-}
-
-
-/* =============================================================================
-   Typography
-   ========================================================================== */
-
-/*
- * Addresses styling not present in IE7/8/9, S5, Chrome
- */
-
-abbr[title] {
-    border-bottom: 1px dotted;
-}
-
-/*
- * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
-*/
-
-b, 
-strong { 
-    font-weight: bold; 
-}
-
-blockquote {
-    margin: 1em 40px;
-}
-
-/*
- * Addresses styling not present in S5, Chrome
- */
-
-dfn {
-    font-style: italic;
-}
-
-/*
- * Addresses styling not present in IE6/7/8/9
- */
-
-mark {
-    background: #ff0;
-    color: #000;
-}
-
-/*
- * Corrects font family set oddly in IE6, S4/5, Chrome
- * en.wikipedia.org/wiki/User:Davidgothberg/Test59
- */
-
-pre,
-code,
-kbd,
-samp {
-    font-family: monospace, serif;
-    _font-family: 'courier new', monospace;
-    font-size: 1em;
-}
-
-/*
- * Improves readability of pre-formatted text in all browsers
- */
-
-pre {
-    white-space: pre;
-    white-space: pre-wrap;
-    word-wrap: break-word;
-}
-
-/*
- * 1. Addresses CSS quotes not supported in IE6/7
- * 2. Addresses quote property not supported in S4
- */
-
-/* 1 */
-
-q {
-    quotes: none;
-}
-
-/* 2 */
-
-q:before,
-q:after {
-    content: '';
-    content: none;
-}
-
-small {
-    font-size: 75%;
-}
-
-/*
- * Prevents sub and sup affecting line-height in all browsers
- * gist.github.com/413930
- */
-
-sub,
-sup {
-    font-size: 75%;
-    line-height: 0;
-    position: relative;
-    vertical-align: baseline;
-}
-
-sup {
-    top: -0.5em;
-}
-
-sub {
-    bottom: -0.25em;
-}
-
-
-/* =============================================================================
-   Lists
-   ========================================================================== */
-
-ul,
-ol {
-    margin: 1em 0;
-    padding: 0 0 0 40px;
-}
-
-dd {
-    margin: 0 0 0 40px;
-}
-
-nav ul,
-nav ol {
-    list-style: none;
-    list-style-image: none;
-}
-
-
-/* =============================================================================
-   Embedded content
-   ========================================================================== */
-
-/*
- * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
- * 2. Improves image quality when scaled in IE7
- *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
- */
-
-img {
-    border: 0; /* 1 */
-    -ms-interpolation-mode: bicubic; /* 2 */
-}
-
-/*
- * Corrects overflow displayed oddly in IE9 
- */
-
-svg:not(:root) {
-    overflow: hidden;
-}
-
-
-/* =============================================================================
-   Figures
-   ========================================================================== */
-
-/*
- * Addresses margin not present in IE6/7/8/9, S5, O11
- */
-
-figure {
-    margin: 0;
-}
-
-
-/* =============================================================================
-   Forms
-   ========================================================================== */
-
-/*
- * Corrects margin displayed oddly in IE6/7
- */
-
-form {
-    margin: 0;
-}
-
-/*
- * Define consistent border, margin, and padding
- */
-
-fieldset {
-    border: 1px solid #c0c0c0;
-    margin: 0 2px;
-    padding: 0.35em 0.625em 0.75em;
-}
-
-/*
- * 1. Corrects color not being inherited in IE6/7/8/9
- * 2. Corrects alignment displayed oddly in IE6/7
- */
-
-legend {
-    border: 0; /* 1 */
-    *margin-left: -7px; /* 2 */
-}
-
-/*
- * 1. Corrects font size not being inherited in all browsers
- * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
- * 3. Improves appearance and consistency in all browsers
- */
-
-button,
-input,
-select,
-textarea {
-    font-size: 100%; /* 1 */
-    margin: 0; /* 2 */
-    vertical-align: baseline; /* 3 */
-    *vertical-align: middle; /* 3 */
-}
-
-/*
- * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
- */
-
-button,
-input {
-    line-height: normal; /* 1 */
-}
-
-/*
- * 1. Improves usability and consistency of cursor style between image-type 'input' and others
- * 2. Corrects inability to style clickable 'input' types in iOS
- * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
- *    Known issue: inner spacing remains in IE6
- */
-
-button,
-input[type="button"], 
-input[type="reset"], 
-input[type="submit"] {
-    cursor: pointer; /* 1 */
-    -webkit-appearance: button; /* 2 */
-    *overflow: visible;  /* 3 */
-}
-
-/*
- * 1. Addresses box sizing set to content-box in IE8/9
- * 2. Addresses excess padding in IE8/9
- */
-
-input[type="checkbox"],
-input[type="radio"] {
-    box-sizing: border-box; /* 1 */
-    padding: 0; /* 2 */
-}
-
-/*
- * 1. Addresses appearance set to searchfield in S5, Chrome
- * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
- */
-
-input[type="search"] {
-    -webkit-appearance: textfield; /* 1 */
-    -moz-box-sizing: content-box;
-    -webkit-box-sizing: content-box; /* 2 */
-    box-sizing: content-box;
-}
-
-/*
- * Corrects inner padding displayed oddly in S5, Chrome on OSX
- */
-
-input[type="search"]::-webkit-search-decoration {
-    -webkit-appearance: none;
-}
-
-/*
- * Corrects inner padding and border displayed oddly in FF3/4
- * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
- */
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-    border: 0;
-    padding: 0;
-}
-
-/*
- * 1. Removes default vertical scrollbar in IE6/7/8/9
- * 2. Improves readability and alignment in all browsers
- */
-
-textarea {
-    overflow: auto; /* 1 */
-    vertical-align: top; /* 2 */
-}
-
-
-/* =============================================================================
-   Tables
-   ========================================================================== */
-
-/* 
- * Remove most spacing between table cells
- */
-
-table {
-    border-collapse: collapse;
-    border-spacing: 0;
-}

Property changes on: branches/2.8.x/wb/templates/wb_theme/normalize.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/browse.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/browse.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/browse.css	(nonexistent)
@@ -1,6 +0,0 @@
-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/browse.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-text/css
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/settings.css	(nonexistent)
@@ -1,2 +0,0 @@
-h4, .warning { margin :0 auto; } 
-div.mbox { margin :0 auto; }

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/settings.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/login.css	(nonexistent)
@@ -1,10 +0,0 @@
-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 :url(../images/menu.png) #336699 repeat-x center; border :medium none; color :#ffffff; font-size :140%; height :25px; margin :0 auto auto -7px!important; padding :8px 0 0 10px; width :100%; text-align :left; }

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/login.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/access.css	(nonexistent)
@@ -1,3 +0,0 @@
-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
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/media.css	(nonexistent)
@@ -1,5 +0,0 @@
-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
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/normalize.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/normalize.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/normalize.css	(nonexistent)
@@ -1,406 +0,0 @@
-/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
-
-/* ==========================================================================
-   HTML5 display definitions
-   ========================================================================== */
-
-/**
- * Correct `block` display not defined in IE 8/9.
- */
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-nav,
-section,
-summary {
-    display: block;
-}
-
-/**
- * Correct `inline-block` display not defined in IE 8/9.
- */
-
-audio,
-canvas,
-video {
-    display: inline-block;
-}
-
-/**
- * Prevent modern browsers from displaying `audio` without controls.
- * Remove excess height in iOS 5 devices.
- */
-
-audio:not([controls]) {
-    display: none;
-    height: 0;
-}
-
-/**
- * Address `[hidden]` styling not present in IE 8/9.
- * Hide the `template` element in IE, Safari, and Firefox < 22.
- */
-
-[hidden],
-template {
-    display: none;
-}
-
-/* ==========================================================================
-   Base
-   ========================================================================== */
-
-/**
- * 1. Set default font family to sans-serif.
- * 2. Prevent iOS text size adjust after orientation change, without disabling
- *    user zoom.
- */
-
-html {
-    font-family: sans-serif; /* 1 */
-    -ms-text-size-adjust: 100%; /* 2 */
-    -webkit-text-size-adjust: 100%; /* 2 */
-}
-
-/**
- * Remove default margin.
- */
-
-body {
-    margin: 0;
-}
-
-/* ==========================================================================
-   Links
-   ========================================================================== */
-
-/**
- * Remove the gray background color from active links in IE 10.
- */
-
-a {
-    background: transparent;
-}
-
-/**
- * Address `outline` inconsistency between Chrome and other browsers.
- */
-
-a:focus {
-    outline: thin dotted;
-}
-
-/**
- * Improve readability when focused and also mouse hovered in all browsers.
- */
-
-a:active,
-a:hover {
-    outline: 0;
-}
-
-/* ==========================================================================
-   Typography
-   ========================================================================== */
-
-/**
- * Address variable `h1` font-size and margin within `section` and `article`
- * contexts in Firefox 4+, Safari 5, and Chrome.
- */
-
-h1 {
-    font-size: 2em;
-    margin: 0.67em 0;
-}
-
-/**
- * Address styling not present in IE 8/9, Safari 5, and Chrome.
- */
-
-abbr[title] {
-    border-bottom: 1px dotted;
-}
-
-/**
- * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
- */
-
-b,
-strong {
-    font-weight: bold;
-}
-
-/**
- * Address styling not present in Safari 5 and Chrome.
- */
-
-dfn {
-    font-style: italic;
-}
-
-/**
- * Address differences between Firefox and other browsers.
- */
-
-hr {
-    -moz-box-sizing: content-box;
-    box-sizing: content-box;
-    height: 0;
-}
-
-/**
- * Address styling not present in IE 8/9.
- */
-
-mark {
-    background: #ff0;
-    color: #000;
-}
-
-/**
- * Correct font family set oddly in Safari 5 and Chrome.
- */
-
-code,
-kbd,
-pre,
-samp {
-    font-family: monospace, serif;
-    font-size: 1em;
-}
-
-/**
- * Improve readability of pre-formatted text in all browsers.
- */
-
-pre {
-    white-space: pre-wrap;
-}
-
-/**
- * Set consistent quote types.
- */
-
-q {
-    quotes: "\201C" "\201D" "\2018" "\2019";
-}
-
-/**
- * Address inconsistent and variable font size in all browsers.
- */
-
-small {
-    font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
- */
-
-sub,
-sup {
-    font-size: 75%;
-    line-height: 0;
-    position: relative;
-    vertical-align: baseline;
-}
-
-sup {
-    top: -0.5em;
-}
-
-sub {
-    bottom: -0.25em;
-}
-
-/* ==========================================================================
-   Embedded content
-   ========================================================================== */
-
-/**
- * Remove border when inside `a` element in IE 8/9.
- */
-
-img {
-    border: 0;
-}
-
-/**
- * Correct overflow displayed oddly in IE 9.
- */
-
-svg:not(:root) {
-    overflow: hidden;
-}
-
-/* ==========================================================================
-   Figures
-   ========================================================================== */
-
-/**
- * Address margin not present in IE 8/9 and Safari 5.
- */
-
-figure {
-    margin: 0;
-}
-
-/* ==========================================================================
-   Forms
-   ========================================================================== */
-
-/**
- * Define consistent border, margin, and padding.
- */
-
-fieldset {
-    border: 1px solid #c0c0c0;
-    margin: 0 2px;
-    padding: 0.35em 0.625em 0.75em;
-}
-
-/**
- * 1. Correct `color` not being inherited in IE 8/9.
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
- */
-
-legend {
-    border: 0; /* 1 */
-    padding: 0; /* 2 */
-}
-
-/**
- * 1. Correct font family not being inherited in all browsers.
- * 2. Correct font size not being inherited in all browsers.
- * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
- */
-
-button,
-input,
-select,
-textarea {
-    font-family: inherit; /* 1 */
-    font-size: 100%; /* 2 */
-    margin: 0; /* 3 */
-}
-
-/**
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
- * the UA stylesheet.
- */
-
-button,
-input {
-    line-height: normal;
-}
-
-/**
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
- * All other form control elements do not inherit `text-transform` values.
- * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
- * Correct `select` style inheritance in Firefox 4+ and Opera.
- */
-
-button,
-select {
-    text-transform: none;
-}
-
-/**
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
- *    and `video` controls.
- * 2. Correct inability to style clickable `input` types in iOS.
- * 3. Improve usability and consistency of cursor style between image-type
- *    `input` and others.
- */
-
-button,
-html input[type="button"], /* 1 */
-input[type="reset"],
-input[type="submit"] {
-    -webkit-appearance: button; /* 2 */
-    cursor: pointer; /* 3 */
-}
-
-/**
- * Re-set default cursor for disabled elements.
- */
-
-button[disabled],
-html input[disabled] {
-    cursor: default;
-}
-
-/**
- * 1. Address box sizing set to `content-box` in IE 8/9/10.
- * 2. Remove excess padding in IE 8/9/10.
- */
-
-input[type="checkbox"],
-input[type="radio"] {
-    box-sizing: border-box; /* 1 */
-    padding: 0; /* 2 */
-}
-
-/**
- * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
- * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
- *    (include `-moz` to future-proof).
- */
-
-input[type="search"] {
-    -webkit-appearance: textfield; /* 1 */
-    -moz-box-sizing: content-box;
-    -webkit-box-sizing: content-box; /* 2 */
-    box-sizing: content-box;
-}
-
-/**
- * Remove inner padding and search cancel button in Safari 5 and Chrome
- * on OS X.
- */
-
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
-    -webkit-appearance: none;
-}
-
-/**
- * Remove inner padding and border in Firefox 4+.
- */
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-    border: 0;
-    padding: 0;
-}
-
-/**
- * 1. Remove default vertical scrollbar in IE 8/9.
- * 2. Improve readability and alignment in all browsers.
- */
-
-textarea {
-    overflow: auto; /* 1 */
-    vertical-align: top; /* 2 */
-}
-
-/* ==========================================================================
-   Tables
-   ========================================================================== */
-
-/**
- * Remove most spacing between table cells.
- */
-
-table {
-    border-collapse: collapse;
-    border-spacing: 0;
-}

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/normalize.css
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/warning.css	(nonexistent)
@@ -1,74 +0,0 @@
-/**
- * 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: Luisehahne $
- * @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
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/warn.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/warn.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/warn.css	(nonexistent)
@@ -1,37 +0,0 @@
-/**
- * @id  $Date$
- *
- */
-html { color :#003366; font-family :Verdana,"Trebuchet MS",Arial,Helvetica,sans-serif; font-size :100.1%; font-weight :normal; overflow-x :auto; overflow-y :scroll; }
-* html div{ height :0.1em; }
-body{ background :#a8bccb; margin :0px auto; padding :0px; text-align :left; }
-h1, h3, h4 { color :#5b9acf; display :block; font-weight :bold; margin :0.5em auto; padding-bottom :5px; }
-h1 { font-size :140%; }
-h3 { font-size :110%; }
-h4 { font-size :100%; }
-hr { color :#003366; margin :0em auto; }
-img { border :none; }
-li p { margin :0.5em 0; }
-ul, li { list-style :none; margin :0; padding :0; }
-div.bottomdiv { background-color :#eff2f6; background-repeat :repeat-x; border-bottom :0px solid #0099ff; border-bottom-right-radius :8px; border-left :0px solid #0099ff; border-right :0px solid #0099ff; color :#003366; font-weight :bold; -moz-border-radius-bottomleft :8px; -moz-border-radius-bottomright :8px; padding :10px; text-align :center; -webkit-border-bottom-left-radius :8px; -webkit-border-bottom-right-radius :8px; }
-div.topdiv { background-color :#eff2f6; background-image :url(../images/menu.png); background-position :left top; background-repeat :repeat-x; border-top-left-radius :8px; border-top-right-radius :8px; font-size :110%; font-weight :normal; height :34px; -moz-border-radius-topleft :8px; -moz-border-radius-topright :8px; padding :5px 10px; -webkit-border-top-left-radius :8px; -webkit-border-top-right-radius :8px; color :#330033; color :#dddddd; }
-.clear { clear :both; }
-.invalid_message { clear :both; color :#990000; font-size :1em; height :auto; padding-top :5px; text-align :center; width :100%; }
-.shadow { box-shadow :5px 5px 10px #000030; -khtml-box-shadow :5px 5px 10px #000030; -moz-box-shadow :5px 5px 10px #000030; -webkit-box-shadow :5px 5px 10px #000030; }
-.smaller { font-size :0.8em; }
-.spacer { line-height :1em; }
-div.main { border :0 none #666666; font-size :1em; margin :0 auto 1em; max-width :90em; min-width :60em; overflow :hidden; padding :10px 15px; width :78.6%; }
-div.main .table { background :url("../images/bgtitle.png") repeat-x scroll 0 0 #ffffff; border-radius :10px 10px 10px 10px; box-shadow :5px 5px 5px rgba(68, 68, 68, 0.6); margin :0 auto; overflow :hidden; padding :0px 0px; width :74%; }
-table.header { margin :0 auto; padding :0px 2px; width :74%; }
-table.layout { table-layout :auto; }
-.td,.content { padding :0; }
-.login_box { border :none; }
- .login_box a { text-decoration :none; }
- .login_box a:hover { color :#3366ff; text-decoration :underline; }
-table.footer { margin :1em auto; width :100%; }
-table.footer tbody tr td { font-size :12px; text-align :center; }
-legend.settings_table, .settings_table legend { background :url("../images/menu.png") repeat-x scroll center center #336699; border :medium none; color :#ffffff; font-size :140%; height :25px; margin :0 auto auto -7px !important; padding :10px 0 0 10px; text-align :left; width :100%; }
-table a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
-a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
-a:visited { color :#0066cc; }
-a:hover { color :#6699ff; text-decoration :underline; }

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/warn.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/browse.css	(nonexistent)
@@ -1,7 +0,0 @@
-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;}
-.bold { font-weight :bold; }

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/browse.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/css/normalize-min.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/css/normalize-min.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/normalize-min.css	(nonexistent)
@@ -1,4 +0,0 @@
-/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
-
-Google Analytics
-UserVoice

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/normalize-min.css
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/start.css	(nonexistent)
@@ -1 +0,0 @@
-

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/start.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/addons.css	(nonexistent)
@@ -1,4 +0,0 @@
-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
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/preferences.css	(nonexistent)
@@ -1,8 +0,0 @@
-.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
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/css/screen.css	(nonexistent)
@@ -1,344 +0,0 @@
-* 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 :75em; max-width :90em; font-size :1.0em; padding :10px 15px; width :83%; 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; overflow :auto; width :100%; }
-.wrapper { position:relative; display:block; overflow:auto; width:inherit;}
-.content { padding :25px 15px; 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 :collapse; width :100%; table-layout :inherit; }
-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 :url(../images/menu.png) #486991 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 0 0 10px; 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 :#ffffff; 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 :5px 10px; margin :5px 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 :10px 5px; 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; color :#9b0000; 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; }
-.right{ text-align :right; }
-.middle { vertical-align :middle; }
-.top { vertical-align :top; }
-.nowrap { white-space :nowrap; }
-.hide, .none { display :none; height :0; }
-#hide1, #hide2, #hide3 { display :none; }
-/* */
-.rBold{ text-align :right; font-weight :bold; vertical-align :middle; }
-.rightTop{ text-align :right; vertical-align :top; }
-.bold{ font-weight :bold; }
-.grey { color :#999999; }
-.row_0 { background-color :#ffffff; }
-.row_1 { background-color :#eeeeee; }
-.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 :#444444; /* 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; }
-.graphic { border :0px solid #fdfdfd; height :52px; padding-left :3px; width :70px; }
-.graphic img { background-color :transparent; border :1px solid #d0d0d0; padding :2px; vertical-align :middle; width :50px; height :50px; }
-.section { background-color :transparent; font-size :0.9em; margin-bottom :15px; padding :5px; height :85px; }
-table.section { border-collapse :separate; width :100%; table-layout :fixed; border-spacing :0px; border :1px solid #999999; }
-.section tr td.graphic { border-right :2px solid #cccccc; width :60px; height :50px; padding :5px; margin :0; }
-.section tbody tr { padding :5px; }
-.description { padding :4px 0 0 10px; 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  */
-div.settings_table { margin :0 auto; width :90%; }
-form.settings_table { border :1px none #eee; font-family :verdana,arial,helvetica,sans-serif; margin :5px auto; padding :5px; }
-   form.settings_table fieldset { border :2px none #eeeeee; display :block; line-height :1.0em; margin :1px auto; padding :3px 0px 3px 0px; }
-   input[type="file"] { max-width :75%; border :1px solid #000000; background-color :#ccccff; }
-   legend.settings_table ,
-   form.settings_table legend { border :none; color :#006699; font-size :140%; margin :5px; 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 :30%; }
-   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 :2px auto; padding :2px 0px 2px 6px; width :59.5%; }
-   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 :60%; }
-   form.settings_table textarea { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :59.5%; }
-   form.settings_table select { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :60%; }
-/* */
-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; }
-   .content_box form { background :transparent; height :auto; }
-   .content_box li { float :left; padding :0 10px; 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 { /* none|horizontal|vertical|both */ resize :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 :280px; height :auto; margin-right :5px; font-size :1em; float: left; }
-#file_mode table, 
-#dir_mode table { width :280px; height :auto; margin-right :5px; font-size :1em; float: left; }
-#file_mode input, 
-#dir_mode input { width :12px; height :12px; }
-table.permission_box { width :280px; 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.page-info table { border-collapse :collapse; width :100%; table-layout :fixed; margin-bottom :10px; }
-div.page-info .id { width :80px; }
-div.page-info .description { width :30%; }
-div.page-info table tbody td { padding :5px; background :#f0f0f0; }
-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:visited { color :#0066cc; }
-a:hover { color :#6699ff; text-decoration :underline; }
-/* */
-.header_list_actions { text-align :left; padding :3px; width :180px; }
-.header_list_block { text-align :left; width :120px; }
-.header_list_page_id { padding :3px; text-align :right; width :30px; }
-.header_list_menu_title { padding : 3px; }
-.header_list_page_title { width :350px; }
-/**/
-.list_page_title, .list_menu_title, 
-.header_list_menu_title, .header_list_type { text-align :left; vertical-align :middle; padding : 3px; }
-.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; width :34%; }
-.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 :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 { }
-.list_page_title { width :350px; }
-.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 { padding :2px 0px 2px 5px; font-size :1.0em; width :100%; }
-.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; }
-.pages_list_header { padding :2px 0px 2px 5px; font-size :1.3em; height :25px; }
-.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; overflow :hidden; }
-	div.page-settings div.caption { font-size :1em; font-weight :bold; padding :3px 0 0px 0; margin :0; padding :0; border :0px none; margin-bottom :10px; border-bottom :groove 2px #a8bccb; width :100%; }
-	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 [type=reset],
-	div.page-settings [type=submit] { padding :2px; width :auto; }
-div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; border: solid 1px  #a8bccb; }
-div.page-settings-leftcol div.page-settings-tab { border :solid 1px #a8bccb; padding :8px; margin-bottom :8px; }
-	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 :0px; padding :10px; border :solid 0px #a8bccb; }
-	div.page-settings-righttoprow label { width :110px; vertical-align :top; }
-div.page-settings-centercol { float :left; padding :10px; border-right :groove 0px #a8bccb; width :40%; }
-div.page-settings-right { float :none; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; border :solid 0px #a8bccb; margin-left :417px; min-width :40em; }
-div.page-settings-right div.content { border :solid 1px #a8bccb; min-width :10em; }
-div.page-settings-right div.page-settings-tab { border :solid 1px #a8bccb; padding :8px; margin-bottom :8px; }
-div.page-settings-rightcol { float :none; padding :0px; border :none; }
-h1, h2, h3, h4, h5, h6 { color :#003366; display :block; font-weight :normal; margin :0.4em 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; line-height :1em; padding :1px; font-size :120%; }
-div.page-settings span.overlib { width :20px; margin-left :-20px; }
-/* */
-div.page_group { height :174px; max-height :260px; margin :0; padding :0; overflow :auto; }
-div.page_group div { overflow :hidden; }
-div.page-settings select.page_user { width :100%; min-width :160px; }
-div.page-settings p.page_user,
-div.page-settings p.page_group { }
-/* */
-.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%; }
-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 #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; }
-.account { width :100%; margin :0 auto; }
-div.account form.settings_table { width :100%; }
-div.account form.settings_table table td { width :40%; }
-div.account form.settings_table table td.value_input { width :80%; }
-/* expression msg box */
-div.acess-main div.bottomdiv { background-color :#eff2f6; background-repeat :repeat-x; border-bottom :0px solid #0099ff; border-left :0px solid #0099ff; border-right :0px solid #0099ff; color :#003366; font-weight :bold; padding :10px; text-align :center; }
-div.acess-main div.topdiv { background-color :#eff2f6; background-image :url("../images/menu.png"); background-position :left top; background-repeat :repeat-x; font-size :110%; font-weight :bold; height :34px; padding :5px 10px; color :#dddddd; }
-div.acess-main .clear { clear :both; }
-div.acess-main .invalid_message { clear :both; color :#990000; font-size :1em; height :auto; padding-top :5px; text-align :center; width :100%; }
-div.acess-main { border :0 none #666666; font-size :1em; margin :0 auto 1em; max-width :60em; min-width :50em; overflow :hidden; padding :15px; width :58.6%; }
-div.acess-main .table { background :url("../images/bgtitle.png") repeat-x scroll 0 0 #ffffff; margin :0 auto; overflow :hidden; padding :0px 0px; width :74%; }
-div.acess-main table a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
-div.acess-main a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
-div.acess-main a:visited { color :#0066cc; }
-div.acess-main a:hover { color :#6699ff; text-decoration :underline; }
-div.acess-main div.content { overflow :hidden; padding :1px; text-align :left; }
-div.acess-main div.bottomdiv h3 { font-weight :bold; color :#ff0000; }
-
-.pages_list table td, table.pages_view td {
-   padding :3px;
-   font-size :130%;
-}
-select.pages-parent-list {
-	width: 240px;
-}
-	select.pages-parent-list option {
-		background: none no-repeat center left; 
-		padding-left: 20px;
-	}

Property changes on: branches/2.8.x/wb/templates/wb_theme/css/screen.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-plugins.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/jquery-plugins.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/jquery-plugins.js	(nonexistent)
@@ -1,34 +0,0 @@
-function include_file(filename, filetype) {
-    if(!filetype){var filetype="js"}var th=document.getElementsByTagName("head")[0];var s=document.createElement((filetype=="js")?"script":"link");s.setAttribute("type",(filetype=="js")?"text/javascript":"text/css");if(filetype=="css"){s.setAttribute("rel","stylesheet")}s.setAttribute((filetype=="js")?"src":"href",filename);th.appendChild(s);
-}
-
-function redirect_to_page (url, timer) {
-	setTimeout('self.location.href="'+url+'"', timer);
-}
-
-$(document).ready(function()
-{
-    if($(".jcalendar").length){$.insert(WB_URL+"/include/jscalendar/calendar-system.css")};
-    if($(".jsadmin").length){$.insert(WB_URL+"/modules/jsadmin/backend.css")};
-
-	//Add external link class to external links
-    $('a[href^="http://"]').filter(function(){return this.hostname&&this.hostname!==location.hostname}).addClass("external").attr("target","_blank");
-	// Add internal link class to external links
-    $('a[href^="http://"]').filter(function(){return this.hostname&&this.hostname==location.hostname}).addClass("internal");
-
-	$('form').attr('autocomplete', 'off');
-
-    function include_file(filename, filetype)
-    {
-        if(!filetype){var filetype="js"}var th=document.getElementsByTagName("head")[0];var s=document.createElement((filetype=="js")?"script":"link");s.setAttribute("type",(filetype=="js")?"text/javascript":"text/css");if(filetype=="css"){s.setAttribute("rel","stylesheet")}s.setAttribute((filetype=="js")?"src":"href",filename);th.appendChild(s);
-    }
-
-    function redirect_to_page (url, timer) {
-        setTimeout('self.location.href="'+url+'"', timer);
-    }
-
-    /* toggler for group permissions */
-    if ($('form[name="group"]').length) {
-		function toggleBox(a,b){var c=a;if(c.attr("checked")){$(b).removeClass("hide");return true}else{$(b).addClass("hide");return false}}var $ischecked=false;if($ischecked==false){if(!$("#pages_view").attr("checked")){toggleBox($(this),"#JQPageView")}if(!$("#media_view").attr("checked")){toggleBox($(this),"#JQMediaView")}if(!$("#modules_view").attr("checked")){toggleBox($(this),"#JQModulesView")}if(!$("#templates_view").attr("checked")){toggleBox($(this),"#JQTemplateView")}if(!$("#languages_view").attr("checked")){toggleBox($(this),"#JQLanguagesView")}if(!$("#settings_view").attr("checked")){toggleBox($(this),"#JQSettingsView")}if(!$("#admintools_view").attr("checked")){toggleBox($(this),"#JQAToolsView")}if(!$("#users_view").attr("checked")){toggleBox($(this),"#JQUsersView")}if(!$("#groups_view").attr("checked")){toggleBox($(this),"#JQGroupsView")}var $ischecked=true}$("#pages_view").click(function(){if(toggleBox($(this),"#JQPageView")){$("#pages_view_detail").attr("checked",true)}else{$.each(["#pages_view_detail","#pages_add_l0","#pages_add","#pages_settings","#pages_modify","#pages_intro","#pages_delete"],function(b,a){$(a).removeAttr("checked")})}});$("#media_view").click(function(){if(toggleBox($(this),"#JQMediaView")){$("#media_view_detail").attr("checked",true)}else{$.each(["#media_view_detail","#media_upload","#media_rename","#media_delete","#media_create"],function(b,a){$(a).removeAttr("checked")})}});$("#modules_view").click(function(){if(toggleBox($(this),"#JQModulesView")){$("#modules_view_detail").attr("checked",true)}else{$.each(["#modules_view_detail","#modules_install","#modules_uninstall","#modules_advanced"],function(b,a){$(a).removeAttr("checked")})}});$("#templates_view").click(function(){if(toggleBox($(this),"#JQTemplateView")){$("#templates_view_detail").attr("checked",true)}else{$.each(["#templates_view_detail","#templates_install","#templates_uninstall"],function(b,a){$(a).removeAttr("checked")})}});$("#languages_view").click(function(){if(toggleBox($(this),"#JQLanguagesView")){$("#languages_view_detail").attr("checked",true)}else{$.each(["#languages_view_detail","#languages_install","#languages_uninstall"],function(b,a){$(a).removeAttr("checked")})}});$("#settings_view").click(function(){if(toggleBox($(this),"#JQSettingsView")){$("#settings_view_detail").attr("checked",true)}else{$.each(["#settings_view_detail","#settings_advanced"],function(b,a){$(a).removeAttr("checked")})}});$("#admintools_view").click(function(){if(toggleBox($(this),"#JQAToolsView")){$("#admintools_view_detail").attr("checked",true)}else{$.each(["#modules_view_detail","#modules_install","#modules_uninstall","#modules_advanced"],function(b,a){$(a).removeAttr("checked")})}});$("#users_view").click(function(){if(toggleBox($(this),"#JQUsersView")){$("#users_view_detail").attr("checked",true)}else{$.each(["#users_view_detail","#users_add","#users_modify","#users_delete"],function(b,a){$(a).removeAttr("checked")})}});$("#groups_view").click(function(){if(toggleBox($(this),"#JQGroupsView")){$("#groups_view_detail").attr("checked",true)}else{$.each(["#groups_view_detail","#groups_add","#groups_modify","#groups_delete"],function(b,a){$(a).removeAttr("checked")})}});$("#preferences_view").click(function(){if(toggleBox($(this),"#JQUSettingsView")){$("#preferences_view_detail").attr("checked",true)}else{$.each(["#preferences_view_detail"],function(b,a){$(a).removeAttr("checked")})}});
-    }
-});
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-plugins.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-elastic.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/jquery-elastic.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/jquery-elastic.js	(nonexistent)
@@ -1 +0,0 @@
-(function($){$.fn.extend({elastic:function(){var g=new Array("paddingTop","paddingRight","paddingBottom","paddingLeft","fontSize","lineHeight","fontFamily","width");return this.each(function(){if(this.type=="textarea"){var b=$(this);var c=parseInt(b.css("lineHeight"))*2||parseInt(b.css("fontSize"))*2;var d=parseInt(b.css("height"))||c;var e=0;var f=null;function update(){if(!f){f=$("<div />").css({"visibility":"hidden","position":"absolute","overflow-x":"hidden"}).appendTo("body");$.each(g,function(){f.css(this,b.css(this))})}var a=b.val().replace(/<|>/g," ").replace(/\n/g,"<br />");if(f.text()!=a){f.html(a);e=(f.height()+c>d)?f.height()+c:d;if(e!=b.height()){b.animate({"height":e},500)}}}b.css({overflow:"hidden",display:"block"}).bind("focus",function(){self.periodicalUpdater=window.setInterval(function(){update()},400)}).bind("blur",function(){clearInterval(self.periodicalUpdater)});update()}})}})})(jQuery);
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-elastic.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-bg_glass_75_dadada_1x400.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/jquery/plugins/images/ui-bg_glass_75_dadada_1x400.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-bg_glass_95_fef1ec_1x400.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/jquery/plugins/images/ui-bg_glass_95_fef1ec_1x400.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-icons_888888_256x240.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/jquery/plugins/images/ui-icons_888888_256x240.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/x-click-but04.gif
===================================================================
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/jquery/plugins/images/x-click-but04.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-bg_flat_0_aaaaaa_40x100.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/jquery/plugins/images/ui-bg_flat_0_aaaaaa_40x100.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-icons_cd0a0a_256x240.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/jquery/plugins/images/ui-icons_cd0a0a_256x240.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-icons_222222_256x240.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/jquery/plugins/images/ui-icons_222222_256x240.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-bg_glass_75_e6e6e6_1x400.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/jquery/plugins/images/ui-bg_glass_75_e6e6e6_1x400.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-icons_2e83ff_256x240.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/jquery/plugins/images/ui-icons_2e83ff_256x240.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-icons_454545_256x240.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/jquery/plugins/images/ui-icons_454545_256x240.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-bg_flat_75_ffffff_40x100.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/jquery/plugins/images/ui-bg_flat_75_ffffff_40x100.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-bg_glass_65_ffffff_1x400.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/jquery/plugins/images/ui-bg_glass_65_ffffff_1x400.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-bg_highlight-soft_75_cccccc_1x100.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/jquery/plugins/images/ui-bg_highlight-soft_75_cccccc_1x100.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/images/ui-bg_glass_55_fbf9ee_1x400.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/jquery/plugins/images/ui-bg_glass_55_fbf9ee_1x400.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-slimbox2-min.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-slimbox2-min.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-slimbox2-min.js	(nonexistent)
@@ -1,15 +0,0 @@
-/*
-	Slimbox v2.02 - The ultimate lightweight Lightbox clone for jQuery
-	(c) 2007-2009 Christophe Beyls <http://www.digitalia.be>
-	MIT-style license.
-*/
-(function(w){var E=w(window),u,g,F=-1,o,x,D,v,y,L,s,n=!window.XMLHttpRequest,e=window.opera&&(document.compatMode=="CSS1Compat")&&(w.browser.version>=9.3),m=document.documentElement,l={},t=new Image(),J=new Image(),H,a,h,q,I,d,G,c,A,K;w(function(){w("body").append(w([H=w('<div id="lbOverlay" />')[0],a=w('<div id="lbCenter" />')[0],G=w('<div id="lbBottomContainer" />')[0]]).css("display","none"));h=w('<div id="lbImage" />').appendTo(a).append(q=w('<div style="position: relative;" />').append([I=w('<a id="lbPrevLink" href="#" />').click(B)[0],d=w('<a id="lbNextLink" href="#" />').click(f)[0]])[0])[0];c=w('<div id="lbBottom" />').appendTo(G).append([w('<a id="lbCloseLink" href="#" />').add(H).click(C)[0],A=w('<div id="lbCaption" />')[0],K=w('<div id="lbNumber" />')[0],w('<div style="clear: both;" />')[0]])[0]});w.slimbox=function(O,N,M){u=w.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",initialWidth:250,initialHeight:250,imageFadeDuration:400,captionAnimationDuration:400,counterText:"Image {x} of {y}",closeKeys:[27,88,67],previousKeys:[37,80],nextKeys:[39,78]},M);if(typeof O=="string"){O=[[O,N]];N=0}y=E.scrollTop()+((e?m.clientHeight:E.height())/2);L=u.initialWidth;s=u.initialHeight;w(a).css({top:Math.max(0,y-(s/2)),width:L,height:s,marginLeft:-L/2}).show();v=n||(H.currentStyle&&(H.currentStyle.position!="fixed"));if(v){H.style.position="absolute"}w(H).css("opacity",u.overlayOpacity).fadeIn(u.overlayFadeDuration);z();k(1);g=O;u.loop=u.loop&&(g.length>1);return b(N)};w.fn.slimbox=function(M,P,O){P=P||function(Q){return[Q.href,Q.title]};O=O||function(){return true};var N=this;return N.unbind("click").click(function(){var S=this,U=0,T,Q=0,R;T=w.grep(N,function(W,V){return O.call(S,W,V)});for(R=T.length;Q<R;++Q){if(T[Q]==S){U=Q}T[Q]=P(T[Q],Q)}return w.slimbox(T,U,M)})};function z(){var N=E.scrollLeft(),M=e?m.clientWidth:E.width();w([a,G]).css("left",N+(M/2));if(v){w(H).css({left:N,top:E.scrollTop(),width:M,height:E.height()})}}function k(M){w("object").add(n?"select":"embed").each(function(O,P){if(M){w.data(P,"slimbox",P.style.visibility)}P.style.visibility=M?"hidden":w.data(P,"slimbox")});var N=M?"bind":"unbind";E[N]("scroll resize",z);w(document)[N]("keydown",p)}function p(O){var N=O.keyCode,M=w.inArray;return(M(N,u.closeKeys)>=0)?C():(M(N,u.nextKeys)>=0)?f():(M(N,u.previousKeys)>=0)?B():false}function B(){return b(x)}function f(){return b(D)}function b(M){if(M>=0){F=M;o=g[F][0];x=(F||(u.loop?g.length:0))-1;D=((F+1)%g.length)||(u.loop?0:-1);r();a.className="lbLoading";l=new Image();l.onload=j;l.src=o}return false}function j(){a.className="";w(h).css({backgroundImage:"url("+o+")",visibility:"hidden",display:""});w(q).width(l.width);w([q,I,d]).height(l.height);w(A).html(g[F][1]||"");w(K).html((((g.length>1)&&u.counterText)||"").replace(/{x}/,F+1).replace(/{y}/,g.length));if(x>=0){t.src=g[x][0]}if(D>=0){J.src=g[D][0]}L=h.offsetWidth;s=h.offsetHeight;var M=Math.max(0,y-(s/2));if(a.offsetHeight!=s){w(a).animate({height:s,top:M},u.resizeDuration,u.resizeEasing)}if(a.offsetWidth!=L){w(a).animate({width:L,marginLeft:-L/2},u.resizeDuration,u.resizeEasing)}w(a).queue(function(){w(G).css({width:L,top:M+s,marginLeft:-L/2,visibility:"hidden",display:""});w(h).css({display:"none",visibility:"",opacity:""}).fadeIn(u.imageFadeDuration,i)})}function i(){if(x>=0){w(I).show()}if(D>=0){w(d).show()}w(c).css("marginTop",-c.offsetHeight).animate({marginTop:0},u.captionAnimationDuration);G.style.visibility=""}function r(){l.onload=null;l.src=t.src=J.src=o;w([a,h,c]).stop(true);w([I,d,h,G]).hide()}function C(){if(F>=0){r();F=x=D=-1;w(a).hide();w(H).stop().fadeOut(u.overlayFadeDuration,k)}return false}})(jQuery);
-
-// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
-$(function($) {
-        $("a[rel^='lightbox']").slimbox({/* Put custom options here */}, function(el) {
-                return [el.href, el.title + '<br /><a href="' + el.href + '">Download this image</a>'];
-        }, function(el) {
-                return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
-        });
-});
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-slimbox2-min.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/index.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/index.php	(nonexistent)
@@ -1,28 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-header("Location: ../../../index.php");
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/index.php
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/clear.gif
===================================================================
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/jquery/plugins/fancybox/clear.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/jquery-fancybox-121.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/jquery-fancybox-121.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/jquery-fancybox-121.js	(nonexistent)
@@ -1,9 +0,0 @@
-/*
- * FancyBox - simple and fancy jQuery plugin
- * Examples and documentation at: http://fancy.klade.lv/
- * Version: 1.2.1 (13/03/2009)
- * Copyright (c) 2009 Janis Skarnelis
- * Licensed under the MIT License: http://en.wikipedia.org/wiki/MIT_License
- * Requires: jQuery v1.3+
-*/
-eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}(';(7($){$.b.2Q=7(){u B.2t(7(){9 1J=$(B).n(\'2Z\');5(1J.1c(/^3w\\(["\']?(.*\\.2p)["\']?\\)$/i)){1J=3t.$1;$(B).n({\'2Z\':\'45\',\'2o\':"3W:3R.4m.4d(3h=F, 3T="+($(B).n(\'41\')==\'2J-3Z\'?\'4c\':\'3N\')+", Q=\'"+1J+"\')"}).2t(7(){9 1b=$(B).n(\'1b\');5(1b!=\'2e\'&&1b!=\'2n\')$(B).n(\'1b\',\'2n\')})}})};9 A,4,16=D,s=1t 1o,1w,1v=1,1y=/\\.(3A|3Y|2p|3c|3d)(.*)?$/i;9 P=($.2q.3K&&2f($.2q.3z.2k(0,1))<8);$.b.c=7(Y){Y=$.3x({},$.b.c.2R,Y);9 2s=B;7 2h(){A=B;4=Y;2r();u D};7 2r(){5(16)u;5($.1O(4.2c)){4.2c()}4.j=[];4.h=0;5(Y.j.N>0){4.j=Y.j}t{9 O={};5(!A.1H||A.1H==\'\'){9 O={d:A.d,X:A.X};5($(A).1G("1m:1D").N){O.1a=$(A).1G("1m:1D")}4.j.2j(O)}t{9 Z=$(2s).2o("a[1H="+A.1H+"]");9 O={};3C(9 i=0;i<Z.N;i++){O={d:Z[i].d,X:Z[i].X};5($(Z[i]).1G("1m:1D").N){O.1a=$(Z[i]).1G("1m:1D")}4.j.2j(O)}3F(4.j[4.h].d!=A.d){4.h++}}}5(4.23){5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'3s\')}$("#1i").n(\'25\',4.2U).J()}1d()};7 1d(){$("#1f, #1e, #V, #G").S();9 d=4.j[4.h].d;5(d.1c(/#/)){9 U=11.3r.d.3f(\'#\')[0];U=d.3g(U,\'\');U=U.2k(U.2l(\'#\'));1k(\'<6 l="3e">\'+$(U).o()+\'</6>\',4.1I,4.1x)}t 5(d.1c(1y)){s=1t 1o;s.Q=d;5(s.3a){1K()}t{$.b.c.34();$(s).x().14(\'3b\',7(){$(".I").S();1K()})}}t 5(d.1c("17")||A.3j.2l("17")>=0){1k(\'<17 l="35" 3q="$.b.c.38()" 3o="3n\'+C.T(C.3l()*3m)+\'" 2K="0" 3E="0" Q="\'+d+\'"></17>\',4.1I,4.1x)}t{$.4p(d,7(2m){1k(\'<6 l="3L">\'+2m+\'</6>\',4.1I,4.1x)})}};7 1K(){5(4.30){9 w=$.b.c.1n();9 r=C.1M(C.1M(w[0]-36,s.g)/s.g,C.1M(w[1]-4b,s.f)/s.f);9 g=C.T(r*s.g);9 f=C.T(r*s.f)}t{9 g=s.g;9 f=s.f}1k(\'<1m 48="" l="49" Q="\'+s.Q+\'" />\',g,f)};7 2F(){5((4.j.N-1)>4.h){9 d=4.j[4.h+1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}5(4.h>0){9 d=4.j[4.h-1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}};7 1k(1j,g,f){16=F;9 L=4.2Y;5(P){$("#q")[0].1E.2u("f");$("#q")[0].1E.2u("g")}5(L>0){g+=L*2;f+=L*2;$("#q").n({\'v\':L+\'z\',\'2E\':L+\'z\',\'2i\':L+\'z\',\'y\':L+\'z\',\'g\':\'2B\',\'f\':\'2B\'});5(P){$("#q")[0].1E.2C(\'f\',\'(B.2D.4j - 20)\');$("#q")[0].1E.2C(\'g\',\'(B.2D.3S - 20)\')}}t{$("#q").n({\'v\':0,\'2E\':0,\'2i\':0,\'y\':0,\'g\':\'2z%\',\'f\':\'2z%\'})}5($("#k").1u(":19")&&g==$("#k").g()&&f==$("#k").f()){$("#q").1Z("2N",7(){$("#q").1C().1F($(1j)).21("1s",7(){1g()})});u}9 w=$.b.c.1n();9 2v=(g+36)>w[0]?w[2]:(w[2]+C.T((w[0]-g-36)/2));9 2w=(f+1z)>w[1]?w[3]:(w[3]+C.T((w[1]-f-1z)/2));9 K={\'y\':2v,\'v\':2w,\'g\':g+\'z\',\'f\':f+\'z\'};5($("#k").1u(":19")){$("#q").1Z("1s",7(){$("#q").1C();$("#k").24(K,4.2X,4.2T,7(){$("#q").1F($(1j)).21("1s",7(){1g()})})})}t{5(4.1W>0&&4.j[4.h].1a!==1L){$("#q").1C().1F($(1j));9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);$("#k").n({\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()});5(4.1X){K.25=\'J\'}$("#k").24(K,4.1W,4.2W,7(){1g()})}t{$("#q").S().1C().1F($(1j)).J();$("#k").n(K).21("1s",7(){1g()})}}};7 2y(){5(4.h!=0){$("#1e, #2O").x().14("R",7(e){e.2x();4.h--;1d();u D});$("#1e").J()}5(4.h!=(4.j.N-1)){$("#1f, #2M").x().14("R",7(e){e.2x();4.h++;1d();u D});$("#1f").J()}};7 1g(){2y();2F();$(W).1B(7(e){5(e.29==27){$.b.c.1l();$(W).x("1B")}t 5(e.29==37&&4.h!=0){4.h--;1d();$(W).x("1B")}t 5(e.29==39&&4.h!=(4.j.N-1)){4.h++;1d();$(W).x("1B")}});5(4.1r){$(11).14("1N 1T",$.b.c.2g)}t{$("6#k").n("1b","2e")}5(4.2b){$("#22").R($.b.c.1l)}$("#1i, #V").14("R",$.b.c.1l);$("#V").J();5(4.j[4.h].X!==1L&&4.j[4.h].X.N>0){$(\'#G 6\').o(4.j[4.h].X);$(\'#G\').J()}5(4.23&&P){$(\'1U, 1Q, 1P\',$(\'#q\')).n(\'1S\',\'19\')}5($.1O(4.2a)){4.2a()}16=D};u B.x(\'R\').R(2h)};$.b.c.2g=7(){9 m=$.b.c.1n();$("#k").n(\'y\',(($("#k").g()+36)>m[0]?m[2]:m[2]+C.T((m[0]-$("#k").g()-36)/2)));$("#k").n(\'v\',(($("#k").f()+1z)>m[1]?m[3]:m[3]+C.T((m[1]-$("#k").f()-1z)/2)))};$.b.c.1h=7(H,2A){u 2f($.3I(H.3u?H[0]:H,2A,F))||0};$.b.c.1R=7(H){9 m=H.4g();m.v+=$.b.c.1h(H,\'3k\');m.v+=$.b.c.1h(H,\'3J\');m.y+=$.b.c.1h(H,\'3H\');m.y+=$.b.c.1h(H,\'3D\');u m};$.b.c.38=7(){$(".I").S();$("#35").J()};$.b.c.1n=7(){u[$(11).g(),$(11).f(),$(W).3i(),$(W).3p()]};$.b.c.2G=7(){5(!$("#I").1u(\':19\')){33(1w);u}$("#I > 6").n(\'v\',(1v*-40)+\'z\');1v=(1v+1)%12};$.b.c.34=7(){33(1w);9 m=$.b.c.1n();$("#I").n({\'y\':((m[0]-40)/2+m[2]),\'v\':((m[1]-40)/2+m[3])}).J();$("#I").14(\'R\',$.b.c.1l);1w=3Q($.b.c.2G,3X)};$.b.c.1l=7(){16=F;$(s).x();$("#1i, #V").x();5(4.2b){$("#22").x()}$("#V, .I, #1e, #1f, #G").S();5(4.1r){$(11).x("1N 1T")}1q=7(){$("#1i, #k").S();5(4.1r){$(11).x("1N 1T")}5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'19\')}5($.1O(4.1V)){4.1V()}16=D};5($("#k").1u(":19")!==D){5(4.26>0&&4.j[4.h].1a!==1L){9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);9 K={\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()};5(4.1X){K.25=\'S\'}$("#k").31(D,F).24(K,4.26,4.2S,1q)}t{$("#k").31(D,F).1Z("2N",1q)}}t{1q()}u D};$.b.c.2V=7(){9 o=\'\';o+=\'<6 l="1i"></6>\';o+=\'<6 l="22">\';o+=\'<6 p="I" l="I"><6></6></6>\';o+=\'<6 l="k">\';o+=\'<6 l="2I">\';o+=\'<6 l="V"></6>\';o+=\'<6 l="E"><6 p="E 44"></6><6 p="E 43"></6><6 p="E 42"></6><6 p="E 3V"></6><6 p="E 3U"></6><6 p="E 3O"></6><6 p="E 3M"></6><6 p="E 3P"></6></6>\';o+=\'<a d="2P:;" l="1e"><1p p="1Y" l="2O"></1p></a><a d="2P:;" l="1f"><1p p="1Y" l="2M"></1p></a>\';o+=\'<6 l="q"></6>\';o+=\'<6 l="G"></6>\';o+=\'</6>\';o+=\'</6>\';o+=\'</6>\';$(o).2H("46");$(\'<32 4i="0" 4h="0" 4k="0"><2L><13 p="G" l="4l"></13><13 p="G" l="4o"><6></6></13><13 p="G" l="4n"></13></2L></32>\').2H(\'#G\');5(P){$("#2I").47(\'<17 p="4a" 4e="2J" 2K="0"></17>\');$("#V, .E, .G, .1Y").2Q()}};$.b.c.2R={2Y:10,30:F,1X:D,1W:0,26:0,2X:3G,2W:\'28\',2S:\'28\',2T:\'28\',1I:3B,1x:3v,23:F,2U:0.3,2b:F,1r:F,j:[],2c:2d,2a:2d,1V:2d};$(W).3y(7(){$.b.c.2V()})})(4f);',62,274,'||||opts|if|div|function||var||fn|fancybox|href||height|width|itemCurrent||itemArray|fancy_outer|id|pos|css|html|class|fancy_content||imagePreloader|else|return|top||unbind|left|px|elem|this|Math|false|fancy_bg|true|fancy_title|el|fancy_loading|show|itemOpts|pad|orig_item|length|item|isIE|src|click|hide|round|target|fancy_close|document|title|settings|subGroup||window||td|bind|orig_pos|busy|iframe||visible|orig|position|match|_change_item|fancy_left|fancy_right|_finish|getNumeric|fancy_overlay|value|_set_content|close|img|getViewport|Image|span|__cleanup|centerOnScroll|normal|new|is|loadingFrame|loadingTimer|frameHeight|imageRegExp|50|objNext|keydown|empty|first|style|append|children|rel|frameWidth|image|_proceed_image|undefined|min|resize|isFunction|select|object|getPosition|visibility|scroll|embed|callbackOnClose|zoomSpeedIn|zoomOpacity|fancy_ico|fadeOut||fadeIn|fancy_wrap|overlayShow|animate|opacity|zoomSpeedOut||swing|keyCode|callbackOnShow|hideOnContentClick|callbackOnStart|null|absolute|parseInt|scrollBox|_initialize|bottom|push|substr|indexOf|data|relative|filter|png|browser|_start|matchedGroup|each|removeExpression|itemLeft|itemTop|stopPropagation|_set_navigation|100|prop|auto|setExpression|parentNode|right|_preload_neighbor_images|animateLoading|appendTo|fancy_inner|no|frameborder|tr|fancy_right_ico|fast|fancy_left_ico|javascript|fixPNG|defaults|easingOut|easingChange|overlayOpacity|build|easingIn|zoomSpeedChange|padding|backgroundImage|imageScale|stop|table|clearInterval|showLoading|fancy_frame|||showIframe||complete|load|bmp|jpeg|fancy_div|split|replace|enabled|scrollLeft|className|paddingTop|random|1000|fancy_iframe|name|scrollTop|onload|location|hidden|RegExp|jquery|355|url|extend|ready|version|jpg|425|for|borderLeftWidth|hspace|while|300|paddingLeft|curCSS|borderTopWidth|msie|fancy_ajax|fancy_bg_w|scale|fancy_bg_sw|fancy_bg_nw|setInterval|DXImageTransform|clientWidth|sizingMethod|fancy_bg_s|fancy_bg_se|progid|66|gif|repeat||backgroundRepeat|fancy_bg_e|fancy_bg_ne|fancy_bg_n|none|body|prepend|alt|fancy_img|fancy_bigIframe|60|crop|AlphaImageLoader|scrolling|jQuery|offset|cellpadding|cellspacing|clientHeight|border|fancy_title_left|Microsoft|fancy_title_right|fancy_title_main|get'.split('|'),0,{}))

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/jquery-fancybox-121.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_closebox.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/jquery/plugins/fancybox/fancy_closebox.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/prevlabel.gif
===================================================================
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/jquery/plugins/fancybox/prevlabel.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_shadow_nw.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/jquery/plugins/fancybox/fancy_shadow_nw.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_shadow_sw.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/jquery/plugins/fancybox/fancy_shadow_sw.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/nextlabel.gif
===================================================================
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/jquery/plugins/fancybox/nextlabel.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/loading.gif
===================================================================
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/jquery/plugins/fancybox/loading.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_title_right.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/jquery/plugins/fancybox/fancy_title_right.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_shadow_e.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/jquery/plugins/fancybox/fancy_shadow_e.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_shadow_n.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/jquery/plugins/fancybox/fancy_shadow_n.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_shadow_s.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/jquery/plugins/fancybox/fancy_shadow_s.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_shadow_w.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/jquery/plugins/fancybox/fancy_shadow_w.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancybox.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancybox.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancybox.css	(nonexistent)
@@ -1,92 +0,0 @@
-div#fancy_overlay {
-	position:absolute;
-	top: 0;
-	left: 0;
-	z-index: 90;
-	width: 100%;
-	background-color: #333;
-}
-
-div#fancy_loading {
-	position: absolute;
-	height: 40px;
-	width: 40px;
-	cursor: pointer;
-	display: none;
-	overflow: hidden;
-	background: transparent;
-	z-index: 100;
-}
-
-div#fancy_loading div {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 40px;
-	height: 480px;
-	background: transparent url(fancy_progress.png) no-repeat;
-}
-
-div#fancy_close {
-/*
-	position: absolute;
-	top: -12px;
-	right: -12px;
-	height: 30px;
-	width: 30px;
-	background: transparent url(fancy_closebox.png) ;
-	cursor: pointer;
-	z-index: 100;
-	display: none;
-*/
-}
-
-div#fancy_content {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-	padding: 0; 
-	margin: 0;
-	z-index: 96;
-}
-
-#fancy_frame {
-	position: relative;
-	width: 100%;
-	height: 100%;
-	display: none;
-}
-
-img#fancy_img {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-	border:0; 
-	padding: 0; 
-	margin: 0;
-	z-index: 92;
-}
-
-div#fancy_outer {
-	position: absolute;
-    top: 0;
-    left: 0;
-    z-index: 90;
-    padding: 18px 18px 58px 18px;
-    margin: 0;
-    overflow: hidden;
-    background: transparent;
-    display: none;
-}
-
-div#fancy_inner {
-	position: relative;
-	width:100%;
-	height:100%;
-	border: 1px solid #444;
-	background: #FFF;
-}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancybox.css
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_progress.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/jquery/plugins/fancybox/fancy_progress.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_right.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/jquery/plugins/fancybox/fancy_right.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/close.gif
===================================================================
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/jquery/plugins/fancybox/close.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/jquery-fancybox.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/jquery-fancybox.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/jquery-fancybox.js	(nonexistent)
@@ -1,384 +0,0 @@
-/*
- * FancyBox - simple jQuery plugin for fancy image zooming
- * Examples and documentation at: http://fancy.klade.lv/
- * Version: 1.0.0 (29/04/2008)
- * Copyright (c) 2008 Janis Skarnelis
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- * Requires: jQuery v1.2.1 or later
-*/
-(function($) {
-	var opts = {}, 
-		imgPreloader = new Image, imgTypes = ['png', 'jpg', 'jpeg', 'gif'], 
-		loadingTimer, loadingFrame = 1;
-
-   $.fn.fancybox = function(settings) {
-		opts.settings = $.extend({}, $.fn.fancybox.defaults, settings);
-
-		$.fn.fancybox.init();
-
-		return this.each(function() {
-			var $this = $(this);
-			var o = $.metadata ? $.extend({}, opts.settings, $this.metadata()) : opts.settings;
-
-			$this.unbind('click').click(function() {
-				$.fn.fancybox.start(this, o); return false;
-			});
-		});
-	};
-
-	$.fn.fancybox.start = function(el, o) {
-		if (opts.animating) return false;
-
-		if (o.overlayShow) {
-			$("#fancy_wrap").prepend('<div id="fancy_overlay"></div>');
-			$("#fancy_overlay").css({'width': $(window).width(), 'height': $(document).height(), 'opacity': o.overlayOpacity});
-
-			if ($.browser.msie) {
-				$("#fancy_wrap").prepend('<iframe id="fancy_bigIframe" scrolling="no" frameborder="0"></iframe>');
-				$("#fancy_bigIframe").css({'width': $(window).width(), 'height': $(document).height(), 'opacity': 0});
-			}
-
-			$("#fancy_overlay").click($.fn.fancybox.close);
-		}
-
-		opts.itemArray	= [];
-		opts.itemNum	= 0;
-
-		if (jQuery.isFunction(o.itemLoadCallback)) {
-		   o.itemLoadCallback.apply(this, [opts]);
-
-			var c	= $(el).children("img:first").length ? $(el).children("img:first") : $(el);
-			var tmp	= {'width': c.width(), 'height': c.height(), 'pos': $.fn.fancybox.getPosition(c)}
-
-		   for (var i = 0; i < opts.itemArray.length; i++) {
-				opts.itemArray[i].o = $.extend({}, o, opts.itemArray[i].o);
-				
-				if (o.zoomSpeedIn > 0 || o.zoomSpeedOut > 0) {
-					opts.itemArray[i].orig = tmp;
-				}
-		   }
-
-		} else {
-			if (!el.rel || el.rel == '') {
-				var item = {url: el.href, title: el.title, o: o};
-
-				if (o.zoomSpeedIn > 0 || o.zoomSpeedOut > 0) {
-					var c = $(el).children("img:first").length ? $(el).children("img:first") : $(el);
-					item.orig = {'width': c.width(), 'height': c.height(), 'pos': $.fn.fancybox.getPosition(c)}
-				}
-
-				opts.itemArray.push(item);
-
-			} else {
-				var arr	= $("a[@rel=" + el.rel + "]").get();
-
-				for (var i = 0; i < arr.length; i++) {
-					var tmp		= $.metadata ? $.extend({}, o, $(arr[i]).metadata()) : o;
-   					var item	= {url: arr[i].href, title: arr[i].title, o: tmp};
-
-   					if (o.zoomSpeedIn > 0 || o.zoomSpeedOut > 0) {
-						var c = $(arr[i]).children("img:first").length ? $(arr[i]).children("img:first") : $(el);
-
-						item.orig = {'width': c.width(), 'height': c.height(), 'pos': $.fn.fancybox.getPosition(c)}
-					}
-
-					if (arr[i].href == el.href) opts.itemNum = i;
-
-					opts.itemArray.push(item);
-				}
-			}
-		}
-
-		$.fn.fancybox.changeItem(opts.itemNum);
-	};
-
-	$.fn.fancybox.changeItem = function(n) {
-		$.fn.fancybox.showLoading();
-
-		opts.itemNum = n;
-
-		$("#fancy_nav").empty();
-		$("#fancy_outer").stop();
-		$("#fancy_title").hide();
-		$(document).unbind("keydown");
-
-		imgRegExp = imgTypes.join('|');
-    	imgRegExp = new RegExp('\.' + imgRegExp + '$', 'i');
-
-		var url = opts.itemArray[n].url;
-
-		if (url.match(/#/)) {
-			var target = window.location.href.split('#')[0]; target = url.replace(target,'');
-
-	        $.fn.fancybox.showItem('<div id="fancy_div">' + $(target).html() + '</div>');
-
-	        $("#fancy_loading").hide();
-
-		} else if (url.match(imgRegExp)) {
-			$(imgPreloader).unbind('load').bind('load', function() {
-				$("#fancy_loading").hide();
-
-				opts.itemArray[n].o.frameWidth	= imgPreloader.width;
-				opts.itemArray[n].o.frameHeight	= imgPreloader.height;
-
-				$.fn.fancybox.showItem('<img id="fancy_img" src="' + imgPreloader.src + '" />');
-
-			}).attr('src', url + '?rand=' + Math.floor(Math.random() * 999999999) );
-
-		} else {
-			$.fn.fancybox.showItem('<iframe id="fancy_frame" onload="$.fn.fancybox.showIframe()" name="fancy_iframe' + Math.round(Math.random()*1000) + '" frameborder="0" hspace="0" src="' + url + '"></iframe>');
-		}
-	};
-
-	$.fn.fancybox.showIframe = function() {
-		$("#fancy_loading").hide();
-		$("#fancy_frame").show();
-	};
-
-	$.fn.fancybox.showItem = function(val) {
-		$.fn.fancybox.preloadNeighborImages();
-
-		var viewportPos	= $.fn.fancybox.getViewport();
-		var itemSize	= $.fn.fancybox.getMaxSize(viewportPos[0] - 50, viewportPos[1] - 100, opts.itemArray[opts.itemNum].o.frameWidth, opts.itemArray[opts.itemNum].o.frameHeight);
-
-		var itemLeft	= viewportPos[2] + Math.round((viewportPos[0] - itemSize[0]) / 2) - 20;
-		var itemTop		= viewportPos[3] + Math.round((viewportPos[1] - itemSize[1]) / 2) - 40;
-
-		var itemOpts = {
-			'left':		itemLeft, 
-			'top':		itemTop, 
-			'width':	itemSize[0] + 'px', 
-			'height':	itemSize[1] + 'px'	
-		}
-
-		if (opts.active) {
-			$('#fancy_content').fadeOut("normal", function() {
-				$("#fancy_content").empty();
-				
-				$("#fancy_outer").animate(itemOpts, "normal", function() {
-					$("#fancy_content").append($(val)).fadeIn("normal");
-					$.fn.fancybox.updateDetails();
-				});
-			});
-
-		} else {
-			opts.active = true;
-
-			$("#fancy_content").empty();
-
-			if ($("#fancy_content").is(":animated")) {
-				console.info('animated!');
-			}
-
-			if (opts.itemArray[opts.itemNum].o.zoomSpeedIn > 0) {
-				opts.animating		= true;
-				itemOpts.opacity	= "show";
-
-				$("#fancy_outer").css({
-					'top':		opts.itemArray[opts.itemNum].orig.pos.top - 18,
-					'left':		opts.itemArray[opts.itemNum].orig.pos.left - 18,
-					'height':	opts.itemArray[opts.itemNum].orig.height,
-					'width':	opts.itemArray[opts.itemNum].orig.width
-				});
-
-				$("#fancy_content").append($(val)).show();
-
-				$("#fancy_outer").animate(itemOpts, opts.itemArray[opts.itemNum].o.zoomSpeedIn, function() {
-					opts.animating = false;
-					$.fn.fancybox.updateDetails();
-				});
-
-			} else {
-				$("#fancy_content").append($(val)).show();
-				$("#fancy_outer").css(itemOpts).show();
-				$.fn.fancybox.updateDetails();
-			}
-		 }
-	};
-
-	$.fn.fancybox.updateDetails = function() {
-		$("#fancy_bg,#fancy_close").show();
-
-		if (opts.itemArray[opts.itemNum].title !== undefined && opts.itemArray[opts.itemNum].title !== '') {
-			$('#fancy_title div').html(opts.itemArray[opts.itemNum].title);
-			$('#fancy_title').show();
-		}
-
-		if (opts.itemArray[opts.itemNum].o.hideOnContentClick) {
-			$("#fancy_content").click($.fn.fancybox.close);
-		} else {
-			$("#fancy_content").unbind('click');
-		}
-
-		if (opts.itemNum != 0) {
-			$("#fancy_nav").append('<a id="fancy_left" href="javascript:;"></a>');
-
-			$('#fancy_left').click(function() {
-				$.fn.fancybox.changeItem(opts.itemNum - 1); return false;
-			});
-		}
-
-		if (opts.itemNum != (opts.itemArray.length - 1)) {
-			$("#fancy_nav").append('<a id="fancy_right" href="javascript:;"></a>');
-			
-			$('#fancy_right').click(function(){
-				$.fn.fancybox.changeItem(opts.itemNum + 1); return false;
-			});
-		}
-
-		$(document).keydown(function(event) {
-			if (event.keyCode == 27) {
-            	$.fn.fancybox.close();
-
-			} else if(event.keyCode == 37 && opts.itemNum != 0) {
-            	$.fn.fancybox.changeItem(opts.itemNum - 1);
-
-			} else if(event.keyCode == 39 && opts.itemNum != (opts.itemArray.length - 1)) {
-            	$.fn.fancybox.changeItem(opts.itemNum + 1);
-			}
-		});
-	};
-
-	$.fn.fancybox.preloadNeighborImages = function() {
-		if ((opts.itemArray.length - 1) > opts.itemNum) {
-			preloadNextImage = new Image();
-			preloadNextImage.src = opts.itemArray[opts.itemNum + 1].url;
-		}
-
-		if (opts.itemNum > 0) {
-			preloadPrevImage = new Image();
-			preloadPrevImage.src = opts.itemArray[opts.itemNum - 1].url;
-		}
-	};
-
-	$.fn.fancybox.close = function() {
-		if (opts.animating) return false;
-
-		$(imgPreloader).unbind('load');
-		$(document).unbind("keydown");
-
-		$("#fancy_loading,#fancy_title,#fancy_close,#fancy_bg").hide();
-
-		$("#fancy_nav").empty();
-
-		opts.active	= false;
-
-		if (opts.itemArray[opts.itemNum].o.zoomSpeedOut > 0) {
-			var itemOpts = {
-				'top':		opts.itemArray[opts.itemNum].orig.pos.top - 18,
-				'left':		opts.itemArray[opts.itemNum].orig.pos.left - 18,
-				'height':	opts.itemArray[opts.itemNum].orig.height,
-				'width':	opts.itemArray[opts.itemNum].orig.width,
-				'opacity':	'hide'
-			};
-
-			opts.animating = true;
-
-			$("#fancy_outer").animate(itemOpts, opts.itemArray[opts.itemNum].o.zoomSpeedOut, function() {
-				$("#fancy_content").hide().empty();
-				$("#fancy_overlay,#fancy_bigIframe").remove();
-				opts.animating = false;
-			});
-
-		} else {
-			$("#fancy_outer").hide();
-			$("#fancy_content").hide().empty();
-			$("#fancy_overlay,#fancy_bigIframe").fadeOut("fast").remove();
-		}
-	};
-
-	$.fn.fancybox.showLoading = function() {
-		clearInterval(loadingTimer);
-
-		var pos = $.fn.fancybox.getViewport();
-
-		$("#fancy_loading").css({'left': ((pos[0] - 40) / 2 + pos[2]), 'top': ((pos[1] - 40) / 2 + pos[3])}).show();
-		$("#fancy_loading").bind('click', $.fn.fancybox.close);
-		
-		loadingTimer = setInterval($.fn.fancybox.animateLoading, 66);
-	};
-
-	$.fn.fancybox.animateLoading = function(el, o) {
-		if (!$("#fancy_loading").is(':visible')){
-			clearInterval(loadingTimer);
-			return;
-		}
-
-		$("#fancy_loading > div").css('top', (loadingFrame * -40) + 'px');
-
-		loadingFrame = (loadingFrame + 1) % 12;
-	};
-
-	$.fn.fancybox.init = function() {
-		if (!$('#fancy_wrap').length) {
-			$('<div id="fancy_wrap"><div id="fancy_loading"><div></div></div><div id="fancy_outer"><div id="fancy_inner"><div id="fancy_nav"></div><div id="fancy_close"></div><div id="fancy_content"></div><div id="fancy_title"></div></div></div></div>').appendTo("body");
-			$('<div id="fancy_bg"><div class="fancy_bg fancy_bg_n"></div><div class="fancy_bg fancy_bg_ne"></div><div class="fancy_bg fancy_bg_e"></div><div class="fancy_bg fancy_bg_se"></div><div class="fancy_bg fancy_bg_s"></div><div class="fancy_bg fancy_bg_sw"></div><div class="fancy_bg fancy_bg_w"></div><div class="fancy_bg fancy_bg_nw"></div></div>').prependTo("#fancy_inner");
-			
-			$('<table cellspacing="0" cellpadding="0" border="0"><tr><td id="fancy_title_left"></td><td id="fancy_title_main"><div></div></td><td id="fancy_title_right"></td></tr></table>').appendTo('#fancy_title');
-		}
-
-		if ($.browser.msie) {
-			$("#fancy_inner").prepend('<iframe id="fancy_freeIframe" scrolling="no" frameborder="0"></iframe>');
-		}
-
-		if (jQuery.fn.pngFix) $(document).pngFix();
-
-    	$("#fancy_close").click($.fn.fancybox.close);
-	};
-
-	$.fn.fancybox.getPosition = function(el) {
-		var pos = el.offset();
-
-		pos.top	+= $.fn.fancybox.num(el, 'paddingTop');
-		pos.top	+= $.fn.fancybox.num(el, 'borderTopWidth');
-
- 		pos.left += $.fn.fancybox.num(el, 'paddingLeft');
-		pos.left += $.fn.fancybox.num(el, 'borderLeftWidth');
-
-		return pos;
-	};
-
-	$.fn.fancybox.num = function (el, prop) {
-		return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0;
-	};
-
-	$.fn.fancybox.getPageScroll = function() {
-		var xScroll, yScroll;
-
-		if (self.pageYOffset) {
-			yScroll = self.pageYOffset;
-			xScroll = self.pageXOffset;
-		} else if (document.documentElement && document.documentElement.scrollTop) {
-			yScroll = document.documentElement.scrollTop;
-			xScroll = document.documentElement.scrollLeft;
-		} else if (document.body) {
-			yScroll = document.body.scrollTop;
-			xScroll = document.body.scrollLeft;	
-		}
-
-		return [xScroll, yScroll]; 
-	};
-
-	$.fn.fancybox.getViewport = function() {
-		var scroll = $.fn.fancybox.getPageScroll();
-
-		return [$(window).width(), $(window).height(), scroll[0], scroll[1]];
-	};
-
-	$.fn.fancybox.getMaxSize = function(maxWidth, maxHeight, imageWidth, imageHeight) {
-		var r = Math.min(Math.min(maxWidth, imageWidth) / imageWidth, Math.min(maxHeight, imageHeight) / imageHeight);
-
-		return [Math.round(r * imageWidth), Math.round(r * imageHeight)];
-	};
-
-	$.fn.fancybox.defaults = {
-		hideOnContentClick:	false,
-		zoomSpeedIn:		500,
-		zoomSpeedOut:		500,
-		frameWidth:			600,
-		frameHeight:		400,
-		overlayShow:		false,
-		overlayOpacity:		0.4,
-		itemLoadCallback:	null
-	};
-})(jQuery);
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/jquery-fancybox.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_title_left.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/jquery/plugins/fancybox/fancy_title_left.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/closelabel.gif
===================================================================
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/jquery/plugins/fancybox/closelabel.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancybox-121.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancybox-121.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancybox-121.css	(nonexistent)
@@ -1,315 +0,0 @@
-html, body {
-	height: 100%;
-}
-
-div#fancy_overlay {
-	position: fixed;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-	background-color: #666;
-	display: none;
-	z-index: 30;
-}
-
-* html div#fancy_overlay {
-	position: absolute;
-	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
-}
-
-div#fancy_wrap {
-	text-align: left;
-}
-
-div#fancy_loading {
-	position: absolute;
-	height: 40px;
-	width: 40px;
-	cursor: pointer;
-	display: none;
-	overflow: hidden;
-	background: transparent;
-	z-index: 100;
-}
-
-div#fancy_loading div {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 40px;
-	height: 480px;
-	background: transparent url('fancy_progress.png') no-repeat;
-}
-
-div#fancy_loading_overlay {
-	position: absolute;
-	background-color: #FFF;
-	z-index: 30;
-}
-
-div#fancy_loading_icon {
-	position: absolute;
-	background: url('fancy_loading.gif') no-repeat;
-	z-index: 35;
-	width: 16px;
-	height: 16px;
-}
-
-div#fancy_outer {
-	position: absolute;
-    top: 0;
-    left: 0;
-    z-index: 90;
-    padding: 18px 18px 33px 18px;
-    margin: 0;
-    overflow: hidden;
-    background: transparent;
-    display: none;
-}
-
-div#fancy_inner {
-	position: relative;
-	width:100%;
-	height:100%;
-	border: 1px solid #BBB;
-	background: #FFF;
-}
-
-div#fancy_content {
-	margin: 0;
-	z-index: 100;
-	position: absolute;
-}
-
-div#fancy_div {
-	background: #000;
-	color: #FFF;
-	height: 100%;
-	width: 100%;
-	z-index: 100;
-}
-
-img#fancy_img {
-	position: absolute;
-	top: 0;
-	left: 0;
-	border:0; 
-	padding: 0; 
-	margin: 0;
-	z-index: 100;
-	width: 100%;
-	height: 100%;
-}
-
-div#fancy_close {
-	position: absolute;
-	top: -12px;
-	right: -15px;
-	height: 30px;
-	width: 30px;
-	background: url('fancy_closebox.png') top left no-repeat;
-	cursor: pointer;
-	z-index: 181;
-	display: none;
-}
-
-#fancy_frame {
-	position: relative;
-	width: 100%;
-	height: 100%;
-	display: none;
-}
-
-#fancy_ajax {
-	width: 100%;
-	height: 100%;
-	overflow: auto;
-}
-
-a#fancy_left, a#fancy_right {
-	position: absolute; 
-	bottom: 0px; 
-	height: 100%; 
-	width: 35%; 
-	cursor: pointer;
-	z-index: 111; 
-	display: none;
-	background-image: url(data:image/gif;base64,AAAA);
-	outline: none;
-}
-
-a#fancy_left {
-	left: 0px; 
-}
-
-a#fancy_right {
-	right: 0px; 
-}
-
-span.fancy_ico {
-	position: absolute; 
-	top: 50%;
-	margin-top: -15px;
-	width: 30px;
-	height: 30px;
-	z-index: 112; 
-	cursor: pointer;
-	display: block;
-}
-
-span#fancy_left_ico {
-	left: -9999px;
-	background: transparent url('fancy_left.png') no-repeat;
-}
-
-span#fancy_right_ico {
-	right: -9999px;
-	background: transparent url('fancy_right.png') no-repeat;
-}
-
-a#fancy_left:hover {
-  visibility: visible;
-}
-
-a#fancy_right:hover {
-  visibility: visible;
-}
-
-a#fancy_left:hover span {
-	left: 20px; 
-}
-
-a#fancy_right:hover span {
-	right: 20px; 
-}
-
-.fancy_bigIframe {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-	background: transparent;
-}
-
-div#fancy_bg {
-	position: absolute;
-	top: 0; left: 0;
-	width: 100%;
-	height: 100%;
-	z-index: 70;
-	border: 0;
-	padding: 0;
-	margin: 0;
-}
-	
-div.fancy_bg {
-	position: absolute;
-	display: block;
-	z-index: 70;
-	border: 0;
-	padding: 0;
-	margin: 0;
-}
-
-div.fancy_bg_n {
-	top: -18px;
-	width: 100%;
-	height: 18px;
-	background: transparent url('fancy_shadow_n.png') repeat-x;
-}
-
-div.fancy_bg_ne {
-	top: -18px;
-	right: -13px;
-	width: 13px;
-	height: 18px;
-	background: transparent url('fancy_shadow_ne.png') no-repeat;
-}
-
-div.fancy_bg_e {
-	right: -13px;
-	height: 100%;
-	width: 13px;
-	background: transparent url('fancy_shadow_e.png') repeat-y;
-}
-
-div.fancy_bg_se {
-	bottom: -18px;
-	right: -13px;
-	width: 13px;
-	height: 18px;
-	background: transparent url('fancy_shadow_se.png') no-repeat;
-}
-
-div.fancy_bg_s {
-	bottom: -18px;
-	width: 100%;
-	height: 18px;
-	background: transparent url('fancy_shadow_s.png') repeat-x;
-}
-
-div.fancy_bg_sw {
-	bottom: -18px;
-	left: -13px;
-	width: 13px;
-	height: 18px;
-	background: transparent url('fancy_shadow_sw.png') no-repeat;
-}
-
-div.fancy_bg_w {
-	left: -13px;
-	height: 100%;
-	width: 13px;
-	background: transparent url('fancy_shadow_w.png') repeat-y;
-}
-
-div.fancy_bg_nw {
-	top: -18px;
-	left: -13px;
-	width: 13px;
-	height: 18px;
-	background: transparent url('fancy_shadow_nw.png') no-repeat;
-}
-
-div#fancy_title {
-	position: absolute;
-	bottom: -33px;
-	left: 0;
-	width: 100%;
-	z-index: 100;
-	display: none;
-}
-
-div#fancy_title div {
-	color: #FFF;
-	font: bold 12px Arial;
-	padding-bottom: 3px;
-}
-
-div#fancy_title table {
-	margin: 0 auto;
-}
-
-div#fancy_title table td {
-	padding: 0;
-	vertical-align: middle;
-}
-
-td#fancy_title_left {
-	height: 32px;
-	width: 15px;
-	background: transparent url(fancy_title_left.png) repeat-x;
-}
-
-td#fancy_title_main {
-	height: 32px;
-	background: transparent url(fancy_title_main.png) repeat-x;
-}
-
-td#fancy_title_right {
-	height: 32px;
-	width: 15px;
-	background: transparent url(fancy_title_right.png) repeat-x;
-}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancybox-121.css
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/index.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/index.php	(nonexistent)
@@ -1,28 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-header("Location: ../../../../index.php");
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/index.php
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_title_main.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/jquery/plugins/fancybox/fancy_title_main.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_shadow_se.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/jquery/plugins/fancybox/fancy_shadow_se.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_shadow_ne.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/jquery/plugins/fancybox/fancy_shadow_ne.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/fancybox/fancy_left.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/jquery/plugins/fancybox/fancy_left.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery.dropshadow.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery.dropshadow.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery.dropshadow.js	(nonexistent)
@@ -1,304 +0,0 @@
-/*
-	VERSION: Drop Shadow jQuery Plugin 1.6  12-13-2007
-
-	REQUIRES: jquery.js (1.2.6 or later)
-
-	SYNTAX: $(selector).dropShadow(options);  // Creates new drop shadows
-					$(selector).redrawShadow();       // Redraws shadows on elements
-					$(selector).removeShadow();       // Removes shadows from elements
-					$(selector).shadowId();           // Returns an existing shadow's ID
-
-	OPTIONS:
-
-		left    : integer (default = 4)
-		top     : integer (default = 4)
-		blur    : integer (default = 2)
-		opacity : decimal (default = 0.5)
-		color   : string (default = "black")
-		swap    : boolean (default = false)
-
-	The left and top parameters specify the distance and direction, in	pixels, to
-	offset the shadow. Zero values position the shadow directly behind the element.
-	Positive values shift the shadow to the right and down, while negative values 
-	shift the shadow to the left and up.
-	
-	The blur parameter specifies the spread, or dispersion, of the shadow. Zero 
-	produces a sharp shadow, one or two produces a normal shadow, and	three or four
-	produces a softer shadow. Higher values increase the processing load.
-	
-	The opacity parameter	should be a decimal value, usually less than one. You can
-	use a value	higher than one in special situations, e.g. with extreme blurring. 
-	
-	Color is specified in the usual manner, with a color name or hex value. The
-	color parameter	does not apply with transparent images.
-	
-	The swap parameter reverses the stacking order of the original and the shadow.
-	This can be used for special effects, like an embossed or engraved look.
-
-	EXPLANATION:
-	
-	This jQuery plug-in adds soft drop shadows behind page elements. It is only
-	intended for adding a few drop shadows to mostly stationary objects, like a
-	page heading, a photo, or content containers.
-
-	The shadows it creates are not bound to the original elements, so they won't
-	move or change size automatically if the original elements change. A window
-	resize event listener is assigned, which should re-align the shadows in many
-	cases, but if the elements otherwise move or resize you will have to handle
-	those events manually. Shadows can be redrawn with the redrawShadow() method
-	or removed with the removeShadow() method. The redrawShadow() method uses the
-	same options used to create the original shadow. If you want to change the
-	options, you should remove the shadow first and then create a new shadow.
-	
-	The dropShadow method returns a jQuery collection of the new shadow(s). If
-	further manipulation is required, you can store it in a variable like this:
-
-		var myShadow = $("#myElement").dropShadow();
-
-	You can also read the ID of the shadow from the original element at a later
-	time. To get a shadow's ID, either read the shadowId attribute of the
-	original element or call the shadowId() method. For example:
-
-		var myShadowId = $("#myElement").attr("shadowId");  or
-		var myShadowId = $("#myElement").shadowId();
-
-	If the original element does not already have an ID assigned, a random ID will
-	be generated for the shadow. However, if the original does have an ID, the 
-	shadow's ID will be the original ID and "_dropShadow". For example, if the
-	element's ID is "myElement", the shadow's ID would be "myElement_dropShadow".
-
-	If you have a long piece of text and the user resizes the	window so that the
-	text wraps or unwraps, the shape of the text changes and the words are no
-	longer in the same positions. In that case, you can either preset the height
-	and width, so that it becomes a fixed box, or you can shadow each word
-	separately, like this:
-
-		<h1><span>Your</span> <span>Page</span> <span>Title</span></h1>
-
-		$("h1 span").dropShadow();
-
-	The dropShadow method attempts to determine whether the selected elements have
-	transparent backgrounds. If you want to shadow the content inside an element,
-	like text or a transparent image, it must not have a background-color or
-	background-image style. If the element has a solid background it will create a
-	rectangular	shadow around the outside box.
-
-	The shadow elements are positioned absolutely one layer below the original 
-	element, which is positioned relatively (unless it's already absolute).
-
-	*** All shadows have the "dropShadow" class, for selecting with CSS or jQuery.
-
-	ISSUES:
-	
-		1)	Limited styling of shadowed elements by ID. Because IDs must be unique,
-				and the shadows have their own ID, styles applied by ID won't transfer
-				to the shadows. Instead, style elements by class or use inline styles.
-		2)	Sometimes shadows don't align properly. Elements may need to be wrapped
-				in container elements, margins or floats changed, etc. or you may just 
-				have to tweak the left and top offsets to get them to align. For example,
-				with draggable objects, you have to wrap them inside two divs. Make the 
-				outer div draggable and set the inner div's position to relative. Then 
-				you can create a shadow on the element inside the inner div.
-		3)	If the user changes font sizes it will throw the shadows off. Browsers 
-				do not expose an event for font size changes. The only known way to 
-				detect a user font size change is to embed an invisible text element and
-				then continuously poll for changes in size.
-		4)	Safari support is shaky, and may require even more tweaks/wrappers, etc.
-		
-		The bottom line is that this is a gimick effect, not PFM, and if you push it
-		too hard or expect it to work in every possible situation on every browser,
-		you will be disappointed. Use it sparingly, and don't use it for anything 
-		critical. Otherwise, have fun with it!
-				
-	AUTHOR: Larry Stevens (McLars@eyebulb.com) This work is in the public domain,
-					and it is not supported in any way. Use it at your own risk.
-*/
-
-
-(function($){
-
-	var dropShadowZindex = 1;  //z-index counter
-
-	$.fn.dropShadow = function(options)
-	{
-		// Default options
-		var opt = $.extend({
-			left: 4,
-			top: 4,
-			blur: 2,
-			opacity: .5,
-			color: "black",
-			swap: false
-			}, options);
-		var jShadows = $([]);  //empty jQuery collection
-		
-		// Loop through original elements
-		this.not(".dropShadow").each(function()
-		{
-			var jthis = $(this);
-			var shadows = [];
-			var blur = (opt.blur <= 0) ? 0 : opt.blur;
-			var opacity = (blur == 0) ? opt.opacity : opt.opacity / (blur * 8);
-			var zOriginal = (opt.swap) ? dropShadowZindex : dropShadowZindex + 1;
-			var zShadow = (opt.swap) ? dropShadowZindex + 1 : dropShadowZindex;
-			
-			// Create ID for shadow
-			var shadowId;
-			if (this.id) {
-				shadowId = this.id + "_dropShadow";
-			}
-			else {
-				shadowId = "ds" + (1 + Math.floor(9999 * Math.random()));
-			}
-
-			// Modify original element
-			$.data(this, "shadowId", shadowId); //store id in expando
-			$.data(this, "shadowOptions", options); //store options in expando
-			jthis
-				.attr("shadowId", shadowId)
-				.css("zIndex", zOriginal);
-			if (jthis.css("position") != "absolute") {
-				jthis.css({
-					position: "relative",
-					zoom: 1 //for IE layout
-				});
-			}
-
-			// Create first shadow layer
-			bgColor = jthis.css("backgroundColor");
-			if (bgColor == "rgba(0, 0, 0, 0)") bgColor = "transparent";  //Safari
-			if (bgColor != "transparent" || jthis.css("backgroundImage") != "none" 
-					|| this.nodeName == "SELECT" 
-					|| this.nodeName == "INPUT"
-					|| this.nodeName == "TEXTAREA") {		
-				shadows[0] = $("<div></div>")
-					.css("background", opt.color);								
-			}
-			else {
-				shadows[0] = jthis
-					.clone()
-					.removeAttr("id")
-					.removeAttr("name")
-					.removeAttr("shadowId")
-					.css("color", opt.color);
-			}
-			shadows[0]
-				.addClass("dropShadow")
-				.css({
-					height: jthis.outerHeight(),
-					left: blur,
-					opacity: opacity,
-					position: "absolute",
-					top: blur,
-					width: jthis.outerWidth(),
-					zIndex: zShadow
-				});
-				
-			// Create other shadow layers
-			var layers = (8 * blur) + 1;
-			for (i = 1; i < layers; i++) {
-				shadows[i] = shadows[0].clone();
-			}
-
-			// Position layers
-			var i = 1;			
-			var j = blur;
-			while (j > 0) {
-				shadows[i].css({left: j * 2, top: 0});           //top
-				shadows[i + 1].css({left: j * 4, top: j * 2});   //right
-				shadows[i + 2].css({left: j * 2, top: j * 4});   //bottom
-				shadows[i + 3].css({left: 0, top: j * 2});       //left
-				shadows[i + 4].css({left: j * 3, top: j});       //top-right
-				shadows[i + 5].css({left: j * 3, top: j * 3});   //bottom-right
-				shadows[i + 6].css({left: j, top: j * 3});       //bottom-left
-				shadows[i + 7].css({left: j, top: j});           //top-left
-				i += 8;
-				j--;
-			}
-
-			// Create container
-			var divShadow = $("<div></div>")
-				.attr("id", shadowId) 
-				.addClass("dropShadow")
-				.css({
-					left: jthis.position().left + opt.left - blur,
-					marginTop: jthis.css("marginTop"),
-					marginRight: jthis.css("marginRight"),
-					marginBottom: jthis.css("marginBottom"),
-					marginLeft: jthis.css("marginLeft"),
-					position: "absolute",
-					top: jthis.position().top + opt.top - blur,
-					zIndex: zShadow
-				});
-
-			// Add layers to container	
-			for (i = 0; i < layers; i++) {
-				divShadow.append(shadows[i]);
-			}
-			
-			// Add container to DOM
-			jthis.after(divShadow);
-
-			// Add shadow to return set
-			jShadows = jShadows.add(divShadow);
-
-			// Re-align shadow on window resize
-			$(window).resize(function()
-			{
-				try {
-					divShadow.css({
-						left: jthis.position().left + opt.left - blur,
-						top: jthis.position().top + opt.top - blur
-					});
-				}
-				catch(e){}
-			});
-			
-			// Increment z-index counter
-			dropShadowZindex += 2;
-
-		});  //end each
-		
-		return this.pushStack(jShadows);
-	};
-
-
-	$.fn.redrawShadow = function()
-	{
-		// Remove existing shadows
-		this.removeShadow();
-		
-		// Draw new shadows
-		return this.each(function()
-		{
-			var shadowOptions = $.data(this, "shadowOptions");
-			$(this).dropShadow(shadowOptions);
-		});
-	};
-
-
-	$.fn.removeShadow = function()
-	{
-		return this.each(function()
-		{
-			var shadowId = $(this).shadowId();
-			$("div#" + shadowId).remove();
-		});
-	};
-
-
-	$.fn.shadowId = function()
-	{
-		return $.data(this[0], "shadowId");
-	};
-
-
-	$(function()  
-	{
-		// Suppress printing of shadows
-		var noPrint = "<style type='text/css' media='print'>";
-		noPrint += ".dropShadow{visibility:hidden;}</style>";
-		$("head").append(noPrint);
-	});
-
-})(jQuery);
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery.dropshadow.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-fixedheader.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-fixedheader.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-fixedheader.js	(nonexistent)
@@ -1,141 +0,0 @@
-/**
- * Stupid Fixed Header 1.0.1 - jQuery plugins to create a fixed headers
- * 
- * Require: jQuery 1.2.6
- * Author: Jacky See
- * Blog: http://jacky.seezone.net
- * email:  jackysee at gmail dot com
- * Dual licensed under the MIT and GPL licenses:
- *   http://www.opensource.org/licenses/mit-license.php
- *   http://www.gnu.org/licenses/gpl.html
-*/
-
-(function($){
-	
-	/* created fixed headers , require jquery dimenions plugins*/
-	$.fn.fixedHeader = function(o){
-		var s = {adjustWidth: $.fixedHeader.calcWidth};
-		if(o) $.extend(s,o);
-		
-		return this.each(function(){
-			var table = $(this); //table
-			var tId = this.id;
-			
-			var scrollBarWidth = $.fixedHeader.getScrollBarWidth();
-			var IE6 = $.browser.msie && $.browser.version == '6.0';
-			
-			//wrap a body container
-			var bodyContainer = table.wrap('<div></div>').parent()
-				.attr('id', tId + "_body_container")
-				.css({
-					width: s.width,
-					height: s.height,
-					overflow: 'auto'
-				});
-			
-			//Wrap with an overall container
-			var tableContainer = bodyContainer.wrap('<div></div>').parent()
-				.attr('id', tId + '_table_container')
-				.css('position','relative');
-
-			//clone the header
-			var headerContainer = $(document.createElement('div'))
-				.attr('id', tId + '_header_container')
-				.css({
-					width:  bodyContainer.innerWidth() - scrollBarWidth,
-					height: table.find('thead').outerHeight(), 
-					overflow: 'hidden',
-					top: 0, left:0
-				})
-				.prependTo(tableContainer);
-			
-			var headerTable = table.clone(true)
-				.find('tbody').remove().end()
-				.attr('id',tId + "_header")
-				.addClass(s.tableClass || table[0].className)
-				.css({
-					//width: $.browser.msie? table.outerWidth():table.width(), 
-					'table-layout':'fixed',
-					position:'absolute',
-					top:0, left:0
-				})
-				.append(table.find('thead').clone(true))
-				.appendTo(headerContainer);
-			
-			//sync header width
-			var headThs = headerTable.find('th');
-			table.find('th').each(function(i){
-				headThs.eq(i).css('width', s.adjustWidth(this));
-			})
-			
-			//sync scroll
-			var selects = IE6? table.find("select"): null;
-			bodyContainer.scroll(function(){
-				if(IE6 && selects.size()>0){
-					selects.each(function(i){
-						this.style.visibility =
-							($(this).offset().top - bodyContainer.offset().top) <= table.find("thead").outerHeight() + 10
-							? 'hidden':'visible';
-					});
-				}
-				headerTable.css({
-					left: '-' + $(this).scrollLeft() + 'px'
-				});
-			})
-			
-			//Move it down
-			headerContainer.css({
-				'position': 'absolute',
-				'top': 0
-			});
-		});
-	}
-	
-	$.fixedHeader = {
-		calcWidth: function(th){
-			var w = $(th).width();
-			var paddingLeft = $.fixedHeader.getComputedStyleInPx(th,'paddingLeft');
-			var paddingRight = $.fixedHeader.getComputedStyleInPx(th,'paddingRight');
-			var borderWidth = $.fixedHeader.getComputedStyleInPx(th,'borderRightWidth');			
-			if($.browser.msie) w = w+borderWidth;
-			if($.browser.opera) w = w+borderWidth;
-			if($.browser.safari) w = w+paddingLeft+paddingRight+borderWidth*2;
-			if($.browser.mozilla && parseFloat($.browser.version) <= 1.8) w=w+borderWidth; //FF2 still got a border-left missing problem, this is the best I can do.
-			return w;
-		},
-		getComputedStyleInPx: function(elem,style){
-			var computedStyle = (typeof elem.currentStyle != 'undefined')
-				?elem.currentStyle
-				:document.defaultView.getComputedStyle(elem, null);
-			var val = computedStyle[style];
-			val = val? parseInt(val.replace("px","")):0;
-			return (!val || val == 'NaN')?0:val;
-		},
-		getScrollBarWidth: function() { //calculate or get from global the scroll bar width
-			if(!$.fixedHeader.scrollBarWidth){ 
-				var inner = $(document.createElement('p')).css({width:'100%',height:'100%'});
-				var outer = $(document.createElement('div'))
-					.css({
-						position:'absolute',
-						top: '0px',
-						left: '0px',
-						visibility: 'hidden',
-						width: '200px',
-						height: '150px',
-						overflow: 'hidden'
-					})
-					.append(inner)
-					.appendTo(document.body);
-				
-				var w1 = inner[0].offsetWidth;
-				outer[0].style.overflow = 'scroll';
-				var w2 = inner[0].offsetWidth;
-				if (w1 == w2) w2 = outer[0].clientWidth;
-				document.body.removeChild (outer[0]);
-				$.fixedHeader.scrollBarWidth = (w1 - w2);
-			}
-			return $.fixedHeader.scrollBarWidth;
-		}
-	}
-	
-})(jQuery);
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-fixedheader.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-metadata.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-metadata.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-metadata.js	(nonexistent)
@@ -1,13 +0,0 @@
-/*
- * Metadata - jQuery plugin for parsing metadata from elements
- *
- * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
- *
- * Dual licensed under the MIT and GPL licenses:
- *   http://www.opensource.org/licenses/mit-license.php
- *   http://www.gnu.org/licenses/gpl.html
- *
- * Revision: $Id$
- *
- */
-(function($){$.extend({metadata:{defaults:{type:'class',name:'metadata',cre:/({.*})/,single:'metadata'},setType:function(type,name){this.defaults.type=type;this.defaults.name=name;},get:function(elem,opts){var settings=$.extend({},this.defaults,opts);if(!settings.single.length)settings.single='metadata';var data=$.data(elem,settings.single);if(data)return data;data="{}";if(settings.type=="class"){var m=settings.cre.exec(elem.className);if(m)data=m[1];}else if(settings.type=="elem"){if(!elem.getElementsByTagName)return;var e=elem.getElementsByTagName(settings.name);if(e.length)data=$.trim(e[0].innerHTML);}else if(elem.getAttribute!=undefined){var attr=elem.getAttribute(settings.name);if(attr)data=attr;}if(data.indexOf('{')<0)data="{"+data+"}";data=eval("("+data+")");$.data(elem,settings.single,data);return data;}}});$.fn.metadata=function(opts){return $.metadata.get(this[0],opts);};})(jQuery);
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-metadata.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-slimbox2.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-slimbox2.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-slimbox2.css	(nonexistent)
@@ -1,83 +0,0 @@
-/* SLIMBOX */
-
-#lbOverlay {
-	position: fixed;
-	z-index: 9999;
-	left: 0;
-	top: 0;
-	width: 100%;
-	height: 100%;
-	background-color: #000;
-	cursor: pointer;
-}
-
-#lbCenter, #lbBottomContainer {
-	position: absolute;
-	z-index: 9999;
-	overflow: hidden;
-	background-color: #fff;
-}
-
-.lbLoading {
-	background: #fff url(images/loading.gif) no-repeat center;
-}
-
-#lbImage {
-	position: absolute;
-	left: 0;
-	top: 0;
-	border: 10px solid #fff;
-	background-repeat: no-repeat;
-}
-
-#lbPrevLink, #lbNextLink {
-	display: block;
-	position: absolute;
-	top: 0;
-	width: 50%;
-	outline: none;
-}
-
-#lbPrevLink {
-	left: 0;
-}
-
-#lbPrevLink:hover {
-	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
-}
-
-#lbNextLink {
-	right: 0;
-}
-
-#lbNextLink:hover {
-	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
-}
-
-#lbBottom {
-	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
-	font-size: 10px;
-	color: #666;
-	line-height: 1.4em;
-	text-align: left;
-	border: 10px solid #fff;
-	border-top-style: none;
-}
-
-#lbCloseLink {
-	display: block;
-	float: right;
-	width: 66px;
-	height: 22px;
-	background: transparent url(images/closelabel.gif) no-repeat center;
-	margin: 5px 0;
-	outline: none;
-}
-
-#lbCaption, #lbNumber {
-	margin-right: 71px;
-}
-
-#lbCaption {
-	font-weight: bold;
-}

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/plugins/jquery-slimbox2.css
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/toggle_zip.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/toggle_zip.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/toggle_zip.js	(nonexistent)
@@ -1,14 +0,0 @@
-function toggle() {
-	var check = document.getElementById("file2");
-	if (check.style.visibility == "visible") {
-		for (i=2; i<=10; i++) {
-			document.getElementById("file" + i).style.visibility = "hidden";
-		}
-		document.getElementById("delzip").style.display = "inline";
-	} else {
-		for (i=2; i<=10; i++) {
-			document.getElementById("file" + i).style.visibility = "visible";
-		}
-		document.getElementById("delzip").style.display = "none";
-	}
-}

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/toggle_zip.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-corner.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/jquery-corner.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/jquery-corner.js	(nonexistent)
@@ -1,178 +0,0 @@
-/*!
- * jQuery corner plugin: simple corner rounding
- * Examples and documentation at: http://jquery.malsup.com/corner/
- * version 1.96 (11-MAY-2009)
- * Dual licensed under the MIT and GPL licenses:
- * http://www.opensource.org/licenses/mit-license.php
- * http://www.gnu.org/licenses/gpl.html
- */
-
-/**
- *  corner() takes a single string argument:  $('#myDiv').corner("effect corners width")
- *
- *  effect:  name of the effect to apply, such as round, bevel, notch, bite, etc (default is round). 
- *  corners: one or more of: top, bottom, tr, tl, br, or bl. 
- *           by default, all four corners are adorned. 
- *  width:   width of the effect; in the case of rounded corners this is the radius. 
- *           specify this value using the px suffix such as 10px (and yes, it must be pixels).
- *
- * @name corner
- * @type jQuery
- * @param String options Options which control the corner style
- * @cat Plugins/Corner
- * @return jQuery
- * @author Dave Methvin (http://methvin.com/jquery/jq-corner.html)
- * @author Mike Alsup   (http://jquery.malsup.com/corner/)
- */
-;(function($) { 
-
-var expr = (function() {
-    var div = document.createElement('div');
-    try { div.style.setExpression('width','0+0'); }
-    catch(e) { return false; }
-    return true;
-})();
-    
-function sz(el, p) { 
-    return parseInt($.css(el,p))||0; 
-};
-function hex2(s) {
-    var s = parseInt(s).toString(16);
-    return ( s.length < 2 ) ? '0'+s : s;
-};
-function gpc(node) {
-    for ( ; node && node.nodeName.toLowerCase() != 'html'; node = node.parentNode ) {
-        var v = $.css(node,'backgroundColor');
-        if ( v.indexOf('rgb') >= 0 ) { 
-            if ($.browser.safari && v == 'rgba(0, 0, 0, 0)')
-                continue;
-            var rgb = v.match(/\d+/g); 
-            return '#'+ hex2(rgb[0]) + hex2(rgb[1]) + hex2(rgb[2]);
-        }
-        if ( v && v != 'transparent' )
-            return v;
-    }
-    return '#ffffff';
-};
-
-function getWidth(fx, i, width) {
-    switch(fx) {
-    case 'round':  return Math.round(width*(1-Math.cos(Math.asin(i/width))));
-    case 'cool':   return Math.round(width*(1+Math.cos(Math.asin(i/width))));
-    case 'sharp':  return Math.round(width*(1-Math.cos(Math.acos(i/width))));
-    case 'bite':   return Math.round(width*(Math.cos(Math.asin((width-i-1)/width))));
-    case 'slide':  return Math.round(width*(Math.atan2(i,width/i)));
-    case 'jut':    return Math.round(width*(Math.atan2(width,(width-i-1))));
-    case 'curl':   return Math.round(width*(Math.atan(i)));
-    case 'tear':   return Math.round(width*(Math.cos(i)));
-    case 'wicked': return Math.round(width*(Math.tan(i)));
-    case 'long':   return Math.round(width*(Math.sqrt(i)));
-    case 'sculpt': return Math.round(width*(Math.log((width-i-1),width)));
-    case 'dog':    return (i&1) ? (i+1) : width;
-    case 'dog2':   return (i&2) ? (i+1) : width;
-    case 'dog3':   return (i&3) ? (i+1) : width;
-    case 'fray':   return (i%2)*width;
-    case 'notch':  return width; 
-    case 'bevel':  return i+1;
-    }
-};
-
-$.fn.corner = function(o) {
-    // in 1.3+ we can fix mistakes with the ready state
-	if (this.length == 0) {
-        if (!$.isReady && this.selector) {
-            var s = this.selector, c = this.context;
-            $(function() {
-                $(s,c).corner(o);
-            });
-        }
-        return this;
-	}
-
-    o = (o||"").toLowerCase();
-    var keep = /keep/.test(o);                       // keep borders?
-    var cc = ((o.match(/cc:(#[0-9a-f]+)/)||[])[1]);  // corner color
-    var sc = ((o.match(/sc:(#[0-9a-f]+)/)||[])[1]);  // strip color
-    var width = parseInt((o.match(/(\d+)px/)||[])[1]) || 10; // corner width
-    var re = /round|bevel|notch|bite|cool|sharp|slide|jut|curl|tear|fray|wicked|sculpt|long|dog3|dog2|dog/;
-    var fx = ((o.match(re)||['round'])[0]);
-    var edges = { T:0, B:1 };
-    var opts = {
-        TL:  /top|tl/.test(o),       TR:  /top|tr/.test(o),
-        BL:  /bottom|bl/.test(o),    BR:  /bottom|br/.test(o)
-    };
-    if ( !opts.TL && !opts.TR && !opts.BL && !opts.BR )
-        opts = { TL:1, TR:1, BL:1, BR:1 };
-    var strip = document.createElement('div');
-    strip.style.overflow = 'hidden';
-    strip.style.height = '1px';
-    strip.style.backgroundColor = sc || 'transparent';
-    strip.style.borderStyle = 'solid';
-    return this.each(function(index){
-        var pad = {
-            T: parseInt($.css(this,'paddingTop'))||0,     R: parseInt($.css(this,'paddingRight'))||0,
-            B: parseInt($.css(this,'paddingBottom'))||0,  L: parseInt($.css(this,'paddingLeft'))||0
-        };
-
-        if (typeof this.style.zoom != undefined) this.style.zoom = 1; // force 'hasLayout' in IE
-        if (!keep) this.style.border = 'none';
-        strip.style.borderColor = cc || gpc(this.parentNode);
-        var cssHeight = $.curCSS(this, 'height');
-
-        for (var j in edges) {
-            var bot = edges[j];
-            // only add stips if needed
-            if ((bot && (opts.BL || opts.BR)) || (!bot && (opts.TL || opts.TR))) {
-                strip.style.borderStyle = 'none '+(opts[j+'R']?'solid':'none')+' none '+(opts[j+'L']?'solid':'none');
-                var d = document.createElement('div');
-                $(d).addClass('jquery-corner');
-                var ds = d.style;
-
-                bot ? this.appendChild(d) : this.insertBefore(d, this.firstChild);
-
-                if (bot && cssHeight != 'auto') {
-                    if ($.css(this,'position') == 'static')
-                        this.style.position = 'relative';
-                    ds.position = 'absolute';
-                    ds.bottom = ds.left = ds.padding = ds.margin = '0';
-                    if (expr)
-                        ds.setExpression('width', 'this.parentNode.offsetWidth');
-                    else
-                        ds.width = '100%';
-                }
-                else if (!bot && $.browser.msie) {
-                    if ($.css(this,'position') == 'static')
-                        this.style.position = 'relative';
-                    ds.position = 'absolute';
-                    ds.top = ds.left = ds.right = ds.padding = ds.margin = '0';
-                    
-                    // fix ie6 problem when blocked element has a border width
-                    if (expr) {
-                        var bw = sz(this,'borderLeftWidth') + sz(this,'borderRightWidth');
-                        ds.setExpression('width', 'this.parentNode.offsetWidth - '+bw+'+ "px"');
-                    }
-                    else
-                        ds.width = '100%';
-                }
-                else {
-                    ds.margin = !bot ? '-'+pad.T+'px -'+pad.R+'px '+(pad.T-width)+'px -'+pad.L+'px' : 
-                                        (pad.B-width)+'px -'+pad.R+'px -'+pad.B+'px -'+pad.L+'px';                
-                }
-
-                for (var i=0; i < width; i++) {
-                    var w = Math.max(0,getWidth(fx,i, width));
-                    var e = strip.cloneNode(false);
-                    e.style.borderWidth = '0 '+(opts[j+'R']?w:0)+'px 0 '+(opts[j+'L']?w:0)+'px';
-                    bot ? d.appendChild(e) : d.insertBefore(e, d.firstChild);
-                }
-            }
-        }
-    });
-};
-
-$.fn.uncorner = function() { 
-	$('div.jquery-corner', this).remove();
-	return this;
-};
-    
-})(jQuery);

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-corner.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-fixedheader.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/jquery-fixedheader.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/jquery-fixedheader.js	(nonexistent)
@@ -1,141 +0,0 @@
-/**
- * Stupid Fixed Header 1.0.1 - jQuery plugins to create a fixed headers
- * 
- * Require: jQuery 1.2.6
- * Author: Jacky See
- * Blog: http://jacky.seezone.net
- * email:  jackysee at gmail dot com
- * Dual licensed under the MIT and GPL licenses:
- *   http://www.opensource.org/licenses/mit-license.php
- *   http://www.gnu.org/licenses/gpl.html
-*/
-
-(function($){
-	
-	/* created fixed headers , require jquery dimenions plugins*/
-	$.fn.fixedHeader = function(o){
-		var s = {adjustWidth: $.fixedHeader.calcWidth};
-		if(o) $.extend(s,o);
-		
-		return this.each(function(){
-			var table = $(this); //table
-			var tId = this.id;
-			
-			var scrollBarWidth = $.fixedHeader.getScrollBarWidth();
-			var IE6 = $.browser.msie && $.browser.version == '6.0';
-			
-			//wrap a body container
-			var bodyContainer = table.wrap('<div></div>').parent()
-				.attr('id', tId + "_body_container")
-				.css({
-					width: s.width,
-					height: s.height,
-					overflow: 'auto'
-				});
-			
-			//Wrap with an overall container
-			var tableContainer = bodyContainer.wrap('<div></div>').parent()
-				.attr('id', tId + '_table_container')
-				.css('position','relative');
-
-			//clone the header
-			var headerContainer = $(document.createElement('div'))
-				.attr('id', tId + '_header_container')
-				.css({
-					width:  bodyContainer.innerWidth() - scrollBarWidth,
-					height: table.find('thead').outerHeight(), 
-					overflow: 'hidden',
-					top: 0, left:0
-				})
-				.prependTo(tableContainer);
-			
-			var headerTable = table.clone(true)
-				.find('tbody').remove().end()
-				.attr('id',tId + "_header")
-				.addClass(s.tableClass || table[0].className)
-				.css({
-					//width: $.browser.msie? table.outerWidth():table.width(), 
-					'table-layout':'fixed',
-					position:'absolute',
-					top:0, left:0
-				})
-				.append(table.find('thead').clone(true))
-				.appendTo(headerContainer);
-			
-			//sync header width
-			var headThs = headerTable.find('th');
-			table.find('th').each(function(i){
-				headThs.eq(i).css('width', s.adjustWidth(this));
-			})
-			
-			//sync scroll
-			var selects = IE6? table.find("select"): null;
-			bodyContainer.scroll(function(){
-				if(IE6 && selects.size()>0){
-					selects.each(function(i){
-						this.style.visibility =
-							($(this).offset().top - bodyContainer.offset().top) <= table.find("thead").outerHeight() + 10
-							? 'hidden':'visible';
-					});
-				}
-				headerTable.css({
-					left: '-' + $(this).scrollLeft() + 'px'
-				});
-			})
-			
-			//Move it down
-			headerContainer.css({
-				'position': 'absolute',
-				'top': 0
-			});
-		});
-	}
-	
-	$.fixedHeader = {
-		calcWidth: function(th){
-			var w = $(th).width();
-			var paddingLeft = $.fixedHeader.getComputedStyleInPx(th,'paddingLeft');
-			var paddingRight = $.fixedHeader.getComputedStyleInPx(th,'paddingRight');
-			var borderWidth = $.fixedHeader.getComputedStyleInPx(th,'borderRightWidth');			
-			if($.browser.msie) w = w+borderWidth;
-			if($.browser.opera) w = w+borderWidth;
-			if($.browser.safari) w = w+paddingLeft+paddingRight+borderWidth*2;
-			if($.browser.mozilla && parseFloat($.browser.version) <= 1.8) w=w+borderWidth; //FF2 still got a border-left missing problem, this is the best I can do.
-			return w;
-		},
-		getComputedStyleInPx: function(elem,style){
-			var computedStyle = (typeof elem.currentStyle != 'undefined')
-				?elem.currentStyle
-				:document.defaultView.getComputedStyle(elem, null);
-			var val = computedStyle[style];
-			val = val? parseInt(val.replace("px","")):0;
-			return (!val || val == 'NaN')?0:val;
-		},
-		getScrollBarWidth: function() { //calculate or get from global the scroll bar width
-			if(!$.fixedHeader.scrollBarWidth){ 
-				var inner = $(document.createElement('p')).css({width:'100%',height:'100%'});
-				var outer = $(document.createElement('div'))
-					.css({
-						position:'absolute',
-						top: '0px',
-						left: '0px',
-						visibility: 'hidden',
-						width: '200px',
-						height: '150px',
-						overflow: 'hidden'
-					})
-					.append(inner)
-					.appendTo(document.body);
-				
-				var w1 = inner[0].offsetWidth;
-				outer[0].style.overflow = 'scroll';
-				var w2 = inner[0].offsetWidth;
-				if (w1 == w2) w2 = outer[0].clientWidth;
-				document.body.removeChild (outer[0]);
-				$.fixedHeader.scrollBarWidth = (w1 - w2);
-			}
-			return $.fixedHeader.scrollBarWidth;
-		}
-	}
-	
-})(jQuery);
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-fixedheader.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-metadata.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/jquery-metadata.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/jquery-metadata.js	(nonexistent)
@@ -1,13 +0,0 @@
-/*
- * Metadata - jQuery plugin for parsing metadata from elements
- *
- * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
- *
- * Dual licensed under the MIT and GPL licenses:
- *   http://www.opensource.org/licenses/mit-license.php
- *   http://www.gnu.org/licenses/gpl.html
- *
- * Revision: $Id$
- *
- */
-(function($){$.extend({metadata:{defaults:{type:'class',name:'metadata',cre:/({.*})/,single:'metadata'},setType:function(type,name){this.defaults.type=type;this.defaults.name=name;},get:function(elem,opts){var settings=$.extend({},this.defaults,opts);if(!settings.single.length)settings.single='metadata';var data=$.data(elem,settings.single);if(data)return data;data="{}";if(settings.type=="class"){var m=settings.cre.exec(elem.className);if(m)data=m[1];}else if(settings.type=="elem"){if(!elem.getElementsByTagName)return;var e=elem.getElementsByTagName(settings.name);if(e.length)data=$.trim(e[0].innerHTML);}else if(elem.getAttribute!=undefined){var attr=elem.getAttribute(settings.name);if(attr)data=attr;}if(data.indexOf('{')<0)data="{"+data+"}";data=eval("("+data+")");$.data(elem,settings.single,data);return data;}}});$.fn.metadata=function(opts){return $.metadata.get(this[0],opts);};})(jQuery);
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/jquery-metadata.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/jquery/webkit-focusfix.js
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/jquery/webkit-focusfix.js	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/jquery/webkit-focusfix.js	(nonexistent)
@@ -1,40 +0,0 @@
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) Workaround for Webkit browser to fix focus problems when using skiplinks
- * (de) Workaround für Webkit-Browser, um den Focus zu korrigieren, bei Verwendung von Skiplinks
- *
- * @note			inspired by Paul Ratcliffe's article 
- *					http://www.communis.co.uk/blog/2009-06-02-skip-links-chrome-safari-and-added-wai-aria
- *
- * @copyright       Copyright 2005-2009, Dirk Jesse
- * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link            http://www.yaml.de
- * @package         yaml
- * @version         3.2
- * @revision        $Revision$
- * @lastmodified    $Date$
- */
- 
-var is_webkit = navigator.userAgent.toLowerCase().indexOf('webkit') > -1;
-
-if(is_webkit) 
-{
-	var i;
-	var skiplinks = []
-	
-	if ( document.getElementsByClassName !== undefined) {
-		skiplinks = document.getElementsByClassName('skip');
-
-		for (i=0; i<skiplinks.length; i++) {
-			var target = skiplinks[i].href.substr(skiplinks[i].href.indexOf('#')+1);
-			var targetElement = document.getElementById(target);
-	
-			targetElement.href = '#'+target;
-			targetElement.setAttribute("tabindex", "0");
-	
-			skiplinks[i].setAttribute("onclick", "document.getElementById('"+target+"').focus();");
-		}
-	}	
-}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/jquery/webkit-focusfix.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/theme.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/theme.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/theme.css	(nonexistent)
@@ -1,472 +0,0 @@
-* 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 :#404040; overflow :-moz-scrollbars-vertical; }
-body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; }
-body { background-color :#a8bccb; background-repeat :repeat-x; }
-table {border-collapse: separate;}
-td,th,input,textarea { color :#000000; font-size :1.0em; font-family :Verdana, Arial, Helvetica, sans-serif; }
-textarea { font-size :1em; }
-img { border :0px; }
-form { margin :0; }
-hr { margin :1em auto; color :#003366; height :1px; }
-h1 { color :#000000; font-size :1.8em; text-align :center; text-transform :uppercase; }
-h2 { margin :0.5em 0px 0.5em 0px; color :#336699; font-size :1.5em; }
-h2 { font-family :arial,sans-serif; letter-spacing :-1px; margin :0.5em 0; text-align :left; }
-h4 { margin :0; border-bottom :1px solid #dddddd; padding-bottom :5px; }
-a h3 { margin :0; font-size :1.1em; padding-bottom :2px; }
-li p { margin :0.5em 0; }
-/**/
-a:link, a:visited, a:active { color :#003366; text-decoration :none; }
-a:hover { color :#336699; text-decoration :none; }
-ul, li { margin :0; padding :0; list-style :none; }
-.current a, .current a:link, .current a:active, .current a:visited { background :url(images/menuo.png) #ffffff; background-repeat :repeat-x; color :#ffffff; }
-
-label { cursor :pointer; }
-input:focus, input:active, select:focus, textarea:focus { background :#f1f8fd; }
-iframe { border :1px solid #35373a; }
-div.box { width :100%; margin :-10px 0 0 0; font-size :small; text-align :right; }
-.header { width :900px; margin :0 auto; }
-.container { width :85%; margin :0 auto; background :url(images/bgtitle.png) #ffffff; background-repeat :repeat-x; }
-.content { padding :1.6em; margin :0 auto; min-height :300px; vertical-align :top; width :900px; }
-#content_container { text-align :center; width :900px; clear :both; margin :0 auto; }
-#admintools ul { padding :0; margin :0 auto; width :100%; }
-#admintools li { list-style-type :none; display :inline; float :left; width :47%; margin :0 10px 0 0; }
-.description { padding :4px 4px 0 4px; text-align :left; vertical-align :top; }
-.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; }
-.menu { margin :0; padding :0; padding-top :8px; padding-bottom :10px; padding-left :8px; background :url(images/menu.png) #000000; background-repeat :repeat-x; }
-.menu li { padding-right :1px; list-style-type :none; display :inline; }
-.menu a, .menu a:link, .menu a:active, .menu a:visited { border-bottom :0; padding :7px 11px 9px 11px; color :#ffffff; }
-.menu a:hover { color :#ffffff; background :url(images/menuo.png) #ffffff; background-repeat :repeat-x; text-decoration :none; }
-.note { color :#666666; font-size :10px; }
-div .pages_list { width :100%; font-size :0.7em; }
-.pages_list .icon_col td img { border-style :none; float :left; padding-right :7px; display :block; }
-.pages_list table { width :100%; margin :0 auto; background-color :#dcdcdc; }
-.pages_list ul { margin :0; padding :0px; font-weight :normal; }
-.pages_list ul li { margin :2px 0; padding :0px; list-style-type :none; }
-.page_list_show li { display :block; }
-img.page_list_rights { border :none; margin-right :5px; float :left; margin-top :2px; margin-bottom :2px; }
-.content input { font-size :12px; }
-.section { margin-top :10px; padding :0px; border :1px solid #999999; font-size :1em; width :100%; background-color :#fdfdfd; height :75px; }
-.sections_header { width :100%; margin-bottom :10px; border :none; background-color :#f0f0f0; height :50px; }
-.sections_header td { padding :5px; }
-.setting_name { width :20%; min-width :200px;  }
-.setting_value { width :80%; }
-.setting_value_permissions { width :50%; min-width :400px; }
-.setting_value textarea { height :50px; }
-.title {
-   text-align :left;
-   padding :4px 5px 0px 3px;
-   font-weight :bold;
-   font-size :14px;
-   margin-bottom :5px;
-}
-span.title { display :block; }
-.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; }
-.tool_table li { padding :1px; list-style-type :disc; }
-/* CSS STYLES FOR THE PAGES SECTION */
-table.pages_view { width :100%; margin :0 auto; border :0; background-color :#ecf3f7; border-spacing :0px; }
-table.pages_view tr:hover { background-color :#f1f8dd; }
-/* FORMS */
-.submit, .cancel { width :100px; margin-top :5px; }
-.form_submit .right { text-align :right; }
-.input_small { width :20px; }
-.input_normal { width :120px; }
-.input_medium { width :150px; }
-.input_wide { width :200px; }
-.input_large { width :300px; }
-select option.disabled { color :#aaaaaa; }
-.jsadmin_drag img { padding :3px 0; margin-top :1px; vertical-align :top; cursor :pointer; }
-.modify_link { padding-top :4px; display :inline; vertical-align :middle; }
-.header_list_page_id { width :30px; padding-right :15px; text-align :right; }
-.header_list_actions { width :150px; text-align :left; }
-.list_actions { width :20px; text-align :left; }
-.sections_list { padding-left :10px; font-weight :bold; }
-.header_list_block { width :180px; text-align :left; }
-.header_list_sections_actions { width :30px; text-align :left; }
-.value_page_code { width :240px; color :#006400; font-weight :400; }
-/* Ende */
-.pages_list table td, table.pages_view td { padding :3px; }
-.save, .reset, .input_narrow { width :100px; }
-.settings_table td, .tool_table td { text-align :left; vertical-align :top; }
-#file_mode input, #dir_mode input { width :12px; height :12px; }
-#hide2, .hide, .page_list { display :none; }
-.header_list_page_title, .list_page_title { width :300px; text-align :left; }
-.list_section_id, .list_page_id, .header_list_section_id { width :2em; text-align :right; }
-.list_page_code, .list_page_language { width :240px; }
-.form_submit .left, .header_list_menu_title, .list_menu_title, .header_list_type { text-align :left; }
-.header_title, .sections_list table, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width :100%; }
-.header_list_pubdate_start, .header_list_pubdate_end, .list_pubdate_start, .list_pubdate_end { width :200px; text-align :left; }
-.right{ text-align :right; }
-.left{ text-align :left; }
-/* set div layers in dead tables */
-.subcolumns { width :100%; overflow :hidden; margin :10px 0; }
-.subcolumns_oldgecko { width :100%; float :left; margin :10px 0; }
-.c10l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float :left; }
-.c10r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float :right; margin-left :-5px; }
-  .c10l, .c10r { width :10%; }
-  .c20l, .c20r { width :20%; line-height :2em; }
-  .c40l, .c40r { width :40%; }
-  .c60l, .c60r { width :60%; height :21px; }
-  .c25l, .c25r { width :28%; }
-  .c33l, .c33r { width :33.333%; }
-  .c50l, .c50r { width :50%; }
-  .c66l, .c66r { width :66.666%; }
-  .c38l, .c38r { width :38.2%; }
-  .c62l, .c62r { width :61.8%; }
-  .subc { padding :0 0.5em; }
-  .subcl { padding :0 1em 0 0; }
-  .subcr { padding :0 0 0 1em; }
-.c80l, .c80r, .c90l, .c90r { width :80%; }
-.c75l, .c75r, .c80l, .c80r { width :75%; }
-.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; }
-.row_0 { background-color :transparent; }
-.row_1 { background-color :#ccddee; }
-div.content_box { margin :0em auto; }
-div.content_box form { width :98%; }
-#language,
-#timezone,
-#date_format,
-#time_format { min-width :250px; }
-#display_name,
-#username,
-#email,
-#new_password_1,
-#new_password_2,
-#current_password { min-width :250px; }
-#submit,
-#reset { max-width :100px; }
- div#username { height :17px; width :118%; background-color :#e9e9e9; min-width :250px; border :0px groove #6799c4; text-align :left; font-weight :bold; margin :0; }
-.save_section { margin :20px auto 5px auto; }
-#language,
-#timezone,
-#date_format,
-#time_format,
-#display_name,
-#username,
-#email,
-#new_password_1,
-#new_password_2,
-#current_password { width :118%; }
-.section-info { margin :1.5em 0; }
-.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
-.bigger { font-size :150%; }
-.strong { font-weight :bold; }
-.msg-box { background :#e5ffe6; border :0.2em #009900 solid; color :#336600; margin-bottom :1em; padding :0.63em; text-align :center; }
-.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%; }
-select > option.user-inactive { color :#990000; }
-button.status { cursor :pointer; border-radius :5px; -khtml-border-radius :5px; -webkit-border-radius :5px; -moz-border-radius :5px; }
-
-/* depending styles for /admin/pages_settings */
-div.page-settings {
-	font-size: 0.9em;
-	border: none;
-}
-	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: 210px;
-	}
-	div.page-settings select {
-/*		font-size: 1em; */
-	}
-	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;
-}
-/* ************************************************************************** */
-/* DIV-mbox to show selector or simply content only ************************* */
-div.mbox {
-   padding :10px;
-   margin :15px auto;
-   background-color :#fff;
-   color :#330033;
-   font-size :1em;
-   display :block;
-}
- 	div.mbox div { } /* inner div to expand for additional decorations (see .mbox-icon 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: green; color: green; }
-div.box-error { border-color: red; color: red; }
-div.box-info { border-color: #bb7a00; color: #003ff2;}
-div.box-warning { border-color: orange; color: orange;}
-/* 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-bottom :10px; margin-right :5px; }
-div.mbox label { padding-right :10px; }
-div.mbox label.radio { text-align : left; padding-right :20px; width :100px; }
-div.mbox br { clear : both; }
-/**/
-/* END of mbox - definition ************************************************* */
-/* ************************************************************************** */
-div.content_box form { width : 100%; }
-.content_box {
-   position :relative;
-   margin :0px auto;
-   padding :0;
-}
-   .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; }
-div.col_content { margin-right :0.5em; padding :2px 0 2px 10px; }
-.shadow { box-shadow :3px 3px 10px rgba(0, 0, 0, 0.6); }
-.row_0 { background-color :transparent; }
-.row_1 { background-color : #cccccc; }
-/**/
-h1, h2, h3, h4, h5, h6 { color : #003366; display :block; font-weight :bold; margin :0.5em auto; padding-bottom :5px; }
-h6 { font-size :100%; }
-/**/
-.cleft, div.col_left { float :left; }
-.cright, div.col_right { float :right; }
-.c25, div.col_width25 { width :25%; }
-.c33, div.col_width33 { width :33.333%; }
-.c50, div.col_width50 { width :48%; }
-.c60, div.col_width60 { width :60%; }
-.c75, div.col_width75 { width :75%; }
-.c90, div.col_width90 { width :90%; }
-.c100, div.col_width100 {
-   width :100%;
-   margin : 0 auto;
-}
-.c400, .col_width400 { width :400px; }
-.h30 { height :25px; }
-.h50 { height :49px; }
-.h65 { min-height :70px; overflow :hidden; }
-.h80 { height :80px; }
-.h100 { height :100px; }
-.h120 { height :120px; }
-.h140 { height :140px; }
-.h185 { height :185px; }
-.min_h100 { min-height :100px; }
-.border { border-right :5px solid #cccccc; }
-/**/
-.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; }
-table.layout { table-layout :fixed;  }
-/*overwriting above */
-td,th,textarea { color :#000000; font-size :96%; font-family :Verdana, Arial, Helvetica, sans-serif; }
-textarea { font-size :86%; }
-.container, .hmenu { 
-   min-width :320px;
- }
-.content {
-  padding: 1em;
-  width: 85%;
-  min-width :320px;
-}
-div.dev-info {
-   background :#DDDDDD;
-   max-width: 85%;
-   overflow :auto;
-   height :auto;
-   white-space :normal;
-   margin : 0 auto 10px;
-   position :relative;
-
-}
-div.dev-info div span {
-   margin-bottom :1px;
-
-}
-
-.settings_table, .tool_table {
-   text-align :left;
-   vertical-align :top;
-   width :95%;
-}
-
-input.save,
-input.reset { 
-width: auto;
- }
-.content input {
-  font-size: 100%;
-}
-.msg-box { text-align :left; }
-
-.permission_box { 
-   width :95%;
-   border :2px solid #ddd;
- }
-.permission_box caption { 
-   text-align : center;
-   line-height : 30px;
-   font-weight :bold;
- }
-.permission_box th { 
-   text-align :left;
-   background :#d2e8e8;
- }
-.permission_box th { 
-   text-align :left;
- }
-.permission_box td label { 
-   text-align :left;
-   vertical-align : text-top;
-   font-size :98%;
- }
-textarea { font-size :100%; }
-
-.setting_value label { 
-   text-align :left;
-   vertical-align : text-top;
-   font-size :98%;
- }
-/* header horizontal navigation */  
-div.hmenu {
-   background : #486991 url(images/menu.png);
-   line-height : 3em;
-   margin : 0px auto;
-   font-size :96%;
-   text-align :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 :10px 5px;
-   font-weight :normal;
-   background :transparent;
-} 
-   div.hmenu ul li a.active,
-   div.hmenu ul li a.current {
-   color :#ffffff;
-   background : transparent url(images/menuo.png) repeat-x;
-}
-   div.hmenu ul li:hover,
-   div.hmenu ul li a:hover {
-   color :#ffffff;
-   background : transparent url(images/menuo.png) repeat-x;
-} 
-.main { 
-   width :auto;
-   min-/width :320px;
-   max-width :87em;
-   border :0px solid #000000;
-   margin : 0px auto;
-   padding :0px;
- }
-
-.header { 
-   width :85%;
- }   
- .footer {
-   width :85%;
-   margin :15px auto;
-}
-.logo { 
-   width :278px;
-   padding-right :20px;
- }  
-.version {
-   margin :15px auto;
-   float :right;
-}   
- .topnav { 
-    margin : 0 auto;
-    text-align :center;
- }   
- div.msg-box.center { 
-    margin : 0 auto;
-    text-align :center;
- }   
-.pages_list table td, table.pages_view td {
-   padding :3px;
-   font-size :150%;
-}

Property changes on: branches/2.8.x/wb/templates/wb_theme/theme.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
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

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/logout.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/lock.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/images/lock.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/clock_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/images/clock_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
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

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/home.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/hidden_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/images/hidden_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
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

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/help.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/sections_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/images/sections_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/logo.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/images/logo.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/keys_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/images/keys_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/bgtitle.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/images/bgtitle.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/visible_16_1.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/images/visible_16_1.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
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

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/menu.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/tabl.jpg
===================================================================
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/images/tabl.jpg
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/tabr.jpg
===================================================================
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/images/tabr.jpg
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/user.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/user.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
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

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/view.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/jpeg.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/images/files/jpeg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/jpg.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/images/files/jpg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/html.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/images/files/html.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/png.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/images/files/png.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/pdf.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/images/files/pdf.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/mp3.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/images/files/mp3.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/tiff.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/images/files/tiff.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/tif.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/images/files/tif.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/rar.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/images/files/rar.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/fh.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/images/files/fh.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/gz.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/images/files/gz.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/unknown.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/images/files/unknown.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/tgz.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/images/files/tgz.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/xls.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/images/files/xls.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/aif.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/images/files/aif.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/asf.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/images/files/asf.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/index.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/images/files/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/images/files/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: wb_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Johannes Tassilo Gruber
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.80
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/files/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/fla.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/images/files/fla.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/gif.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/images/files/gif.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/css.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/images/files/css.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/fh10.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/images/files/fh10.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/csv.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/images/files/csv.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/mpg.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/images/files/mpg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/ogg.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/images/files/ogg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/swf.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/images/files/swf.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/vcd.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/images/files/vcd.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/php.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/images/files/php.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/ppt.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/images/files/ppt.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/txt.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/images/files/txt.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/wmv.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/images/files/wmv.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/wav.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/images/files/wav.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/blank_16.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/gif

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/files/blank_16.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/gif
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/zip.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/images/files/zip.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/cda.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/images/files/cda.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/avi.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/images/files/avi.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/blank_16.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/files/blank_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/files/doc.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/images/files/doc.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
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

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/menuo.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/minus_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/images/minus_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/fancy_progress.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/images/fancy_progress.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/calendar_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/images/calendar_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/blank.gif
===================================================================
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/images/blank.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/index.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/images/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/images/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: wb_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Johannes Tassilo Gruber
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.80
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/user_red.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/user_red.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/deleted_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/images/deleted_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/clock_red_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/images/clock_red_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/clock_del_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/images/clock_del_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/sections.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/images/sections.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/restore_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/images/restore_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/plus_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/images/plus_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/pic_exist_16.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/pic_exist_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/registered_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/images/registered_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/up_folder_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/images/up_folder_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/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/images/negative.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/newfolder.gif
===================================================================
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/images/newfolder.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/image.gif
===================================================================
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/images/image.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/info_50.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/images/info_50.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/edit_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/images/edit_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/up_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/images/up_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/blank.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/images/blank.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/positive.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/images/positive.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/system.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/images/system.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/pic_16.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/pic_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/1x1.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/gif

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/1x1.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/gif
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/none_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/images/none_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/folder_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/images/folder_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/siteadd.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/images/siteadd.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/tr.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/images/flags/tr.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/none.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/images/flags/none.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/bg.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/images/flags/bg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/ca.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/images/flags/ca.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/cs.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/images/flags/cs.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/da.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/images/flags/da.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/de.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/images/flags/de.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/en.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/images/flags/en.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/es.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/images/flags/es.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/et.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/images/flags/et.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/fi.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/images/flags/fi.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/fr.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/images/flags/fr.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/hr.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/images/flags/hr.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/hu.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/images/flags/hu.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/it.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/images/flags/it.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/lv.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/images/flags/lv.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/nl.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/images/flags/nl.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/no.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/images/flags/no.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/index.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/images/flags/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/images/flags/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: wb_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Johannes Tassilo Gruber
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.80
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/flags/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/pl.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/images/flags/pl.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/pt.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/images/flags/pt.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/ru.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/images/flags/ru.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/se.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/images/flags/se.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/flags/sk.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/images/flags/sk.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/modify_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/images/modify_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/Image3.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/images/Image3.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/background.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/images/background.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
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

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/login.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/reload_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/images/reload_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/private_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/images/private_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/info_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/images/info_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/unzip.gif
===================================================================
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/images/unzip.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/visible_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/images/visible_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/noclock_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/images/noclock_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/view_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/images/view_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/resize_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/images/resize_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/public_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/images/public_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/delete_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/images/delete_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/user_delete.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/user_delete.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/blank_16.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/gif

Property changes on: branches/2.8.x/wb/templates/wb_theme/images/blank_16.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/gif
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/unlock.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/images/unlock.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/down_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/images/down_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/close.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/images/close.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/images/file.gif
===================================================================
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/images/file.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/templates.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/templates.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/modules.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/modules.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/view.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/view.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/addons.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/addons.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-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
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/settings.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/settings.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/warning.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/warning.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/access.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/access.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-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
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/admintools.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/admintools.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-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
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/pages.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/pages.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/users.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/users.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/groups.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/groups.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/preferences.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/preferences.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/index.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/icons/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/icons/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: wb_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Johannes Tassilo Gruber
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.80
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/icons/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/positive.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/positive.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/languages.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/languages.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
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
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/system.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/system.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/icons/media.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/media.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/fancybox.css
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/fancybox.css	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/fancybox.css	(nonexistent)
@@ -1,92 +0,0 @@
-div#fancy_overlay {
-	position:absolute;
-	top: 0;
-	left: 0;
-	z-index: 90;
-	width: 100%;
-	background-color: #333;
-}
-
-div#fancy_loading {
-	position: absolute;
-	height: 40px;
-	width: 40px;
-	cursor: pointer;
-	display: none;
-	overflow: hidden;
-	background: transparent;
-	z-index: 100;
-}
-
-div#fancy_loading div {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 40px;
-	height: 480px;
-	background: transparent url(images/fancy_progress.png) no-repeat;
-}
-
-div#fancy_close {
-/*
-	position: absolute;
-	top: -12px;
-	right: -12px;
-	height: 30px;
-	width: 30px;
-	background: transparent url(fancy_closebox.png) ;
-	cursor: pointer;
-	z-index: 100;
-	display: none;
-*/
-}
-
-div#fancy_content {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-	padding: 0; 
-	margin: 0;
-	z-index: 96;
-}
-
-#fancy_frame {
-	position: relative;
-	width: 100%;
-	height: 100%;
-	display: none;
-}
-
-img#fancy_img {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-	border:0; 
-	padding: 0; 
-	margin: 0;
-	z-index: 92;
-}
-
-div#fancy_outer {
-	position: absolute;
-    top: 0;
-    left: 0;
-    z-index: 90;
-    padding: 18px 18px 58px 18px;
-    margin: 0;
-    overflow: hidden;
-    background: transparent;
-    display: none;
-}
-
-div#fancy_inner {
-	position: relative;
-	width:100%;
-	height:100%;
-	border: 1px solid #444;
-	background: #FFF;
-}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/fancybox.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/index.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: wb_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Johannes Tassilo Gruber
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.80
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent this file from being accessed directly
-if (!defined('WB_PATH')) die(header('Location: ../../index.php'));
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/info.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/info.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/info.php	(nonexistent)
@@ -1,36 +0,0 @@
-<?php
-/**
- *
- * @category        WB
- * @package         WB_BackendTheme
- * @author          Johannes Tassilo Gruber, WebsiteBaker Project
- * @copyright       2009-2012, WebsiteBaker Org. e.V.
- * @link            http://www.websitebaker.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.3
- * @requirements    PHP 5.2.2 and higher
- * @version         $Id$
- * @filesource      $HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-/* -------------------------------------------------------- */
-if(defined('WB_PATH') == false)
-{
-	// Stop this file being access directly
-		die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
-}
-/* -------------------------------------------------------- */
-
-// OBLIGATORY WEBSITE BAKER VARIABLES
-$template_directory			= 'wb_theme';
-$template_name				= 'WB Theme';
-$template_function			= 'theme';
-$template_version			= '2.8.1';
-$template_platform			= '2.8.3';
-$template_author			= 'Johannes Tassilo Gruber';
-$template_license			= '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>';
-$template_license_terms		= '-';
-$template_description		= 'Default backend theme for Website Baker 2.8.';
-

Property changes on: branches/2.8.x/wb/templates/wb_theme/info.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/languages/DE.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/languages/DE.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/languages/DE.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-//Modul Description
-$template_description 	= 'Das Standard-Backend-Theme von Websitebaker 2.8';
-
-//Texts
-$TEXT['ADMIN_ONLY'] = 'diese Optionen nur Administratoren zug&auml;nglich machen';
-$TEXT['NO_SHOW_THUMBS'] = 'Vorschaubilder verstecken';
-$TEXT['TEXT_HEADER'] = 'Maximale Bildergr&ouml;&szlig;e f&uuml;r Ordner festlegen</b><br><small><i>(&Auml;nderung nur beim Hochladen)</i></small>';

Property changes on: branches/2.8.x/wb/templates/wb_theme/languages/DE.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/languages/EN.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/languages/EN.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/languages/EN.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-//Modul Description
-$template_description 	= 'Default backend theme for Website Baker 2.8.';
-
-//Texts
-$TEXT['ADMIN_ONLY'] = 'Settings for administrator only';
-$TEXT['NO_SHOW_THUMBS'] = 'Hide thumbnails';
-$TEXT['TEXT_HEADER'] = 'Set maximum imagesize for a folder</b><br><small><i>(resizing on new uploads only)</i></small>';

Property changes on: branches/2.8.x/wb/templates/wb_theme/languages/EN.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/languages/FR.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/languages/FR.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/languages/FR.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-//Modul Description
-$template_description 	= 'Default backend theme for Website Baker 2.8.';
-
-//Texts
-$TEXT['ADMIN_ONLY'] = 'Seul l&apos;administrateur peut modifier ces r&eacute;glages';
-$TEXT['NO_SHOW_THUMBS'] = 'Cacher les vignettes';
-$TEXT['TEXT_HEADER'] = 'D&eacute;finir la taille des images par dossier</b><br><small><i>(Redimensionnement seulement lors d&apos;un nouvel upload)</i></small>';

Property changes on: branches/2.8.x/wb/templates/wb_theme/languages/FR.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/languages/index.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/languages/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/languages/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: wb_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Johannes Tassilo Gruber
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.80
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/wb_theme/languages/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/languages/NL.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/languages/NL.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/languages/NL.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-//Modul Description
-$template_description 	= 'Geavanceerde admin-template voor Website Baker 2.8.';
-
-//Texts
-$TEXT['ADMIN_ONLY'] = 'Instellingen alleen beschikbaar voor administrator';
-$TEXT['NO_SHOW_THUMBS'] = 'Thumbnails niet weergeven';
-$TEXT['TEXT_HEADER'] = 'Stel de maximale grootte voor \'resized\' afbeeldingen in per folder</b><br><small><i>(NB: werkt alleen bij nieuwe uploads)</i></small>';

Property changes on: branches/2.8.x/wb/templates/wb_theme/languages/NL.php
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: branches/2.8.x/wb/templates/wb_theme/languages/NO.php
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/languages/NO.php	(revision 2088)
+++ branches/2.8.x/wb/templates/wb_theme/languages/NO.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-//Modul Description
-$template_description 	= 'Standard design mal for Admin sidene i Website Baker 2.8.';
-
-//Texts
-$TEXT['ADMIN_ONLY'] = 'Settings for administrator only';
-$TEXT['NO_SHOW_THUMBS'] = 'Hide thumbnails';
-$TEXT['TEXT_HEADER'] = 'Set maximum imagesize for a folder</b><br><small><i>(resizing on new uploads only)</i></small>';

Property changes on: branches/2.8.x/wb/templates/wb_theme/languages/NO.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/uninstall.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/uninstall.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/uninstall.php	(nonexistent)
@@ -1,23 +0,0 @@
-<?php
-/**
- *
- * @category        templates
- * @package         Argos theme
- * @subpackage      install
- * @author          WebsiteBaker Project
- * @copyright       2009-2012, WebsiteBaker Org. e.V.
- * @link            http://www.websitebaker.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.3
- * @requirements    PHP 5.2.2 and higher
- * @version         $Id$
- * @filesource      $HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// prevent this file from being accessed directly
-if(defined('WB_PATH') == false)
-{
-	die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
-}

Property changes on: branches/2.8.x/wb/templates/argos_theme/uninstall.php
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/clock_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/images/clock_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/hidden_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/images/hidden_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/sections_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/images/sections_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/none_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/images/none_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/logo.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/images/logo.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/folder_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/images/folder_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/siteadd.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/images/siteadd.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/keys_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/images/keys_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/bgtitle.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/images/bgtitle.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/visible_16_1.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/images/visible_16_1.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/modify_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/images/modify_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/tr.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/images/flags/tr.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/none.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/flags/none.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/bg.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/images/flags/bg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/ca.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/images/flags/ca.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/cs.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/images/flags/cs.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/da.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/images/flags/da.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/de.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/images/flags/de.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/en.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/images/flags/en.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/es.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/images/flags/es.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/et.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/images/flags/et.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/fi.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/images/flags/fi.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/fr.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/images/flags/fr.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/hr.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/images/flags/hr.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/hu.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/images/flags/hu.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/it.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/images/flags/it.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/lv.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/images/flags/lv.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/nl.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/images/flags/nl.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/no.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/images/flags/no.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/index.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/images/flags/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/images/flags/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: wb_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Johannes Tassilo Gruber
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.80
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/flags/index.php
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/pl.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/images/flags/pl.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/pt.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/images/flags/pt.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/ru.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/images/flags/ru.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/se.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/images/flags/se.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/flags/sk.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/images/flags/sk.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/Image3.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/images/Image3.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/background.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/background.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/tabl.jpg
===================================================================
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/images/tabl.jpg
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/tabr.jpg
===================================================================
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/images/tabr.jpg
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/user.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/user.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/view.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/images/view.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/reload_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/images/reload_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/background.jpg
===================================================================
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/images/background.jpg
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/jpeg.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/jpeg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/jpg.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/jpg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/html.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/html.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/png.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/png.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/pdf.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/pdf.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/mp3.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/mp3.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/tiff.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/tiff.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/tif.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/tif.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/rar.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/rar.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/fh.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/fh.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/gz.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/gz.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/unknown.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/unknown.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/tgz.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/tgz.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/xls.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/xls.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/aif.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/aif.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/asf.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/asf.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/index.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/images/files/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/images/files/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: wb_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Johannes Tassilo Gruber
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.80
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/index.php
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/fla.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/fla.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/gif.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/gif.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/css.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/css.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/fh10.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/fh10.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/csv.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/csv.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/mpg.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/mpg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/ogg.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/ogg.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/swf.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/swf.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/vcd.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/vcd.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/php.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/php.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/ppt.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/ppt.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/txt.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/txt.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/wmv.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/wmv.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/wav.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/wav.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/blank_16.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/gif

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/blank_16.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/gif
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/zip.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/zip.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/cda.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/cda.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/avi.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/avi.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/blank_16.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/blank_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files/doc.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files/doc.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/files
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/images/files	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/images/files	(nonexistent)

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/files
___________________________________________________________________
Deleted: bugtraq:number
## -1 +0,0 ##
-true
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/private_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/images/private_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/minus_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/images/minus_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/calendar_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/images/calendar_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/blank.gif
===================================================================
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/images/blank.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/unzip.gif
===================================================================
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/images/unzip.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/index.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/images/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/images/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: argos_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file defines the template variables required by Website Baker.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Jurgen Nijhuis (Argos Media) & Ruud Eisinga
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    1.1
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/info_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/images/info_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/user_red.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/user_red.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/deleted_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/images/deleted_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/clock_red_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/images/clock_red_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/noclock_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/images/noclock_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/clock_del_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/images/clock_del_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/visible_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/images/visible_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/view_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/images/view_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/plus_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/images/plus_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/resize_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/images/resize_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/restore_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/images/restore_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/pic_exist_16.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/pic_exist_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/public_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/images/public_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/delete_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/images/delete_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/registered_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/images/registered_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/up_folder_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/images/up_folder_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/user_delete.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/user_delete.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/newfolder.gif
===================================================================
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/images/newfolder.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/image.gif
===================================================================
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/images/image.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/blank_16.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/gif

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/blank_16.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/gif
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/info_50.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/images/info_50.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/edit_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/images/edit_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/up_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/images/up_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/pic_16.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/pic_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/png
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/down_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/images/down_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/file.gif
===================================================================
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/images/file.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/images/1x1.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/gif

Property changes on: branches/2.8.x/wb/templates/argos_theme/images/1x1.gif
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-image/gif
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/install.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/install.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/install.php	(nonexistent)
@@ -1,23 +0,0 @@
-<?php
-/**
- *
- * @category        templates
- * @package         Argos theme
- * @subpackage      install
- * @author          WebsiteBaker Project
- * @copyright       2009-2012, WebsiteBaker Org. e.V.
- * @link            http://www.websitebaker.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.3
- * @requirements    PHP 5.2.2 and higher
- * @version         $Id$
- * @filesource      $HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// prevent this file from being accessed directly
-if(defined('WB_PATH') == false)
-{
-	die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
-}

Property changes on: branches/2.8.x/wb/templates/argos_theme/install.php
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/templates.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/templates.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/help.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.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/modules.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/modules.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/view.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/view.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/addons.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/addons.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_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/argos_theme/icons/error_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/settings.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/settings.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/access.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/access.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_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/argos_theme/icons/ok_16.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/admintools.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/admintools.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/pages.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/pages.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/users.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/users.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/groups.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/groups.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/preferences.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/preferences.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/index.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/icons/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/icons/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: argos_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file defines the template variables required by Website Baker.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Jurgen Nijhuis (Argos Media) & Ruud Eisinga
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    1.1
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/icons/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/languages.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/languages.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ 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
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/icons/media.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/media.png
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/templates/footer.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/footer.htt	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/templates/footer.htt	(nonexistent)
@@ -1,40 +0,0 @@
-<!-- BEGIN footer_block -->
-
-</td>
-</tr>
-</table>
-
-<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>
-<!-- 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="">Used Memory: {MEMORY}&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 -->
-		<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 -->
-</div>
-{BACKEND_BODY_MODULE_JS}
-</body>
-</html>
-<!-- END footer_block -->
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/templates/footer.htt
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/templates/loginForgot.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/loginForgot.htt	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/templates/loginForgot.htt	(nonexistent)
@@ -1,91 +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>{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" class="hide">
-		<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}
-    <!-- <img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /> -->
-    </a>
-	</div>
-	<div id="content_container">
-	<table style="width: 500px;" 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
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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 2088)
+++ branches/2.8.x/wb/templates/argos_theme/templates/warning.html	(nonexistent)
@@ -1,58 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<head>
-<title>Maximum Invalid Login Attemps Exceeded</title>
-<style type="text/css"><!--
-body,td,th {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-body {
-	margin: 0px;
-  background: #dddddd none ;
-  background-repeat:repeat-x;
-}
-a:link, a:visited, a:active {
-	color: #003366;
-	text-decoration: none;
-}
-a:hover {
-	text-decoration: underline;
-	color: #336699;
-}
-p {
-	color: #fff;
-}
-
-h1 {
-	text-align: center;
-	font-size: 18px;
-	color: #fff;
-	text-transform: uppercase;
-	margin-top: 0;
-}
-hr {
-	height: 1px;
-	color: #336699;
-	background-color: #336699;
-	border: 0;
-}
-div#message {
-	text-align: center;
-	color: #fff;
-	margin: 0 auto;
-	height: 80px;
-	padding: 0;
-	background :url(../images/background.jpg) #f9f9f9 0 0 repeat-x;
-}
---></style></head>
-<body>
-
-<div id='message'>
-	<h1>Excessive Invalid Logins</h1>
-	You have attempted to login too many times
-</div>
-
-</body>
-</html>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/templates/warning.html
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/templates/index.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/templates/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: argos_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file defines the template variables required by Website Baker.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Jurgen Nijhuis (Argos Media) & Ruud Eisinga
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    1.1
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/templates/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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 2088)
+++ branches/2.8.x/wb/templates/argos_theme/templates/header.htt	(nonexistent)
@@ -1,67 +0,0 @@
-<!-- BEGIN header_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" />
-<meta http-equiv="expires" content="0" />
-<meta http-equiv="cache-control" content="no-cache" />
-<meta http-equiv="pragma" content="no-cache" />
-<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
-{BACKEND_MODULE_CSS}
-<script type="text/javascript">
-var WB_URL = '{WB_URL}';
-var THEME_URL = '{THEME_URL}';
-var ADMIN_URL = '{ADMIN_URL}';
-var LANGUAGE = '{LANGUAGE}';
-</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>
-<!--[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>
-<script type="text/javascript">
-function confirm_link(message, url) {
-	if(confirm(message)) location.href = url;
-}
-</script>
-{BACKEND_MODULE_JS}
-</head>
-<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="{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 class="menu">
-    <ul>
-      <!-- BEGIN linkBlock -->
-      <li class="{CLASS}"><a href="{LINK}" target="{TARGET}"><span>{TITLE}</span></a></li>
-      <!-- END linkBlock -->
-		<li class="hidden">&nbsp;</li>
-    </ul>
-  </div>
-</div>
-<div id="content_container">
-<table summary="" cellpadding="0" cellspacing="0" border="0" width="900" align="center">
-<tr>
-  <td class="content">
-<!-- END header_block -->

Property changes on: branches/2.8.x/wb/templates/argos_theme/templates/header.htt
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/templates/loginBox.htt	(nonexistent)
@@ -1,107 +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>{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" class="hide">
-		<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}
-    <!-- <img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /> -->
-    </a>
-	</div>
-	<div id="content_container">
-	<table style="width: 500px;" 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 style="width: 500px;">
-			<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
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/upgrade.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/upgrade.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/upgrade.php	(nonexistent)
@@ -1,23 +0,0 @@
-<?php
-/**
- *
- * @category        templates
- * @package         Argos theme
- * @subpackage      install
- * @author          WebsiteBaker Project
- * @copyright       2009-2012, WebsiteBaker Org. e.V.
- * @link            http://www.websitebaker.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.3
- * @requirements    PHP 5.2.2 and higher
- * @version         $Id$
- * @filesource      $HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// prevent this file from being accessed directly
-if(defined('WB_PATH') == false)
-{
-	die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
-}

Property changes on: branches/2.8.x/wb/templates/argos_theme/upgrade.php
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/media.css
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/media.css	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/media.css	(nonexistent)
@@ -1,37 +0,0 @@
-body,td,th,input,textarea {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-body {
-	background-color: #FFFFFF;
-	margin: 0px;
-}
-hr {
-	margin: 0px;
-	color: #003366;
-	height: 1px;
-}
-a:link, a:visited, a:active {
-	color: #003366;
-	text-decoration: none;
-}
-a:hover {
-	text-decoration: none;
-	color: #336699;
-}
-input:focus, select:focus, textarea:focus {
-	background: #F1F8FD;
-}
-.content {
-	width: 100%;
-	height: 100px;
-}
-.rename {
-    background: #fff url(images/bgtitle.png) ;
-    background-repeat:repeat-x;
-	padding: 20px;
-}
-.hide {
-	display: none;
-}

Property changes on: branches/2.8.x/wb/templates/argos_theme/media.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/browse.css
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/browse.css	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/browse.css	(nonexistent)
@@ -1,6 +0,0 @@
-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/browse.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/css/browse.css	(nonexistent)
@@ -1,6 +0,0 @@
-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
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ 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	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/css/screen.css	(nonexistent)
@@ -1,355 +0,0 @@
-* 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 :948px; 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; width :100%; }
-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 :948px; clear :both; margin :0 auto; }
-.content { margin :0; padding :20px 0; width :948px; text-align :left; vertical-align :top; }
-hr { margin :15px 0; color :#003366; height :1px; }
-.center { text-align :center; }
-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 :5px; border :0px solid #999999; height :85px; width :100%; background-color :#fdfdfd; }
-table.section { border-collapse :separate; width :100%; table-layout :fixed; border-spacing :0px; border :1px solid #999999; }
-.section tr td.graphic { border-right :2px solid #cccccc; width :70px; height :50px; padding :10px 0px; margin :0; }
-.section tbody tr { padding :5px; }
-.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 { 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 :5px 10px; margin :5px 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 :10px 5px; 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; color :#990066; 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; }
-.right{ text-align :right; }
-.middle { vertical-align :middle; }
-.top { vertical-align :top; }
-.nowrap { white-space :nowrap; }
-.hide, .none { display :none; height :0; }
-#hide1, #hide2, #hide3 { display :none; }
-/* */
-.right{ text-align :right; }
-.row_0 { background-color :#ffffff; }
-.row_1 { background-color :#eeeeee; }
-.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 :transparent; font-size :0.9em; margin-bottom :15px; padding :5px; height :85px; }
-.graphic { border :0px solid #fdfdfd; height :52px; padding-left :3px; width :70px; }
-.graphic img { background-color :#ffffff; border :1px none #d0d0d0; padding :4px; vertical-align :middle; width :50px; height :50px; }
-.description { padding :4px 5px 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  */
-div.settings_table { margin :0 auto; width :90%; }
-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 #000000; 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; min-width: 900px; }
-   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 :30%; }
-   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 :60%; }
-   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 : 60%; }
-   form.settings_table select { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :61%; }
-/* */
-div.content_box form { }
-div.sub-row { background-color :#eeeeee; margin :1px auto; overflow :hidden; padding :0; min-width: 900px; }
-div.col_content { margin-right :0.5em; padding :2px 0; }
-.content_box { position :relative; margin :0px auto; padding :0; }
-   .content_box form { background :transparent; height :auto; }
-   .content_box li { float :left; padding :0 10px; 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 { /* none|horizontal|vertical|both */ resize :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 :280px; 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.page-info table { border-collapse :collapse; width :948px; table-layout :fixed; margin-bottom :10px; }
-div.page-info .id { width :80px; }
-div.page-info .description { width :30%; }
-div.page-info table tbody td { padding :5px; background :#f0f0f0; }
-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:visited { color :#0066cc; }
-a:hover { color :#6699ff; text-decoration :underline; }
-/**/
-.header_list_actions { text-align :left; width :190px; }
-.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_menu_title { padding-left :30px; width :400px; }
-.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; width :34%; }
-.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; width :948px; }
-	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 [type=reset],
-	div.page-settings [type=submit] { padding :2px; width :auto; }
-div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; }
-div.page-settings-leftcol div.page-settings-tab { border :solid 1px #a8bccb; padding :8px; margin-bottom :8px; }
-	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 :0px; padding :10px; border :solid 0px #a8bccb; }
-	div.page-settings-righttoprow label { width :110px; vertical-align :top; }
-div.page-settings-centercol { float :left; padding :10px; border-right :groove 0px #a8bccb; width :210px; }
-div.page-settings-right { float :none; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; border :solid 0px #a8bccb; margin-left :417px; width :500px; }
-div.page-settings-right div.content { border :solid 1px #a8bccb; width :210px; padding :5px; }
-div.page-settings-centercol div#viewers { border :solid 1px #a8bccb; width :210px; padding :5px; }
-div.page-settings-right div.page-settings-tab { border :solid 1px #a8bccb; padding :8px; margin-bottom :8px; }
-div.page-settings-rightcol { float :none; padding :0px; border :none; }
-h1, h2, h3, h4, h5, h6 { color :#003366; display :block; font-weight :normal; margin :0.4em 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; line-height :1em; padding :1px; font-size :120%; }
-div.page-settings span.overlib { width :20px; margin-left :-20px; }
-/* */
-div.page_group { height :168px; max-height :260px; margin :0; padding :0; overflow :auto; }
-div.page_group div { overflow :hidden; }
-div.page-settings select.page_user { width :210px; }
-div.page-settings div.page_user,
-div.page-settings div.page_group { padding :0px; }
-div.page-settings p.page_user,
-div.page-settings p.page_group { }
-/* */
-.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; 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; }
-
-.pages_list table td, table.pages_view td {
-   padding :3px;
-   font-size :150%;
-}
-select.pages-parent-list {
-	width: 240px;
-}
-	select.pages-parent-list option {
-		background: none no-repeat center left; 
-		padding-left: 20px;
-	}

Property changes on: branches/2.8.x/wb/templates/argos_theme/css/screen.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/index.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: argos_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file defines the template variables required by Website Baker.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Jurgen Nijhuis (Argos Media) & Ruud Eisinga
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    1.1
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent this file from being accessed directly
-if (!defined('WB_PATH')) die(header('Location: ../../index.php'));
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/info.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/info.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/info.php	(nonexistent)
@@ -1,40 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: argos_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file defines the template variables required by Website Baker.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Jurgen Nijhuis (Argos Media) & Ruud Eisinga
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    1.1
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// OBLIGATORY WEBSITE BAKER VARIABLES
-$template_directory			= 'argos_theme';
-$template_name				= 'Argos Theme';
-$template_function			= 'theme';
-$template_version			= '1.7.0';
-$template_platform			= '2.8.3';
-$template_author			= 'Jurgen Nijhuis (Argos Media) & Ruud Eisinga';
-$template_license			= '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>';
-$template_license_terms		= '-';
-$template_description		= 'Enhanced backend theme for Website Baker 2.8.';
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/info.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/languages/DE.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/languages/DE.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/languages/DE.php	(nonexistent)
@@ -1,33 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-//Modul Description
-$template_description 	= 'Ein erweitertes Backend-Theme f&uuml;r Websitebaker 2.8';
-
-//Texts
-$TEXT['ADMIN_ONLY'] = 'diese Optionen nur Administratoren zug&auml;nglich machen';
-$TEXT['NO_SHOW_THUMBS'] = 'Vorschaubilder verstecken';
-$TEXT['TEXT_HEADER'] = 'Maximale Bildergr&ouml;&szlig;e f&uuml;r Ordner festlegen</b><br><small><i>(&Auml;nderung nur beim Hochladen)</i></small>';
-

Property changes on: branches/2.8.x/wb/templates/argos_theme/languages/DE.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/languages/EN.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/languages/EN.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/languages/EN.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-//Modul Description
-$template_description 	= 'Enhanced backend theme for Website Baker 2.8.';
-
-//Texts
-$TEXT['ADMIN_ONLY'] = 'Settings for administrator only';
-$TEXT['NO_SHOW_THUMBS'] = 'Hide thumbnails';
-$TEXT['TEXT_HEADER'] = 'Set maximum imagesize for a folder</b><br><small><i>(resizing on new uploads only)</i></small>';

Property changes on: branches/2.8.x/wb/templates/argos_theme/languages/EN.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/languages/FR.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/languages/FR.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/languages/FR.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-//Modul Description
-$template_description 	= 'Enhanced backend theme for Website Baker 2.8.';
-
-//Texts
-$TEXT['ADMIN_ONLY'] = 'Seul l&apos;administrateur peut modifier ces r&eacute;glages';
-$TEXT['NO_SHOW_THUMBS'] = 'Cacher les vignettes';
-$TEXT['TEXT_HEADER'] = 'D&eacute;finir la taille des images par dossier</b><br><small><i>(Redimensionnement seulement lors d&apos;un nouvel upload)</i></small>';

Property changes on: branches/2.8.x/wb/templates/argos_theme/languages/FR.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/languages/index.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/languages/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/languages/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker theme: argos_theme
- * This theme is the default WB backend Theme
- * Feel free to modify or build up on this template.
- *
- * This file defines the template variables required by Website Baker.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Jurgen Nijhuis (Argos Media) & Ruud Eisinga
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    1.1
- * @platform   Website Baker 2.8
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/languages/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/languages/NL.php
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/languages/NL.php	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/languages/NL.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-
-// $Id$
-
-/*
-
- Website Baker Project <http://www.websitebaker.org/>
- Copyright (C) 2004-2009, Ryan Djurovich
-
- Website Baker is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Website Baker is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Website Baker; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-*/
-
-//Modul Description
-$template_description 	= 'Geavanceerde admin-template voor Website Baker 2.8.';
-
-//Texts
-$TEXT['ADMIN_ONLY'] = 'Instellingen alleen beschikbaar voor administrator';
-$TEXT['NO_SHOW_THUMBS'] = 'Thumbnails niet weergeven';
-$TEXT['TEXT_HEADER'] = 'Stel de maximale grootte voor \'resized\' afbeeldingen in per folder</b><br><small><i>(NB: werkt alleen bij nieuwe uploads)</i></small>';

Property changes on: branches/2.8.x/wb/templates/argos_theme/languages/NL.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/jquery/jquery-plugins.js
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/jquery/jquery-plugins.js	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/jquery/jquery-plugins.js	(nonexistent)
@@ -1,47 +0,0 @@
-function include_file(filename, filetype) {
-
-	if(!filetype)
-		var filetype = 'js'; //js default filetype
-
-	var th = document.getElementsByTagName('head')[0];
-	var s = document.createElement((filetype == "js") ? 'script' : 'link');
-
-	s.setAttribute('type',(filetype == "js") ? 'text/javascript' : 'text/css');
-
-	if (filetype == "css")
-		s.setAttribute('rel','stylesheet');
-
-	s.setAttribute((filetype == "js") ? 'src' : 'href', filename);
-	th.appendChild(s);
-
-}
-
-function redirect_to_page (url, timer) {
-	setTimeout('self.location.href="'+url+'"', timer);
-}
-
-$(document).ready(function()
-{
-
-        if($(".jcalendar").length) {
-            $.insert(WB_URL+"/include/jscalendar/calendar-system.css");
-          }
-
-        if($(".jsadmin").length) {
-            $.insert(WB_URL+"/modules/jsadmin/backend.css");
-          }
-	//Add external link class to external links -
-	$('a[href^="http://"]').filter(function() {
-		//Compare the anchor tag's host name with location's host name
-	    return this.hostname && this.hostname !== location.hostname;
-	  }).addClass("external").attr("target", "_blank");
-
-	/* Add internal link class to external links -   */
-	$('a[href^="http://"]').filter(function() {
-		//Compare the anchor tag's host name with location's host name
-	    return this.hostname && this.hostname == location.hostname;
-	  }).addClass("internal");
-
-	$('form').attr('autocomplete', 'off');
-
-});
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/jquery/jquery-plugins.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/jquery/toggle_zip.js
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/jquery/toggle_zip.js	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/jquery/toggle_zip.js	(nonexistent)
@@ -1,14 +0,0 @@
-function toggle() {
-	var check = document.getElementById("file2");
-	if (check.style.visibility == "visible") {
-		for (i=2; i<=10; i++) {
-			document.getElementById("file" + i).style.visibility = "hidden";
-		}
-		document.getElementById("delzip").style.display = "inline";
-	} else {
-		for (i=2; i<=10; i++) {
-			document.getElementById("file" + i).style.visibility = "visible";
-		}
-		document.getElementById("delzip").style.display = "none";
-	}
-}

Property changes on: branches/2.8.x/wb/templates/argos_theme/jquery/toggle_zip.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/jquery/jquery-fixedheader.js
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/jquery/jquery-fixedheader.js	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/jquery/jquery-fixedheader.js	(nonexistent)
@@ -1,141 +0,0 @@
-/**
- * Stupid Fixed Header 1.0.1 - jQuery plugins to create a fixed headers
- * 
- * Require: jQuery 1.2.6
- * Author: Jacky See
- * Blog: http://jacky.seezone.net
- * email:  jackysee at gmail dot com
- * Dual licensed under the MIT and GPL licenses:
- *   http://www.opensource.org/licenses/mit-license.php
- *   http://www.gnu.org/licenses/gpl.html
-*/
-
-(function($){
-	
-	/* created fixed headers , require jquery dimenions plugins*/
-	$.fn.fixedHeader = function(o){
-		var s = {adjustWidth: $.fixedHeader.calcWidth};
-		if(o) $.extend(s,o);
-		
-		return this.each(function(){
-			var table = $(this); //table
-			var tId = this.id;
-			
-			var scrollBarWidth = $.fixedHeader.getScrollBarWidth();
-			var IE6 = $.browser.msie && $.browser.version == '6.0';
-			
-			//wrap a body container
-			var bodyContainer = table.wrap('<div></div>').parent()
-				.attr('id', tId + "_body_container")
-				.css({
-					width: s.width,
-					height: s.height,
-					overflow: 'auto'
-				});
-			
-			//Wrap with an overall container
-			var tableContainer = bodyContainer.wrap('<div></div>').parent()
-				.attr('id', tId + '_table_container')
-				.css('position','relative');
-
-			//clone the header
-			var headerContainer = $(document.createElement('div'))
-				.attr('id', tId + '_header_container')
-				.css({
-					width:  bodyContainer.innerWidth() - scrollBarWidth,
-					height: table.find('thead').outerHeight(), 
-					overflow: 'hidden',
-					top: 0, left:0
-				})
-				.prependTo(tableContainer);
-			
-			var headerTable = table.clone(true)
-				.find('tbody').remove().end()
-				.attr('id',tId + "_header")
-				.addClass(s.tableClass || table[0].className)
-				.css({
-					//width: $.browser.msie? table.outerWidth():table.width(), 
-					'table-layout':'fixed',
-					position:'absolute',
-					top:0, left:0
-				})
-				.append(table.find('thead').clone(true))
-				.appendTo(headerContainer);
-			
-			//sync header width
-			var headThs = headerTable.find('th');
-			table.find('th').each(function(i){
-				headThs.eq(i).css('width', s.adjustWidth(this));
-			})
-			
-			//sync scroll
-			var selects = IE6? table.find("select"): null;
-			bodyContainer.scroll(function(){
-				if(IE6 && selects.size()>0){
-					selects.each(function(i){
-						this.style.visibility =
-							($(this).offset().top - bodyContainer.offset().top) <= table.find("thead").outerHeight() + 10
-							? 'hidden':'visible';
-					});
-				}
-				headerTable.css({
-					left: '-' + $(this).scrollLeft() + 'px'
-				});
-			})
-			
-			//Move it down
-			headerContainer.css({
-				'position': 'absolute',
-				'top': 0
-			});
-		});
-	}
-	
-	$.fixedHeader = {
-		calcWidth: function(th){
-			var w = $(th).width();
-			var paddingLeft = $.fixedHeader.getComputedStyleInPx(th,'paddingLeft');
-			var paddingRight = $.fixedHeader.getComputedStyleInPx(th,'paddingRight');
-			var borderWidth = $.fixedHeader.getComputedStyleInPx(th,'borderRightWidth');			
-			if($.browser.msie) w = w+borderWidth;
-			if($.browser.opera) w = w+borderWidth;
-			if($.browser.safari) w = w+paddingLeft+paddingRight+borderWidth*2;
-			if($.browser.mozilla && parseFloat($.browser.version) <= 1.8) w=w+borderWidth; //FF2 still got a border-left missing problem, this is the best I can do.
-			return w;
-		},
-		getComputedStyleInPx: function(elem,style){
-			var computedStyle = (typeof elem.currentStyle != 'undefined')
-				?elem.currentStyle
-				:document.defaultView.getComputedStyle(elem, null);
-			var val = computedStyle[style];
-			val = val? parseInt(val.replace("px","")):0;
-			return (!val || val == 'NaN')?0:val;
-		},
-		getScrollBarWidth: function() { //calculate or get from global the scroll bar width
-			if(!$.fixedHeader.scrollBarWidth){ 
-				var inner = $(document.createElement('p')).css({width:'100%',height:'100%'});
-				var outer = $(document.createElement('div'))
-					.css({
-						position:'absolute',
-						top: '0px',
-						left: '0px',
-						visibility: 'hidden',
-						width: '200px',
-						height: '150px',
-						overflow: 'hidden'
-					})
-					.append(inner)
-					.appendTo(document.body);
-				
-				var w1 = inner[0].offsetWidth;
-				outer[0].style.overflow = 'scroll';
-				var w2 = inner[0].offsetWidth;
-				if (w1 == w2) w2 = outer[0].clientWidth;
-				document.body.removeChild (outer[0]);
-				$.fixedHeader.scrollBarWidth = (w1 - w2);
-			}
-			return $.fixedHeader.scrollBarWidth;
-		}
-	}
-	
-})(jQuery);
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/jquery/jquery-fixedheader.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/jquery/jquery-metadata.js
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/jquery/jquery-metadata.js	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/jquery/jquery-metadata.js	(nonexistent)
@@ -1,13 +0,0 @@
-/*
- * Metadata - jQuery plugin for parsing metadata from elements
- *
- * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
- *
- * Dual licensed under the MIT and GPL licenses:
- *   http://www.opensource.org/licenses/mit-license.php
- *   http://www.gnu.org/licenses/gpl.html
- *
- * Revision: $Id$
- *
- */
-(function($){$.extend({metadata:{defaults:{type:'class',name:'metadata',cre:/({.*})/,single:'metadata'},setType:function(type,name){this.defaults.type=type;this.defaults.name=name;},get:function(elem,opts){var settings=$.extend({},this.defaults,opts);if(!settings.single.length)settings.single='metadata';var data=$.data(elem,settings.single);if(data)return data;data="{}";if(settings.type=="class"){var m=settings.cre.exec(elem.className);if(m)data=m[1];}else if(settings.type=="elem"){if(!elem.getElementsByTagName)return;var e=elem.getElementsByTagName(settings.name);if(e.length)data=$.trim(e[0].innerHTML);}else if(elem.getAttribute!=undefined){var attr=elem.getAttribute(settings.name);if(attr)data=attr;}if(data.indexOf('{')<0)data="{"+data+"}";data=eval("("+data+")");$.data(elem,settings.single,data);return data;}}});$.fn.metadata=function(opts){return $.metadata.get(this[0],opts);};})(jQuery);
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/jquery/jquery-metadata.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/jquery/webkit-focusfix.js
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/jquery/webkit-focusfix.js	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/jquery/webkit-focusfix.js	(nonexistent)
@@ -1,40 +0,0 @@
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) Workaround for Webkit browser to fix focus problems when using skiplinks
- * (de) Workaround für Webkit-Browser, um den Focus zu korrigieren, bei Verwendung von Skiplinks
- *
- * @note			inspired by Paul Ratcliffe's article 
- *					http://www.communis.co.uk/blog/2009-06-02-skip-links-chrome-safari-and-added-wai-aria
- *
- * @copyright       Copyright 2005-2009, Dirk Jesse
- * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link            http://www.yaml.de
- * @package         yaml
- * @version         3.2
- * @revision        $Revision$
- * @lastmodified    $Date$
- */
- 
-var is_webkit = navigator.userAgent.toLowerCase().indexOf('webkit') > -1;
-
-if(is_webkit) 
-{
-	var i;
-	var skiplinks = []
-	
-	if ( document.getElementsByClassName !== undefined) {
-		skiplinks = document.getElementsByClassName('skip');
-
-		for (i=0; i<skiplinks.length; i++) {
-			var target = skiplinks[i].href.substr(skiplinks[i].href.indexOf('#')+1);
-			var targetElement = document.getElementById(target);
-	
-			targetElement.href = '#'+target;
-			targetElement.setAttribute("tabindex", "0");
-	
-			skiplinks[i].setAttribute("onclick", "document.getElementById('"+target+"').focus();");
-		}
-	}	
-}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/argos_theme/jquery/webkit-focusfix.js
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/argos_theme/theme.css
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/theme.css	(revision 2088)
+++ branches/2.8.x/wb/templates/argos_theme/theme.css	(nonexistent)
@@ -1,175 +0,0 @@
-html { overflow :-moz-scrollbars-vertical; /* Force firefox to always show room for a vertical scrollbar */ }
-body,td,th,input,textarea { font-family :verdana,arial,helvetica,sans-serif; font-size :11px; color :#333333; }
-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; }
-#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; }
-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 :900px; }
-.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 5px 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; }
-.hide { display :none; }
-.note { color :#666666; font-size :11px; }
-.center { text-align :center; }
-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; }
-.graphic { width :50px; height :50px; border :4px solid #fdfdfd; padding-left :3px; }
-.graphic img { vertical-align :middle; background-color :#ffffff; padding :4px; border :1px solid #d0d0d0; }
-.title { text-align :left; padding :4px 5px 0px 3px; font-weight :bold; font-size :14px; margin-bottom :5px; }
-span.title { display :block; }
-.description { text-align :left; padding :4px 0px 0 0px; }
-.note { color :#666666; font-size :11px; }
-.bold { font-weight :bold; }
-.submit, .cancel { width :100px; margin-top :5px; }
-.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 :120px; }
-.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 { }
-.modify_link { padding :4px 0 0 7px; }
-.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; }
-.pages_list ul { margin :0; font-weight :normal; padding :0; }
-.pages_list ul li { list-style-type :none; margin :2px 0; }
-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; }
-.page_list { display :none; }
-.page_list_show li { display :block; }
-img.page_list_rights { border :none; float :left; margin :0; vertical-align :middle; padding :2px; }
-.sections_list { font-weight :bold; padding-left :10px; }
-.sections_list table { width :900px; }
-.header_list_type { text-align :left; }
-.header_list_block { text-align :left; width :180px; }
-.header_list_pubdate_start { text-align :left; width :200px; }
-.header_list_pubdate_end { text-align :left; width :200px; }
-.header_list_sections_actions { text-align :left; width :30px; }
-.header_list_section_id { width :30px; text-align :right; }
-.list_section_id { width :30px; text-align :right; }
-.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; }
-.header_list_page_id { width :30px; text-align :left; }
-.header_list_actions { width :178px; text-align :left; }
-.list_menu_title { text-align :left; }
-.list_page_title { width :300px; text-align :left; }
-.list_page_id { width :50px; text-align :right; padding-right :15px; }
-.list_actions { width :25px; text-align :left; }
-.value_page_code { color :#006400; font-weight :bold; width :240px; }
-.list_page_code { width :240px; }
-.list_page_language { width :240px; }
-#multi_lingual { font-weight :bold; }
-.right{ text-align :right; }
-.left{ text-align :left; }
-/* set div layers in dead tables */
-.subcolumns { width :100%; overflow :hidden; margin :10px 0; }
-.subcolumns_oldgecko { width :100%; float :left; margin :10px 0; }
-.c10l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float :left; }
-.c10r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float :right; margin-left :-5px; }
-.c10l, .c10r { width :10%; }
-.c20l, .c20r { width :20%; line-height :2em; }
-.c40l, .c40r { width :40%; }
-.c60l, .c60r { width :60%; height :2em; }
-.c25l, .c25r { width :28%; }
-.c33l, .c33r { width :33.333%; }
-.c50l, .c50r { width :50%; }
-.c66l, .c66r { width :66.666%; }
-.c38l, .c38r { width :38.2%; }
-.c62l, .c62r { width :61.8%; }
-.subc { padding :0 0.5em; }
-.subcl { padding :0 1em 0 0; }
-.subcr { padding :0 0 0 1em; }
-.c80l, .c80r, .c90l, .c90r { width :80%; }
-.c75l, .c75r, .c80l, .c80r { width :75%; }
-.info { padding :10px; margin-bottom :0.5em; background :#f8f8f8; color :#666666; font-size :11px; }
-.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 :1em auto; background :#ffeeee; color :#440000; }
-.row_0 { background-color :transparent; }
-.row_1 { background-color :#ccddee; }
-div.content_box { margin :0em auto; }
-div.content_box form { width :98%; }
-#language,
-#timezone,
-#date_format,
-#time_format,
-#display_name,
-#username,
-#email,
-#new_password_1,
-#new_password_2,
-#current_password { width :118%; }
-#submit,
-#reset { max-width :100px; }
-div#username { height :17px; width :118%; text-align :left; font-weight :bold; margin :0; }
-.save_section { margin :20px auto 5px auto; }
-.section-info { margin :1.5em 0; }
-.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
-.bigger { font-size :150%; }
-.strong { font-weight :bold; }
-.msg-box { background :#e5ffe6; border :0.2em #009900 solid; color :#336600; margin-bottom :1em; padding :0.63em; text-align :center; }
-.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%; }
-select > option.user-inactive { color :#990000; }
-button.status { cursor :pointer; border-radius :5px; -khtml-border-radius :5px; -webkit-border-radius :5px; -moz-border-radius :5px; }
-
-/* depending styles for /admin/pages_settings */
-div.page-settings { font-size: 0.9em; }
-	div.page-settings label { display: inline-block; }
-	div.page-settings input,
-	div.page-settings textarea,
-	div.page-settings select { width: 210px; }
-	div.page-settings textarea { height: 5em; }
-	div.page-settings [type=checkbox] { width: 2.5em; }
-div.page-settings-leftcol { float: left; padding: 0.4em 1em; }
-	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-centercol { float: left; padding: 0.4em 1em;
-	border-left: groove 2px #a8bccb; border-bottom: groove 2px #a8bccb; }
-div.page-settings-rightcol { float: left; padding: 0.4em 1em;
-	border-left: groove 2px #a8bccb; border-bottom: groove 2px #a8bccb; }

Property changes on: branches/2.8.x/wb/templates/argos_theme/theme.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/images/footer.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: branches/2.8.x/wb/templates/allcss/images/footer.jpg
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/images/header.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: branches/2.8.x/wb/templates/allcss/images/header.jpg
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/images/index.php
===================================================================
--- branches/2.8.x/wb/templates/allcss/images/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/allcss/images/index.php	(nonexistent)
@@ -1,32 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker template: allcss
- * This template is one of four basis templates distributed with Website Baker.
- * Feel free to modify or build up on this template.
- *
- * This file prevents directory listing.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Ryan Djurovich, C. Sommer
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.70
- * @platform   Website Baker 2.7
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent directory listing
-header('Location: ../../../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/allcss/images/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/images/background.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: branches/2.8.x/wb/templates/allcss/images/background.jpg
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/editor.css
===================================================================
--- branches/2.8.x/wb/templates/allcss/editor.css	(revision 2088)
+++ branches/2.8.x/wb/templates/allcss/editor.css	(nonexistent)
@@ -1,61 +0,0 @@
-/**
- * $Id$
- * Website Baker template: allcss
- * This template is one of four basis templates distributed with Website Baker.
- * Feel free to modify or build up on this template.
- *
- * This file contains all CSS definitions required to display the template
- * in the Website Baker frontend. 
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Ryan Djurovich, C. Sommer
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.70
- * @platform   Website Baker 2.7
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-body {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	text-align: justify;
-	color: #000;
-	background-color: #FFF;
-	width: 580px;
-}
-a:link, a:visited, a:active {
-	color: #603;
-	text-decoration: none;
-}
-a:hover {
-	color: #936;
-	text-decoration: none;
-}
-hr {
-	margin: 5px 0px 5px 0px;
-	color: #603;
-	border: 0;
-	border-top: 1px solid #603;
-	height: 1px;
-	width: 580px;
-}
-h1 {
-	font-size: 16px;
-	color: #993366;
-	text-align: left;
-	margin: 8px 2px 8px 2px;
-}
-form {
-	margin: 0;
-}

Property changes on: branches/2.8.x/wb/templates/allcss/editor.css
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/preview.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: branches/2.8.x/wb/templates/allcss/preview.jpg
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/template.css
===================================================================
--- branches/2.8.x/wb/templates/allcss/template.css	(revision 2088)
+++ branches/2.8.x/wb/templates/allcss/template.css	(nonexistent)
@@ -1,189 +0,0 @@
-/**
- * $Id$
- * Website Baker template: allcss
- * This template is one of four basis templates distributed with Website Baker.
- * Feel free to modify or build up on this template.
- *
- * This file contains all CSS definitions required to display the template
- * in the Website Baker frontend. 
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Ryan Djurovich, C. Sommer
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.70
- * @platform   Website Baker 2.7
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-body,td,th {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000;
-}
-body {
-	background-color: #F0F0F0;
-	background-image: url(images/background.jpg);
-	margin: 0;
-}
-a:link, a:visited, a:active {
-	color: #603;
-	text-decoration: none;
-}
-a:hover {
-	color: #936;
-	text-decoration: none;
-}
-hr {
-	margin: 5px 0px 5px 0px;
-	color: #603;
-	border: 0;
-	border-top: 1px solid #603;
-	height: 1px;
-	width: 580px;
-}
-h1 {
-	font-size: 16px;
-	color: #993366;
-	text-align: left;
-	margin: 8px 2px 8px 2px;
-}
-form {
-	margin: 0;
-}
-.main {
-	width: 750px;
-	margin: auto;
-	padding: 0;
-	background-color: #FFF;
-}
-.banner, .search_box {
-	height: 80px;
-	background-image: url(images/header.jpg);
-	background-repeat: repeat-x;
-	font-size: 20px;
-	font-weight: bold;
-	color: #FFF;
-	text-align: center;
-	padding-top: 20px;
-}
-
-.banner {
-	width: 530px;
-	padding-left: 20px;
-	float: left;
-	text-align: left;
-}
-.search_box {
-	float: right;
-	clear: right;
-	width: 200px;
-}
-.search_string {
-	width: 100px;
-	height: 16px;
-	font-size: 10px;
-	vertical-align: middle;
-}
-.search_submit {
-	width: 50px;
-	height: 22px;
-	font-size: 10px;
-	vertical-align: middle;
-}
-.highlight {
-	background-color: #D0D0D0;
-}
-.banner a {
-	color: #FFF;
-}
-.banner span {
-	color: #D0D0D0;
-}
-
-.menu {
-	float: left;
-	width: 140px;
-	margin: 10px;
-	margin-top: 3px;
-}
-.menu ul, .menu li {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	margin-bottom: 5px;
-}
-.menu ul ul {
-	padding-left: 8px;
-}
-.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
-	display: block;
-	padding: 2px;
-}
-.menu-default a:link, .menu-default a:visited, .menu-default a:active {
-	border-bottom: 1px dashed #999;
-}
-.menu-default a:hover {
-	border-bottom: 1px dashed #333;
-}
-
-.menu-current  {
-	border-bottom: 1px dashed #999;
-	font-weight:bold;
-}
-
-.menu fieldset {
-	border: 1px solid #D0D0D0;
-	margin-top: 20px;
-	margin-bottom: 5px;
-	text-align: center;
-	padding-bottom: 3px;
-}
-
-.menu legend {
-	color: #603;
-	font-size: 12px;
-	text-transform: uppercase;
-	font-weight: bold;
-	text-align: center;
-}
-
-.menu input {
-	text-transform: uppercase;
-	font-size: 10px;
-	margin: 5px 0px 1px 0px;
-	width: 100px;
-}
-
-.content {
-	margin-left: 150px;
-	padding: 4px 10px 14px 10px;
-	text-align: justify;
-	clear: right;
-}
-.footer {
-	background-color: #FFF;
-	clear: both;
-	height: 20px;
-	background-image: url(images/footer.jpg);
-	background-repeat: repeat-x;
-	font-size: 10px;
-	color: #666;
-	text-align: center;
-	line-height: 18px;
-}
-.powered_by {
-	text-align: center;
-	font-size: 10px;
-	padding-top: 2px;
-}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/allcss/template.css
___________________________________________________________________
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/index.php
===================================================================
--- branches/2.8.x/wb/templates/allcss/index.php	(revision 2088)
+++ branches/2.8.x/wb/templates/allcss/index.php	(nonexistent)
@@ -1,147 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<?php
-/**
- * $Id$
- * Website Baker template: allcss
- * This template is one of four basis templates distributed with Website Baker.
- * Feel free to modify or build up on this template.
- *
- * This file contains the overall template markup and the Website Baker
- * template functions to add the contents from the database.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Ryan Djurovich, C. Sommer
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.70
- * @platform   Website Baker 2.7
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// prevent this file from being accessed directly
-if (!defined('WB_PATH')) die(header('Location: ../../index.php'));
-
-// TEMPLATE CODE STARTS BELOW
-?>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-	<meta http-equiv="Content-Type" content="text/html; charset=<?php 
-	echo defined('DEFAULT_CHARSET') ? DEFAULT_CHARSET : 'utf-8'; ?>" />
-	<meta name="description" content="<?php page_description(); ?>" />
-	<meta name="keywords" content="<?php page_keywords(); ?>" />
-	<link rel="stylesheet" type="text/css" href="<?php
-	echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" />
-	<link rel="stylesheet" type="text/css" href="<?php
-	echo TEMPLATE_DIR; ?>/print.css" media="print" />
-	<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
-<?php
-	// automatically include optional WB module files (frontend.css, frontend.js)
-	register_frontend_modfiles('css');
-	// register_frontend_modfiles('jquery');
-	register_frontend_modfiles('js');
-?>
-</head>
-
-<body>
-
-<div class="main">
-	
-	<div class="banner">
-		<a href="<?php echo WB_URL; ?>/" target="_top"><?php page_title('', '[WEBSITE_TITLE]'); ?></a>
-		<span>| <?php page_title('', '[PAGE_TITLE]'); ?></span>
-	</div>
-	
-	<!-- frontend search -->
-	<div class="search_box">
-		<?php 
-		// CODE FOR WEBSITE BAKER FRONTEND SEARCH
-		if (SHOW_SEARCH) { ?>
-			<form name="search" action="<?php echo WB_URL; ?>/search/index.php" method="get">
-				<input type="hidden" name="referrer" value="<?php 
-				echo defined('REFERRER_ID') ? REFERRER_ID : PAGE_ID; ?>" />
-				<input type="text" name="string" class="search_string" />
-				<input type="submit" name="wb_search" id="wb_search" value="<?php
-				echo $TEXT['SEARCH']; ?>" class="search_submit" />
-			</form><?php 
-		} ?>
-	</div>
-
-	<!-- main navigation menu -->
-	<div class="menu">
-		<?php
-		show_menu2(0,SM2_ROOT,SM2_CURR+1,SM2_TRIM,'<li><span class="menu-default">[ac][menu_title]</a></span>','</li>','<ul>','</ul>');
-		// CODE FOR WEBSITE BAKER FRONTEND LOGIN
-		if (FRONTEND_LOGIN == 'enabled' && VISIBILITY != 'private' && $wb->get_session('USER_ID') == '') {
-			$redirect_url = ((isset($_SESSION['HTTP_REFERER']) && $_SESSION['HTTP_REFERER'] != '') ? $_SESSION['HTTP_REFERER'] : WB_URL );
-			$redirect_url = (isset($thisApp->redirect_url) ? $thisApp->redirect_url : $redirect_url );
-		?>
-			<!-- login form -->
-			<br />
-			<form name="login" id="login" action="<?php echo LOGIN_URL; ?>" method="post">
-				<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" />
-				<fieldset>
-					<legend><?php echo $TEXT['LOGIN']; ?></legend>
-					<label for="username" accesskey="1"><?php echo $TEXT['USERNAME']; ?>:</label>
-					<input type="text" name="username" id="username" style="text-transform: lowercase;" /><br />
-					<label for="password" accesskey="2"><?php echo $TEXT['PASSWORD']; ?>:</label>
-					<input type="password" name="password" id="password" /><br />
-					<input type="submit" name="wb_login" id="wb_login" value="<?php echo $MENU['LOGIN']; ?>"/><br />
-	
-					<!-- forgotten details link -->
-					<a href="<?php echo FORGOT_URL; ?>"><?php echo $TEXT['FORGOT_DETAILS']; ?></a>
-
-					<!-- frontend signup -->
-					<?php
-					if (is_numeric(FRONTEND_SIGNUP)) { ?>
-						<a href="<?php echo SIGNUP_URL; ?>"><?php echo $TEXT['SIGNUP']; ?></a>
-					<?php } ?>
-				</fieldset>
-			</form>
-			
-		<?php 
-		} elseif (FRONTEND_LOGIN == 'enabled' && is_numeric($wb->get_session('USER_ID'))) { ?>
-			<!-- logout form -->
-			<br />
-			<form name="logout" id="logout" action="<?php echo LOGOUT_URL; ?>" method="post">
-				<fieldset>
-					<legend><?php echo $TEXT['LOGGED_IN']; ?>:</legend>
-					<?php echo $TEXT['WELCOME_BACK']; ?>, <?php echo $wb->get_display_name(); ?>
-					<input type="submit" name="wb_logout" id="wb_logout" value="<?php echo $MENU['LOGOUT']; ?>" />
-					<!-- edit user preferences -->
-					<a href="<?php echo PREFERENCES_URL; ?>"><?php echo $MENU['PREFERENCES']; ?></a>
-				</fieldset>
-			</form>
-		<?php 
-		} ?>
-	</div>
-	
-	<div class="content">
-		<?php page_content(); ?>
-	</div>
-	
-	<div class="footer">
-		<?php page_footer(); ?>
-	</div>
-	
-</div>
-
-<div class="powered_by">
-	Powered by <a href="http://www.websitebaker.org" target="_blank">Website Baker</a>
-</div>
-<?php 
-// automatically include optional WB module file frontend_body.js)
-// register_frontend_modfiles_body('jquery');
-register_frontend_modfiles_body('js');
-?>
-</body>
-</html>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/allcss/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/print.css
===================================================================
--- branches/2.8.x/wb/templates/allcss/print.css	(revision 2088)
+++ branches/2.8.x/wb/templates/allcss/print.css	(nonexistent)
@@ -1,71 +0,0 @@
-body,td,th {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-body {
-	background-color: #FFFFFF;
-	margin: 0px;
-}
-a:link, a:visited, a:active {
-	color: #660033;
-	text-decoration: none;
-}
-a:hover {
-	color: #993366;
-	text-decoration: none;
-}
-hr {
-	margin: 15px 0px 15px 0px;
-	color: #660033;
-	height: 1px;
-	width: 100%;
-}
-h1 {
-	font-size: 15px;
-	color: #993366;
-	margin: 5px 0px 5px 0px;
-}
-form {
-	margin: 0;
-}
-.main {
-	width: 100%;
-	margin: 0;
-	padding: 0;
-}
-.banner {
-	font-size: 20px;
-	font-weight: bold;
-	color: #FFFFFF;
-	padding-bottom: 20px;
-	text-align: center;
-}
-.search_box {
-	display: none;
-}
-.menu {
-	display: none;
-}
-.menu ul, .menu li {
-	display: none;
-}
-.login_table {
-	display: none;
-}
-.content {
-	margin: 0;
-	text-align: justify;
-}
-.footer {
-	clear: both;
-	height: 20px;
-	background: #FFFFFF;
-	font-size: 10px;
-	color: #666666;
-	text-align: center;
-	padding-top: 20px;
-}
-.powered_by {
-	display: none;
-}
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/allcss/print.css
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/templates/allcss/info.php
===================================================================
--- branches/2.8.x/wb/templates/allcss/info.php	(revision 2088)
+++ branches/2.8.x/wb/templates/allcss/info.php	(nonexistent)
@@ -1,45 +0,0 @@
-<?php
-/**
- * $Id$
- * Website Baker template: allcss
- * This template is one of four basis templates distributed with Website Baker.
- * Feel free to modify or build up on this template.
- *
- * This file defines the template variables required by Website Baker.
- *
- * LICENSE: GNU General Public License
- * 
- * @author     Ryan Djurovich, C. Sommer
- * @copyright  GNU General Public License
- * @license    http://www.gnu.org/licenses/gpl.html
- * @version    2.70
- * @platform   Website Baker 2.7
- *
- * Website Baker is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * Website Baker is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
-*/
-
-// OBLIGATORY WEBSITE BAKER VARIABLES
-$template_directory				= 'allcss';
-$template_name						= 'All CSS';
-$template_function			= 'template';
-$template_version					= '2.71';
-$template_platform				= '2.7';
-$template_author					= 'Ryan Djurovich, C. Sommer';
-$template_license					= '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>';
-$template_license_terms		= '-';
-$template_description			= 'Default template for Website Baker. This template is designed with one goal in mind: to completely control layout with CSS. In case you were wondering, that is where the name came from.';
-
-// OPTIONAL VARIABLES FOR ADDITIONAL MENUES AND BLOCKS
-// $menu[1]								= '';
-// $menu[2]								= '';
-// $block[1]							= '';
-// $block[2]							= '';
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/templates/allcss/info.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
