[Slim-Checkins] r12563 - in /trunk/server/HTML: EN/ EN/html/wizard/ EN/settings/server/ Maestro/ Maestro/html/images/

mherger at svn.slimdevices.com mherger at svn.slimdevices.com
Wed Aug 15 06:32:17 PDT 2007


Author: mherger
Date: Wed Aug 15 06:32:17 2007
New Revision: 12563

URL: http://svn.slimdevices.com?rev=12563&view=rev
Log:
Bug: n/a
Description: some stylesheet cleanup

Added:
    trunk/server/HTML/Maestro/cmdwrappers_Maestro
      - copied, changed from r12557, trunk/server/HTML/Maestro/cmdwrappers_Jive
    trunk/server/HTML/Maestro/html/images/btn-sprite.png   (with props)
    trunk/server/HTML/Maestro/html/images/footer_left.png   (with props)
    trunk/server/HTML/Maestro/html/images/footer_right.png   (with props)
    trunk/server/HTML/Maestro/html/images/header_background.png   (with props)
    trunk/server/HTML/Maestro/html/images/header_left.png   (with props)
    trunk/server/HTML/Maestro/html/images/header_right.png   (with props)
    trunk/server/HTML/Maestro/html/images/inner_background.gif   (with props)
    trunk/server/HTML/Maestro/html/images/inner_bottom_left.gif   (with props)
    trunk/server/HTML/Maestro/html/images/inner_bottom_right.gif   (with props)
    trunk/server/HTML/Maestro/html/images/inner_top_left.gif   (with props)
    trunk/server/HTML/Maestro/html/images/inner_top_right.gif   (with props)
    trunk/server/HTML/Maestro/html/images/title_background.gif   (with props)
    trunk/server/HTML/Maestro/html/images/title_bottom_left.gif   (with props)
    trunk/server/HTML/Maestro/html/images/title_bottom_right.gif   (with props)
    trunk/server/HTML/Maestro/html/images/title_top_left.gif   (with props)
    trunk/server/HTML/Maestro/html/images/title_top_right.gif   (with props)
Removed:
    trunk/server/HTML/EN/html/wizard/
    trunk/server/HTML/Maestro/cmdwrappers_Jive
Modified:
    trunk/server/HTML/EN/cmdwrappers
    trunk/server/HTML/EN/settings/server/wizard.html
    trunk/server/HTML/Maestro/ie.css
    trunk/server/HTML/Maestro/index.html
    trunk/server/HTML/Maestro/pageheader.html
    trunk/server/HTML/Maestro/skinconfig.yml
    trunk/server/HTML/Maestro/slim-ext.css
    trunk/server/HTML/Maestro/slimserver.css

Modified: trunk/server/HTML/EN/cmdwrappers
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/cmdwrappers?rev=12563&r1=12562&r2=12563&view=diff
==============================================================================
--- trunk/server/HTML/EN/cmdwrappers (original)
+++ trunk/server/HTML/EN/cmdwrappers Wed Aug 15 06:32:17 2007
@@ -122,7 +122,7 @@
 [% BLOCK crumblist -%]
 [%- IF not noHomeLink %][% PROCESS homelink %][% END -%]
 [%- FOREACH item = pwd_list.list -%]
-  [%- IF not noHomeLink or not loop.first %] / [% END -%]
+  [%- IF not noHomeLink or not loop.first %] [% IF crumbSeparator %][% crumbSeparator %][% ELSE %]/[% END %] [% END -%]
   [%- PROCESS crumblistitem -%]
 [%- END -%]
 [%- END %]

Modified: trunk/server/HTML/EN/settings/server/wizard.html
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/settings/server/wizard.html?rev=12563&r1=12562&r2=12563&view=diff
==============================================================================
--- trunk/server/HTML/EN/settings/server/wizard.html (original)
+++ trunk/server/HTML/EN/settings/server/wizard.html Wed Aug 15 06:32:17 2007
@@ -5,6 +5,58 @@
 		<title>[% "SLIMSERVER" | string %]</title>
 
 		<link rel="stylesheet" type="text/css" href="/html/ext/resources/css/ext-all.css" />
