You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/07/31 10:03:56 UTC

svn commit: r799539 - in /webservices/juddi/site: css/ images/

Author: kstam
Date: Fri Jul 31 08:03:55 2009
New Revision: 799539

URL: http://svn.apache.org/viewvc?rev=799539&view=rev
Log:
JUDDI-189 upgrading juddi website

Added:
    webservices/juddi/site/css/juddi-base.css
    webservices/juddi/site/css/juddi-theme.css
    webservices/juddi/site/css/transparencies.css
    webservices/juddi/site/images/Apache_JUDDI.png   (with props)
    webservices/juddi/site/images/active_tab.png   (with props)
    webservices/juddi/site/images/apache-portals.png   (with props)
    webservices/juddi/site/images/banner.png   (with props)
    webservices/juddi/site/images/bar.png   (with props)
    webservices/juddi/site/images/bkgd_bottom_gradient.png   (with props)
    webservices/juddi/site/images/bkgd_top_gradient.png   (with props)
    webservices/juddi/site/images/footer_bar.png   (with props)
    webservices/juddi/site/images/gear.png   (with props)
    webservices/juddi/site/images/juddi_logo.png   (with props)
    webservices/juddi/site/images/juddi_logo_v2.png   (with props)
    webservices/juddi/site/images/juddi_logo_v3.png   (with props)
    webservices/juddi/site/images/logo1616.png   (with props)
    webservices/juddi/site/images/logo3232.png   (with props)
    webservices/juddi/site/images/nav_bkd.png   (with props)
    webservices/juddi/site/images/nav_bkd_2.png   (with props)
    webservices/juddi/site/images/nav_bkgd.png   (with props)
    webservices/juddi/site/images/pluto.png   (with props)
    webservices/juddi/site/images/pluto_logo.png   (with props)
    webservices/juddi/site/images/powered-by.png   (with props)
    webservices/juddi/site/images/s.gif   (with props)
    webservices/juddi/site/images/strong.gif   (with props)
    webservices/juddi/site/images/tab_bkgd.png   (with props)
Modified:
    webservices/juddi/site/css/site.css

Added: webservices/juddi/site/css/juddi-base.css
URL: http://svn.apache.org/viewvc/webservices/juddi/site/css/juddi-base.css?rev=799539&view=auto
==============================================================================
--- webservices/juddi/site/css/juddi-base.css (added)
+++ webservices/juddi/site/css/juddi-base.css Fri Jul 31 08:03:55 2009
@@ -0,0 +1,126 @@
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+}
+.xright, #bannerRight {
+  float:right;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 190px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 15px;
+  margin-left: 215px;
+  margin-top:-5px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+
+#navcolumn h5 {
+  margin: 0px 0px 8px 0px;
+  padding: 0px;
+  font-size: normal;
+  color:#ffcc00
+}
+#navcolumn ul {
+  margin: 2px 0px;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 19px;
+  list-style-position: outside;
+  line-height: 1.3em;
+  font-size: smaller;
+}
+#navcolumn li strong {
+  	padding-left: 8px;
+  	color:#F90;
+	background: url(../images/strong.gif) 0px 3px no-repeat;
+	font-weight:normal;
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 0px 4px 4px 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}

