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 09:59:16 UTC

svn commit: r799537 [1/4] - /webservices/juddi/site/

Author: kstam
Date: Fri Jul 31 07:59:15 2009
New Revision: 799537

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

Added:
    webservices/juddi/site/plugin-management.html
    webservices/juddi/site/thanks.html
    webservices/juddi/site/unitpngfix.js
Modified:
    webservices/juddi/site/committers.html
    webservices/juddi/site/dependencies.html
    webservices/juddi/site/index.html
    webservices/juddi/site/integration.html
    webservices/juddi/site/issue-tracking.html
    webservices/juddi/site/jxr.html
    webservices/juddi/site/legal.html
    webservices/juddi/site/library.html
    webservices/juddi/site/license.html
    webservices/juddi/site/list-guidelines.html
    webservices/juddi/site/mail-lists.html
    webservices/juddi/site/participate.html
    webservices/juddi/site/plugins.html
    webservices/juddi/site/project-info.html
    webservices/juddi/site/project-reports.html
    webservices/juddi/site/project-summary.html
    webservices/juddi/site/releases.html
    webservices/juddi/site/source-repository.html
    webservices/juddi/site/team-list.html
    webservices/juddi/site/usersguide.html
    webservices/juddi/site/who.html

Modified: webservices/juddi/site/committers.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/committers.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/committers.html (original)
+++ webservices/juddi/site/committers.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Committer Notes</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,18 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -139,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -149,24 +236,21 @@
     <li class="none">
                     <a href="apidocs3/index.html">Javadocs v3</a>
           </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">XRef v3</a>
+          </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Project Information</a>
@@ -181,15 +265,15 @@
           </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -203,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-            
-            
-      
-            
-      
+                    
+                        
+                  
+                  
+                  
               
             <li class="expanded">
                     <a href="">Misc</a>
@@ -245,6 +319,10 @@
         </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -255,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -355,15 +438,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -371,5 +455,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/dependencies.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/dependencies.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/dependencies.html (original)
+++ webservices/juddi/site/dependencies.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Project Dependencies</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,20 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -141,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -159,20 +244,13 @@
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-            
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                        
+                  
+                  
               
             <li class="expanded">
                     <a href="">Project Information</a>
@@ -187,6 +265,10 @@
           </li>
                   
     <li class="none">
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
+          </li>
+                  
+    <li class="none">
                     <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
@@ -195,10 +277,6 @@
         </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
                     <a href="team-list.html">Project Team</a>
           </li>
                   
@@ -209,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Misc</a>
@@ -251,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -261,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -285,15 +362,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -301,5 +379,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/index.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/index.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/index.html (original)
+++ webservices/juddi/site/index.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Welcome to jUDDI</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
         </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,20 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -141,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -159,20 +244,13 @@
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Project Information</a>
@@ -187,15 +265,15 @@
           </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -209,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Misc</a>
@@ -251,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -261,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -336,7 +413,7 @@
           OASIS standards consortium.
         </p>
 <p>Additional information regarding UDDI can be found 
-          at <a class="externalLink" href="http://www.uddi.org/">UDDI.org</a>.
+          at <a href="http://www.uddi.org/" class="externalLink">UDDI.org</a>.
         </p>
 </div>
 
@@ -346,15 +423,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -362,5 +440,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/integration.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/integration.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/integration.html (original)
+++ webservices/juddi/site/integration.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Continuous Integration</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,20 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -141,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -159,20 +244,13 @@
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Project Information</a>
@@ -187,15 +265,15 @@
           </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -209,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Misc</a>
@@ -251,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -261,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -276,10 +353,10 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Overview</h2>
-This project uses <a class="externalLink" href="http://maven.apache.org/continuum/">Continuum</a>.</div>
+This project uses <a href="http://maven.apache.org/continuum/" class="externalLink">Continuum</a>.</div>
 <div class="section"><h2>Access</h2>
 <p>The following is a link to the continuous integration system used by the project.</p>
-<div class="source"><pre><a class="externalLink" href="http://vmbuild.apache.org">http://vmbuild.apache.org</a></pre>
+<div class="source"><pre><a href="http://vmbuild.apache.org" class="externalLink">http://vmbuild.apache.org</a></pre>
 </div>
 </div>
 <div class="section"><h2>Notifiers</h2>
@@ -301,15 +378,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -317,5 +395,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/issue-tracking.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/issue-tracking.html (original)
+++ webservices/juddi/site/issue-tracking.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Issue Tracking</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,20 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -141,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -159,20 +244,13 @@
         </li>
               
           
-              
-      
-            
-      
-            
-            
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                        
+                  
+                  
+                  
               
             <li class="expanded">
                     <a href="">Project Information</a>
@@ -187,6 +265,10 @@
           </li>
                   
     <li class="none">
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
+          </li>
+                  
+    <li class="none">
               <strong>Issue Tracking</strong>
         </li>
                   
@@ -195,10 +277,6 @@
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
                     <a href="team-list.html">Project Team</a>
           </li>
                   
@@ -209,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Misc</a>
@@ -251,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -261,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -276,10 +353,10 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Overview</h2>
-This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</div>
+This project uses <a href="http://www.atlassian.com/software/jira" class="externalLink">JIRA</a> a J2EE-based, issue tracking and project management application.</div>
 <div class="section"><h2>Issue Tracking</h2>
 <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
-<div class="source"><pre><a class="externalLink" href="http://issues.apache.org/jira/browse/JUDDI">http://issues.apache.org/jira/browse/JUDDI</a></pre>
+<div class="source"><pre><a href="http://issues.apache.org/jira/browse/JUDDI" class="externalLink">http://issues.apache.org/jira/browse/JUDDI</a></pre>
 </div>
 </div>
 
@@ -289,15 +366,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -305,5 +383,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/jxr.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/jxr.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/jxr.html (original)
+++ webservices/juddi/site/jxr.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Source Xref report</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,20 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -141,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -159,20 +244,13 @@
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Project Information</a>
@@ -187,15 +265,15 @@
           </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -209,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Misc</a>
@@ -251,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -261,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -291,15 +368,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -307,5 +385,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/legal.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/legal.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/legal.html (original)
+++ webservices/juddi/site/legal.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Legal</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,18 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -139,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -149,24 +236,21 @@
     <li class="none">
                     <a href="apidocs3/index.html">Javadocs v3</a>
           </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">XRef v3</a>
+          </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Project Information</a>
@@ -181,15 +265,15 @@
           </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -203,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-            
-            
-      
+                    
+                  
+                  
+                        
+                  
               
             <li class="expanded">
                     <a href="">Misc</a>
@@ -245,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
               <strong>Legal</strong>
         </li>
                   
@@ -255,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -291,15 +374,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -307,5 +391,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>



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