+		<link rel="stylesheet" type="text/css" href="/Maestro/slim-ext.css" />
+		<link rel="stylesheet" type="text/css" href="/Maestro/slimserver.css" />
+
+		<style type="text/css">
+		<!--
+			html, body { background: white; }
+			body { margin: 20px; }
+
+			.wz_path {
+				width: 45%;
+				vertical-align:top;
+			}
+
+			#wz_formpanel {
+				margin: 7px;
+				position: relative;
+			}
+
+			.wz_page {
+				position: absolute;
+				width: 95%;
+			}
+
+			.wz_logo {
+				float: right;
+				margin-left: 30px;
+			}
+			
+			.wz_desc_right {
+				position: absolute;
+				left: 55%;
+				float: right;
+				width: 45%;
+			}
+			
+			#wz_musicsource td {
+				vertical-align: top;
+				padding-top: 5px;
+			}
+			
+			#wz_buttonbar {
+				float: right; 
+				margin-top:5px; 
+				margin-right:10px;
+			}
+
+			.wz_summary_list {
+				list-style-type: circle;
+				margin-left: 20px;
+			}
+		-->
+		</style>
 
 		<script type="text/javascript" src="/html/ext/adapter/ext/ext-base.js?r=[% revision %]"></script>
 		<script type="text/javascript" src="/html/ext/ext-all.js?r=[% revision %]"></script>
@@ -30,250 +82,14 @@
 
 		<script type="text/javascript" src="/html/fileselector.js?r=[% revision %]"></script>
 		<script type="text/javascript" src="/html/wizard.js?r=[% revision %]"></script>
