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 [4/4] - /webservices/juddi/site/

Added: webservices/juddi/site/thanks.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/thanks.html?rev=799537&view=auto
==============================================================================
--- webservices/juddi/site/thanks.html (added)
+++ webservices/juddi/site/thanks.html Fri Jul 31 07:59:15 2009
@@ -0,0 +1,416 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache jUDDI - Donated Software Licenses</title>
+    <style type="text/css" media="all">
+      @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" />
+           
+     <!--[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"  >
+    
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
+    
+            </a>
+                          <div id="bannerRight">
+    
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
+    
+            </div>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+    
+  
+    
+            <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>
+            <div class="xright">      
+  
+
+  
+    
+    
+  
+    
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+    
+  
+    
+                   <h5>Apache jUDDI</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="index.html">Welcome</a>
+          </li>
+              
+          
+                    
+                  
+              
+        <li class="expanded">
+                    <a href="">Get jUDDI</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="releases.html">Releases</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="source-repository.html">Source Code</a>
+          </li>
+              </ul>
+        </li>
+              
+    <li class="none">
+                    <a href="participate.html">Participation</a>
+          </li>
+              
+          
+                    
+                  
+                  
+                  
+                  
+                  
+                  
+              
+        <li class="expanded">
+                    <a href="">Documentation</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/docs/" class="externalLink">jUDDI v3 docs</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="usersguide.html">jUDDI v2 User guide</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="http://wiki.apache.org/ws/jUDDI" class="externalLink">Wiki</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="library.html">UDDI Library</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="apidocs/index.html">Javadocs v2</a>
+          </li>
+                  
+    <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>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="project-info.html">Project Information</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </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>
+                  
+    <li class="none">
+                    <a href="dependencies.html">Dependencies</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="team-list.html">Project Team</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="project-summary.html">Project Summary</a>
+          </li>
+              </ul>
+        </li>
+              
+          
+                    
+              
+        <li class="expanded">
+                    <a href="">Related Projects</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="../../scout/">Apache Scout</a>
+          </li>
+              </ul>
+        </li>
+              
+          
+                    
+                  
+                        
+                  
+                  
+              
+            <li class="expanded">
+                    <a href="">Misc</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="who.html">Who We Are</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="committers.html">Committer Notes</a>
+          </li>
+                  
+    <li class="none">
+              <strong>Sponsors</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="legal.html">Legal</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">License</a>
+          </li>
+              </ul>
+        </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
+          </a>
+                       
+  
+
+  
+    
+    
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2><a name="Donated_Software_Licenses"></a>Donated Software Licenses</h2>
+<p>The jUDDI Project uses a few commercial products in the development 
+	    process. We are grateful for the community licenses which were provided 
+	    to the project at no costs. 
+	    </p>
+</div>
+<div class="section"><h2><a name="JIRA"></a>JIRA</h2>
+<p>
+	    Bug and issue tracker <a href="http://www.atlassian.com/software/jira/" class="externalLink">
+	    Jira by Atlassion</a>.
+	    </p>
+</div>
+<div class="section"><h2><a name="JProfiler"></a>JProfiler</h2>
+<p>
+         Java profiler <a href="http://www.ej-technologies.com/products/jprofiler/overview.html" class="externalLink">
+         JProfiler by ej-technologies</a>.
+      </p>
+</div>
+<div class="section"><h2><a name="XLT"></a>XLT</h2>
+            
+         Xceptance LoadTest (XLT) for both regression as well as load tests by <a href="http://www.gqpartners.com/" class="externalLink">Global Quality Partners, LLC</a> 
+         and <a href="http://www.xceptance.com/" class="externalLink">Xceptance 
+         Software Technologies, Inc.</a> Load and performance tests were created and 
+         executed by our sponsors using Xceptance LoadTest (XLT) from Xceptance 
+         Software Technologies, Inc., of which Global Quality Partners, LLC is 
+         the exclusive North American distributor. To enable the Apache jUDDI 
+         project to continue and extend these tests, Xceptance has provided 
+         an unlimited XLT license and donated the source code of the test suite 
+         to the Apache jUDDI project. XLT is built and scripted in pure Java, 
+         providing a highly scalable and easily adaptable technology that can be 
+         used across development, quality assurance, and consulting teams.
+    </div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
+    
+      All Rights Reserved.    
+  
+
+  
+    
+    
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
+  </body>
+</html>

Added: webservices/juddi/site/unitpngfix.js
URL: http://svn.apache.org/viewvc/webservices/juddi/site/unitpngfix.js?rev=799537&view=auto
==============================================================================
--- webservices/juddi/site/unitpngfix.js (added)
+++ webservices/juddi/site/unitpngfix.js Fri Jul 31 07:59:15 2009
@@ -0,0 +1,35 @@
+var clear="images/s.gif" //path to clear.gif
+
+pngfix=function(){
+	var els=document.getElementsByTagName('*');
+	var ip=/\.png/i;
+	var i=els.length;
+	while(i-- >0){
+		var el=els[i];
+		var es=el.style;
+		if(el.src&&el.src.match(ip)&&!es.filter){
+			es.height=el.height;
+			es.width=el.width;
+			es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+el.src+"',sizingMethod='crop')";
+			el.src=clear;
+		}
+		else{
+			var elb=el.currentStyle.backgroundImage;
+			if(elb.match(ip)){
+				var path=elb.split('"');
+				var rep=(el.currentStyle.backgroundRepeat=='no-repeat')?'crop':'scale';
+				es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+path[1]+"',sizingMethod='"+rep+"')";
+				es.height=el.clientHeight+'px';
+				es.backgroundImage='none';
+				var elkids=el.getElementsByTagName('*');
+				if (elkids){
+					var j=elkids.length;
+					if(el.currentStyle.position!="absolute")es.position='static';
+					while (j-- >0)
+					if(!elkids[j].style.position)elkids[j].style.position="relative";
+				}
+			}
+		}
+	}
+}
+window.attachEvent('onload',pngfix);
\ No newline at end of file

Modified: webservices/juddi/site/usersguide.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/usersguide.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/usersguide.html (original)
+++ webservices/juddi/site/usersguide.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 - jUDDI User's Guide</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>
@@ -433,15 +516,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -449,5 +533,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/who.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/who.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/who.html (original)
+++ webservices/juddi/site/who.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 - The jUDDI project team</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>
@@ -296,15 +379,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -312,5 +396,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