Added: webservices/juddi/site/css/juddi-theme.css
URL: http://svn.apache.org/viewvc/webservices/juddi/site/css/juddi-theme.css?rev=799539&view=auto
==============================================================================
--- webservices/juddi/site/css/juddi-theme.css (added)
+++ webservices/juddi/site/css/juddi-theme.css Fri Jul 31 08:03:55 2009
@@ -0,0 +1,113 @@
+
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#ededed;
+}
+a:visited  {
+  color:#dedede;
+}
+a:active, a:hover {
+  color:#fff;
+  text-decoration:underline
+}
+#legend li.externalLink {
+  background: url(../images/external.gif) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+
+h3 {
+  padding: 4px 4px 4px 6px;
+  color: darkorange;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+	
+    position: static;
+}
+#leftColumn {
+  margin: 10px 0 0 10px;
+  border: 1px solid #999;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+
+
+
+.source {
+  border: 1px solid #999;
+  background-color:#ededed;
+  color:#888888;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+

Modified: webservices/juddi/site/css/site.css
URL: http://svn.apache.org/viewvc/webservices/juddi/site/css/site.css?rev=799539&r1=799538&r2=799539&view=diff
==============================================================================
--- webservices/juddi/site/css/site.css (original)
+++ webservices/juddi/site/css/site.css Fri Jul 31 08:03:55 2009
@@ -1,81 +1,70 @@
-div#banner {
- border-top: 1px solid #fff;
- border-bottom: 1px solid #aaa;
-}
-
-#banner, #banner td {
- background: #fff;
- color: #036;
-}
-
-#tabs {
-  text-align: right;
-}
-
-.selectedTab {
-  color: #036;	
-}
-
- a.unselectedTab {
-  color: #888888;	
-}
-
-#source {
- background-color: #fff;
- color: #000;
- border-right: 1px solid #888;
- border-left: 1px solid #888;
- border-top: 1px solid #888;
- border-bottom: 1px solid #888;
- margin-right: 7px;
- margin-left: 7px;
- margin-top: 1em;
-}
-
-#source pre {
- margin-right: 7px;
- margin-left: 7px;
-}
-
-/* make the whole column grey */
-#navcolumn {
- width: 150px;
- }
-
-#leftcol {
- width: 150px;
-}
-
-/*
- * The Menu section.
- */
-.menuColumn {
-}
-
-.menu {
-  padding-bottom: .2em;
-  font-size: x-small;
-  text-decoration: none;
-}
-.menuLabel { font-weight: bold; }
-.menuItem {
-  padding-left: 12px;
-  text-decoration: none;
-}
-
-/* breadcrumbs */
-#breadcrumbs
-{
-	font-weight: bold;
-}
-.breadcrumbTrail
-{
-	padding-left: 5px;
-}
-.breadcrumb
-{
-	font-weight: bold;
-}
-.crumbSeparator
-{
-}
+div#banner {
+ border-top: 1px solid #fff;
+ border-bottom: 1px solid #aaa;
+ display:none;
+}
+
+#banner, #banner td {
+/* background: #fff; */
+ color: #036;
+}
+
+#tabs {
+  text-align: right;
+}
+
+.selectedTab {
+  color: #036;	
+}
+
+ a.unselectedTab {
+  color: #888888;	
+}
+
+#source {
+ background-color: #fff;
+ color: #000;
+ border-right: 1px solid #888;
+ border-left: 1px solid #888;
+ border-top: 1px solid #888;
+ border-bottom: 1px solid #888;
+ margin-right: 7px;
+ margin-left: 7px;
+ margin-top: 1em;
+}
+
+#source pre {
+ margin-right: 7px;
+ margin-left: 7px;
+}
+
+
+.menu {
+  padding-bottom: .2em;
+  font-size: x-small;
+  text-decoration: none;
+}
+.menuLabel { font-weight: bold; }
+.menuItem {
+  padding-left: 12px;
+  text-decoration: none;
+}
+
+/* breadcrumbs */
+#breadcrumbs
+{
+	font-weight: bold;
+}
+.breadcrumbTrail
+{
+	padding-left: 5px;
+}
+.breadcrumb
+{
+	font-weight: bold;
+}
+.crumbSeparator
+{
+}
+
+