-
-		<style type="text/css">
-		<!--
-			html, body {
-				padding: 0;
-				border: 0 none;
-				overflow: hidden;
-				height: 100%;
-				color: white;
-				font-size: 12px;
-				font-family: sans-serif;
-			}
-
-			body { margin: 20px; }
-
-			a { color: white; }
-
-			#header {
-				background: url(/html/wizard/header_background.png) repeat;
-			}
-
-			#header_content {
-				height: 40px;
-				margin-left: 230px;
-				padding-top: 11px;
-				background: url(/html/wizard/header_right.png) no-repeat top right;
-				color: white;
-				font-size: 14px;
-			}
-
-			#header_logo {
-				left: 0px;
-				position: absolute;
-			}
-
-			#footer{
-				background: url(/html/wizard/header_background.png) repeat;
-			}
-
-			#footer_content {
-				height: 38px;
-				background: url(/html/wizard/footer_right.png) no-repeat bottom right;
-			}
-
-			#footer_logo {
-				left: 0px;
-				vertical-align: bottom;
-				position: absolute;
-			}
-
-			.inner {
-				background: url(/html/wizard/inner_background.gif) repeat;
-				margin: 20px; 
-			}
-
-			.inner_content {
-				background: url(/html/wizard/inner_background.gif) repeat;
-				margin: 10px;
-				height: 330px;
-			}
-			.inner_top div { 
-				height: 10px;
-				background: url(/html/wizard/inner_top_left.gif) no-repeat top left;
-			}
-
-			.inner_top {
-				height: 10px;
-				background: url(/html/wizard/inner_top_right.gif) no-repeat top right; 
-			}
-
-			.inner_bottom div { 
-				height: 10px;
-				background: url(/html/wizard/inner_bottom_left.gif) no-repeat bottom left; 
-			}
-
-			.inner_bottom { 
-				height: 10px;
-				background: url(/html/wizard/inner_bottom_right.gif) no-repeat bottom right; 
-			}
-
-			.titlebox {
-				background: url(/html/wizard/title_background.gif) repeat;
-				margin-left: 5px;
-				margin-right: 5px; 
-			}
-
-			.titlebox_content {
-				background: url(/html/wizard/title_background.gif) repeat;
-				margin-left: 10px;
-				height: 15px;
-				font-weight: bold;
-			}
-			.titlebox_top div { 
-				height: 10px;
-				background: url(/html/wizard/title_top_left.gif) no-repeat top left;
-			}
-
-			.titlebox_top {
-				height: 10px;
-				background: url(/html/wizard/title_top_right.gif) no-repeat top right; 
-			}
-
-			.titlebox_bottom div { 
-				height: 10px;
-				background: url(/html/wizard/title_bottom_left.gif) no-repeat bottom left; 
-			}
-
-			.titlebox_bottom { 
-				height: 10px;
-				background: url(/html/wizard/title_bottom_right.gif) no-repeat bottom right; 
-			}
-
-			#mainbody {
-				position: relative;
-				width: 100%;
-				height: 500px;
-			}
-
-			#main {
-				overflow: hidden;
-			}
-			
-			.folderselector {
-				overflow: auto;
-				height: 300px;
-				width: 50%;
-				border: 2px inset grey;
-				background: white;
-			}
-
-			.wz_path {
-				width: 45%;
-				vertical-align:top;
-			}
-
-			#wz_formpanel {
-				margin: 7px;
-				position: relative;
-			}
-
-			.wz_page {
-				position: absolute;
-				width: 95%;
-			}
-
-			.wz_logo {
-				float: right;
-				margin-left: 30px;
-			}
-			
-			.wz_desc_right {
-				position: absolute;
-				left: 55%;
-				float: right;
-				width: 45%;
-			}
-			
-			#wz_musicsource td {
-				vertical-align: top;
-				padding-top: 5px;
-			}
-			
-			#wz_buttonbar {
-				float: right; 
-				margin-top:5px; 
-				margin-right:10px;
-			}
-
-			.wz_summary_list {
-				list-style-type: circle;
-				margin-left: 20px;
-			}
-
-			.x-tree-node-leaf .x-tree-node-alwayscollapsed {
-				background-image:url(/html/ext/resources/images/default/tree/folder.gif);
-			}
-			
-			.x-layout-panel-body {
-				background: #23415e;
-			}
-			
-			.x-layout-panel {
-				border: 0px none;
-			}
-
-			.x-btn {
-				display: inline;
-			}
-
-			.x-btn-text, .x-btn button {
-				color: #d1d1d1;
-				font-weight: bold;
-			}
-
-			.x-btn-left{
-				width:3px;
-				height:22px;
-				background:url(/html/wizard/btn-sprite.png) no-repeat 0 0;
-			}
-			
-			.x-btn-right{
-				width:3px;
-				height:22px;
-				background:url(/html/wizard/btn-sprite.png) no-repeat 0 -22px;
-			}
-			
-			.x-btn-center{
-				background:url(/html/wizard/btn-sprite.png) repeat-x 0 -44px;
-				vertical-align: middle;
-				text-align:center;
-				padding:0 5px;
-				cursor:pointer;
-				white-space:nowrap;
-			}
-
-			.x-btn-over .x-btn-left{
-				background-position:0 0px;
-			}
-
-			.x-btn-over .x-btn-right{
-				background-position:0 -22px;
-			}
-
-			.x-btn-over .x-btn-center{
-				background-position:0 -44px;
-			}
-
-			.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
-				background-position:0 -44px;
-			}
-
-			.x-btn-menu-arrow-wrap .x-btn-center button {
-			    height:22px;
-			}
-		-->
-		</style>
 	</head>
 
 	<body>
 		<div id="mainbody">
 
 			<div id="header">
-				<div id="header_logo"><img src="/html/wizard/header_left.png"></div>
-				<div id="header_content">&nbsp;</div>
+				<div id="header_left"></div>
+				<div id="header_content"></div>
 			</div>
 	
 			<div id="main">
@@ -436,7 +252,7 @@
 			</div>
 
 			<div id="footer">
-				<img src="/html/wizard/footer_left.png" id="footer_logo">
+				<div id="footer_left"></div>
 				<div id="footer_content">
 					<table id="wz_buttonbar">
 						<tr>

Copied: trunk/server/HTML/Maestro/cmdwrappers_Maestro (from r12557, trunk/server/HTML/Maestro/cmdwrappers_Jive)
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/cmdwrappers_Maestro?p2=trunk/server/HTML/Maestro/cmdwrappers_Maestro&p1=trunk/server/HTML/Maestro/cmdwrappers_Jive&r1=12557&r2=12563&rev=12563&view=diff
==============================================================================
--- trunk/server/HTML/Maestro/cmdwrappers_Jive (original)
+++ trunk/server/HTML/Maestro/cmdwrappers_Maestro Wed Aug 15 06:32:17 2007
@@ -3,6 +3,7 @@
 	[% controlGraphics  = 1 %]
 	[% browserTarget  = "browser" %]
 	[% useAJAX = 1 %]
+	[% crumbSeparator = ">" %]
 	
 	[% BLOCK cmdlink -%]
 		<a [% content %] [% UNLESS noTarget %]target="status"[% END %]><img src="[% webroot %]html/images/[% cmdimage %].png" width=13 height=13 alt="[% cmdtitle | string | ucfirst %]" title="[% cmdtitle | string | ucfirst %]"></a>

Added: trunk/server/HTML/Maestro/html/images/btn-sprite.png
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/btn-sprite.png?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/btn-sprite.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/footer_left.png
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/footer_left.png?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/footer_left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/footer_right.png
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/footer_right.png?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/footer_right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/header_background.png
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/header_background.png?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/header_background.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/header_left.png
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/header_left.png?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/header_left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/header_right.png
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/header_right.png?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/header_right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/inner_background.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/inner_background.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/inner_background.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/inner_bottom_left.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/inner_bottom_left.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/inner_bottom_left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/inner_bottom_right.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/inner_bottom_right.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/inner_bottom_right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/inner_top_left.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/inner_top_left.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/inner_top_left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/inner_top_right.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/inner_top_right.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/inner_top_right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/title_background.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/title_background.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/title_background.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/title_bottom_left.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/title_bottom_left.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/title_bottom_left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/title_bottom_right.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/title_bottom_right.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/title_bottom_right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/title_top_left.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/title_top_left.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/title_top_left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/server/HTML/Maestro/html/images/title_top_right.gif
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/html/images/title_top_right.gif?rev=12563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/server/HTML/Maestro/html/images/title_top_right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/server/HTML/Maestro/ie.css
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/ie.css?rev=12563&r1=12562&r2=12563&view=diff
==============================================================================
--- trunk/server/HTML/Maestro/ie.css (original)
+++ trunk/server/HTML/Maestro/ie.css Wed Aug 15 06:32:17 2007
@@ -1,4 +1,4 @@
-#browsedbList {
+* html, #browsedbList {
 	overflow-x: hidden;
 }
 

Modified: trunk/server/HTML/Maestro/index.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/index.html?rev=12563&r1=12562&r2=12563&view=diff
==============================================================================
--- trunk/server/HTML/Maestro/index.html (original)
+++ trunk/server/HTML/Maestro/index.html Wed Aug 15 06:32:17 2007
@@ -44,8 +44,8 @@
 		<div id="mainbody">
 
 			<div id="header">
-				<div id="header_logo"><img src="/html/wizard/header_left.png"></div>
-				<div id="header_content">&nbsp;</div>
+				<div id="header_left"></div>
+				<div id="header_content"></div>
 			</div>
 	
 			<div id="main">
@@ -79,9 +79,8 @@
 			</div>
 
 			<div id="footer">
-				<img src="/html/wizard/footer_left.png" id="footer_logo">
-				<div id="footer_content">
-				</div>
+				<div id="footer_left"></div>
+				<div id="footer_content"></div>
 			</div>
 
 		</div>