Added: webservices/juddi/site/css/transparencies.css
URL: http://svn.apache.org/viewvc/webservices/juddi/site/css/transparencies.css?rev=799539&view=auto
==============================================================================
--- webservices/juddi/site/css/transparencies.css (added)
+++ webservices/juddi/site/css/transparencies.css Fri Jul 31 08:03:55 2009
@@ -0,0 +1,189 @@
+@charset "UTF-8";
+/* CSS Document */
+
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
+/* CSS Document */
+
+/* SET BASE FONT ATTRUBUTES */
+html, body, div, p, table, td, th {
+font-family: Arial, Helvetica, sans-serif;
+line-height: 1.2em;
+font-size: 1em;
+color: #ffffcc;
+}
+/* SORT OUT HEADER FORMATTING AND SIZES */
+h1, h2, h3, h4, h5 {font-weight: normal;}
+
+h1 {font-size: 1.5em;}
+h2 {font-size: 1.5em;}
+h3 {font-size: 1.5em;}
+h4 {font-size: 1.2em;}
+h5 {font-size: 1.1em;}
+h6 {font-size: 1em;}
+
+#navcolumn h5 {
+  margin-left:-10px;
+  padding: 4px  10px;
+  font-size: 1.2em; 
+  color:#ffcc00
+}
+
+
+
+#bodyColumn a {text-decoration:underline;color:darkorange;}
+#bodyColumn a:hover {text-decoration:underline;color:orange;}
+
+#navcolumn {
+  padding: 6px 0px 0px 10px;
+	background:url(../images/nav_bkd.png) 100% 100% repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkd.png', sizingMethod='scale');
+}
+#navcolumn li.expanded {
+  background: url(../images/gear.png) 0 -1px no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gear.png', sizingMethod='image');
+}
+#navcolumn li.collapsed {
+  background: url(../images/gear.png) 0 -1px no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gear.png', sizingMethod='image');
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #ffcc00;
+	background:url(../images/nav_bkgd.png) 0px 0px repeat-x;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkgd.png', sizingMethod='crop');
+    position: static;
+  
+}
+
+table.bodyTable {
+	border-collapse:collapse;
+  border-top:1px solid #ababab;
+  border-left:1px solid #ababab;
+	height:auto;
+	/* table-layout:fixed; */
+	width:100%;
+}
+table.bodyTable th {
+  color: white;
+	background:url(../images/nav_bkgd.png) 0px 0px repeat-x;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkgd.png', sizingMethod='crop');
+  text-align: left;
+  font-weight: bold;
+}
+table.bodyTable th, table.bodyTable td {
+	padding:3px;
+  vertical-align: top;
+  border-right:1px solid #ababab;
+  border-bottom:1px solid #ababab;
+  
+}
+table.bodyTable tr.a {
+	background:url(../images/nav_bkd.png) 100% 100% repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkd.png', sizingMethod='crop');
+}
+
+table.bodyTable tr.b {
+	filter: alpha(opacity = 50);
+	opacity: 0.5;
+	-moz-opacity: 0.5;
+	
+	background:url(../images/nav_bkd_2.png) 100% 100% repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkd_2.png', sizingMethod='crop');
+}
+
+
+/* general layout */
+html ,body {
+    height: 100%;
+ 	padding: 0px;
+ 	margin: 0px;
+}
+#shell{
+    height: 100%;
+    font-size: 76%;
+	background:url(../images/bkgd_bottom_gradient.png) 100% 100% repeat-x;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bkgd_bottom_gradient.png', sizingMethod='scale');
+	background-position:bottom;
+	background-attachment:fixed;
+}
+#wrapper {
+	background: url(../images/bkgd_top_gradient.png) 0px 0px repeat-x;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bkgd_top_gradient.png', sizingMethod='scale');
+}
+
+/** 'JUDDI' block **/
+
+#JUDDI {
+	background: url('../images/bar.png') 0 0 no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bar.png', sizingMethod='image');
+}
+/* EI 6 ignores the following rule */
+html>body #JUDDI{
+ 	margin-left: auto;
+    margin-right: auto;
+	height:100%;
+
+  	background: url('../images/bar.png') 0px 0px repeat-x;
+}
+
+/** 'header' block **/
+
+#header {
+  /* background: url('images/pluto_logo.png') 0px 0px no-repeat; */
+  /* background: url('images/juddi_logo.png') 0px 0px no-repeat; */
+  /* background: url('images/juddi_logo_v2.png') 0px 0px no-repeat; */
+  /* background: url('images/juddi_logo_v3.png') 0px 0px no-repeat; */
+	background: url('../images/juddi_logo_v3.png') 0px 0px no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/juddi_logo_v3.png', sizingMethod='image');
+ 	 width: auto;
+  	height: 122px;
+  	margin: 0px;
+  	vertical-align: top;
+}
+
+#header h1 {
+  display: none;
+  margin: 5px 10px 5px 10px;
+  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
+  font-size: 200%;
+}
+
+#header p {
+  display: none;
+  margin: 0px 10px 0px 10px;
+  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
+  font-size: smaller;
+}
+
+
+/** 'footer' block **/
+
+#footer {
+	background: url('../images/footer_bar.png') 0px 0px no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer_bar.png', sizingMethod='image');
+  clear: both;
+  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
+  font-size: smaller;
+  color: #ccc;
+  text-align: left;
+  margin: 10px 0px;
+  padding: 30px 20px 4px 20px;
+}
+html>body #footer {background: url('../images/footer_bar.png') 0px 0px repeat-x;}
\ No newline at end of file

Added: webservices/juddi/site/images/Apache_JUDDI.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/Apache_JUDDI.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/Apache_JUDDI.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/active_tab.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/active_tab.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/active_tab.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/apache-portals.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/apache-portals.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/apache-portals.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/banner.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/banner.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/banner.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/bar.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/bar.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/bar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/bkgd_bottom_gradient.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/bkgd_bottom_gradient.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/bkgd_bottom_gradient.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/bkgd_top_gradient.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/bkgd_top_gradient.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/bkgd_top_gradient.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/footer_bar.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/footer_bar.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/footer_bar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/gear.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/gear.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/gear.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/juddi_logo.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/juddi_logo.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/juddi_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/juddi_logo_v2.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/juddi_logo_v2.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/juddi_logo_v2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/juddi_logo_v3.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/juddi_logo_v3.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/juddi_logo_v3.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/logo1616.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/logo1616.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/logo1616.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/logo3232.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/logo3232.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/logo3232.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/nav_bkd.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/nav_bkd.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/nav_bkd.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/nav_bkd_2.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/nav_bkd_2.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/nav_bkd_2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/nav_bkgd.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/nav_bkgd.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/nav_bkgd.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/pluto.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/pluto.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/pluto.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/pluto_logo.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/pluto_logo.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/pluto_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/powered-by.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/powered-by.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/powered-by.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/s.gif
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/s.gif?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/s.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/strong.gif
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/strong.gif?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/strong.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/site/images/tab_bkgd.png
URL: http://svn.apache.org/viewvc/webservices/juddi/site/images/tab_bkgd.png?rev=799539&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/site/images/tab_bkgd.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org