Modified: trunk/server/HTML/Maestro/pageheader.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/pageheader.html?rev=12563&r1=12562&r2=12563&view=diff
==============================================================================
--- trunk/server/HTML/Maestro/pageheader.html (original)
+++ trunk/server/HTML/Maestro/pageheader.html Wed Aug 15 06:32:17 2007
@@ -21,4 +21,9 @@
 			<div class="titlebox_bottom"><div></div></div>
 		</div>
 
+		<div id="crumblist">
+			[% SET pwd_list = pageHeaderMenu IF pageHeaderMenu and not pwd_list -%]
+			[%- PROCESS crumblist IF pwd_list %]
+		</div>
+
 		<div class="content">

Modified: trunk/server/HTML/Maestro/skinconfig.yml
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/skinconfig.yml?rev=12563&r1=12562&r2=12563&view=diff
==============================================================================
--- trunk/server/HTML/Maestro/skinconfig.yml (original)
+++ trunk/server/HTML/Maestro/skinconfig.yml Wed Aug 15 06:32:17 2007
@@ -1,3 +1,3 @@
 ---
 preprocess:
- - cmdwrappers_Jive
+ - cmdwrappers_Maestro

Modified: trunk/server/HTML/Maestro/slim-ext.css
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/slim-ext.css?rev=12563&r1=12562&r2=12563&view=diff
==============================================================================
--- trunk/server/HTML/Maestro/slim-ext.css (original)
+++ trunk/server/HTML/Maestro/slim-ext.css Wed Aug 15 06:32:17 2007
@@ -22,17 +22,17 @@
 .x-btn-left{
 	width:3px;
 	height:22px;
-	background:url(/html/wizard/btn-sprite.png) no-repeat 0 0;
+	background:url(/Maestro/html/images/btn-sprite.png) no-repeat 0 0;
 }
 
 .x-btn-right{
 	width:3px;
 	height:22px;
-	background:url(/html/wizard/btn-sprite.png) no-repeat 0 -22px;
+	background:url(/Maestro/html/images/btn-sprite.png) no-repeat 0 -22px;
 }
 
 .x-btn-center{
-	background:url(/html/wizard/btn-sprite.png) repeat-x 0 -44px;
+	background:url(/Maestro/html/images/btn-sprite.png) repeat-x 0 -44px;
 	vertical-align: middle;
 	text-align:center;
 	padding:0 5px;

Modified: trunk/server/HTML/Maestro/slimserver.css
URL: http://svn.slimdevices.com/trunk/server/HTML/Maestro/slimserver.css?rev=12563&r1=12562&r2=12563&view=diff
==============================================================================
--- trunk/server/HTML/Maestro/slimserver.css (original)
+++ trunk/server/HTML/Maestro/slimserver.css Wed Aug 15 06:32:17 2007
@@ -5,11 +5,11 @@
 	overflow: hidden;
 	height: 100%;
 	color: white;
-	background: url(/html/wizard/inner_background.gif) repeat;
 	font-size: 12px;
 	font-family: sans-serif;
 }
 
+body { background: url(/Maestro/html/images/inner_background.gif) repeat; }
 a { color: white; }
 img { border: 0; }
 
@@ -72,83 +72,91 @@
 }
 
 .homeMenuItem a:hover, .homeMenuSection .mouseOver {
-	background: url(html/images/pointer.gif) no-repeat right white;
+	background: url(/Maestro/html/images/pointer.gif) no-repeat right white;
+	cursor: pointer;
 	color: gray;
 }
 
 
 /* styles for the basic layout */
 #header {
-	background: url(/html/wizard/header_background.png) repeat;
+	background: url(/Maestro/html/images/header_background.png) repeat;
 }
 
 #header_content {
 	height: 40px;
 	margin-left: 230px;
 	padding-top: 11px;
-	background: url(/html/wizard/header_right.png) no-repeat top right;
+	background: url(/Maestro/html/images/header_right.png) no-repeat top right;
 	color: white;
 	font-size: 14px;
 }
 
-#header_logo {
+#header_left {
+	background: url(/Maestro/html/images/header_left.png) no-repeat top left;
+	height: 38px;
+	width: 219px;
 	left: 0px;
 	position: absolute;
 }
 
 #footer{
-	background: url(/html/wizard/header_background.png) repeat;
+	background: url(/Maestro/html/images/header_background.png) repeat;
 }
 
 #footer_content {
 	height: 38px;
-	background: url(/html/wizard/footer_right.png) no-repeat bottom right;
-}
-
-#footer_logo {
+	background: url(/Maestro/html/images/footer_right.png) no-repeat bottom right;
+}
+
+#footer_left {
+	background: url(/Maestro/html/images/footer_left.png) no-repeat 0 0;
+	height: 38px;
+	width: 17px;
 	left: 0px;
 	vertical-align: bottom;
 	position: absolute;
 }
 
 .inner {
-	background: url(/html/wizard/inner_background.gif) repeat;
+	background: url(/Maestro/html/images/inner_background.gif) repeat;
 	margin: 20px; 
 }
 
 .inner_content {
-	background: url(/html/wizard/inner_background.gif) repeat;
+	background: url(/Maestro/html/images/inner_background.gif) repeat;
 	margin: 10px;
 	height: 330px;
 }
+
 .inner_top div { 
 	height: 10px;
-	background: url(/html/wizard/inner_top_left.gif) no-repeat top left;
+	background: url(/Maestro/html/images/inner_top_left.gif) no-repeat top left;
 }
 
 .inner_top {
 	height: 10px;
-	background: url(/html/wizard/inner_top_right.gif) no-repeat top right; 
+	background: url(/Maestro/html/images/inner_top_right.gif) no-repeat top right; 
 }
 
 .inner_bottom div { 
 	height: 10px;
-	background: url(/html/wizard/inner_bottom_left.gif) no-repeat bottom left; 
+	background: url(/Maestro/html/images/inner_bottom_left.gif) no-repeat bottom left; 
 }
 
 .inner_bottom { 
 	height: 10px;
-	background: url(/html/wizard/inner_bottom_right.gif) no-repeat bottom right; 
+	background: url(/Maestro/html/images/inner_bottom_right.gif) no-repeat bottom right; 
 }
 
 .titlebox {
-	background: url(/html/wizard/title_background.gif) repeat;
+	background: url(/Maestro/html/images/title_background.gif) repeat;
 	margin-left: 5px;
 	margin-right: 5px; 
 }
 
 .titlebox_content {
-	background: url(/html/wizard/title_background.gif) repeat;
+	background: url(/Maestro/html/images/title_background.gif) repeat;
 	margin-left: 10px;
 	height: 15px;
 	font-size: 120%;
@@ -156,22 +164,22 @@
 }
 .titlebox_top div { 
 	height: 10px;
-	background: url(/html/wizard/title_top_left.gif) no-repeat top left;
+	background: url(/Maestro/html/images/title_top_left.gif) no-repeat top left;
 }
 
 .titlebox_top {
 	height: 10px;
-	background: url(/html/wizard/title_top_right.gif) no-repeat top right; 
+	background: url(/Maestro/html/images/title_top_right.gif) no-repeat top right; 
 }
 
 .titlebox_bottom div { 
 	height: 10px;
-	background: url(/html/wizard/title_bottom_left.gif) no-repeat bottom left; 
+	background: url(/Maestro/html/images/title_bottom_left.gif) no-repeat bottom left; 
 }
 
 .titlebox_bottom { 
 	height: 10px;
-	background: url(/html/wizard/title_bottom_right.gif) no-repeat bottom right; 
+	background: url(/Maestro/html/images/title_bottom_right.gif) no-repeat bottom right; 
 }
 
 #mainbody {
@@ -185,6 +193,19 @@
 	background: #23415e;
 }
 
+#crumblist {
+	margin: 10px;
+	height: 20px;
+}
+
 .content {
 	width: 100%;
+}
+
+.folderselector {
+	overflow: auto;
+	height: 300px;
+	width: 50%;
+	border: 2px inset grey;
+	background: white;
 }



More information about the checkins mailing list