Author: felixk
Date: Sun Mar  6 15:12:17 2011
New Revision: 1078483

URL: http://svn.apache.org/viewvc?rev=1078483&view=rev
Log:
Fix banner inheritence. See JAMES-1203

Modified:
    james/imap/trunk/src/reporting-site/site.xml
    james/imap/trunk/src/site/site.xml

Modified: james/imap/trunk/src/reporting-site/site.xml
URL: 
http://svn.apache.org/viewvc/james/imap/trunk/src/reporting-site/site.xml?rev=1078483&r1=1078482&r2=1078483&view=diff
==============================================================================
--- james/imap/trunk/src/reporting-site/site.xml (original)
+++ james/imap/trunk/src/reporting-site/site.xml Sun Mar  6 15:12:17 2011
@@ -26,14 +26,15 @@
     </skin>
 
     <bannerLeft>
-        <name>James Project</name>
-        <src>images/james-imap-logo.gif</src>
-        <href>http://james.apache.org/index.html</href>
+        <name>James IMAP</name>
+        <src>/images/logos/james-imap-logo.gif</src>
+        <href>http://james.apache.org/imap/index.html</href>
+        <alt>james-imap-logo.gif</alt>
     </bannerLeft>
 
     <bannerRight>
         <name>The Apache Software Foundation</name>
-        <src>images/asf-logo-reduced.gif</src>
+        <src>/images/logos/asf-logo-reduced.gif</src>
         <href>http://www.apache.org/index.html</href>
     </bannerRight>
 

Modified: james/imap/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/imap/trunk/src/site/site.xml?rev=1078483&r1=1078482&r2=1078483&view=diff
==============================================================================
--- james/imap/trunk/src/site/site.xml (original)
+++ james/imap/trunk/src/site/site.xml Sun Mar  6 15:12:17 2011
@@ -25,17 +25,18 @@
         <version>1.6-SNAPSHOT</version>
     </skin>
 
-       <bannerLeft>
-               <name>James Project</name>
-               <src>images/james-imap-logo.gif</src>
-               <href>http://james.apache.org/index.html</href>
-       </bannerLeft>
-
-       <bannerRight>
-               <name>The Apache Software Foundation</name>
-               <src>images/asf-logo-reduced.gif</src>
-               <href>http://www.apache.org/index.html</href>
-       </bannerRight>
+    <bannerLeft>
+        <name>James IMAP</name>
+        <src>/images/logos/james-imap-logo.gif</src>
+        <href>http://james.apache.org/imap/index.html</href>
+        <alt>james-imap-logo.gif</alt>
+    </bannerLeft>
+
+    <bannerRight>
+        <name>The Apache Software Foundation</name>
+        <src>/images/logos/asf-logo-reduced.gif</src>
+        <href>http://www.apache.org/index.html</href>
+    </bannerRight>
 
        <body>
 
@@ -45,8 +46,9 @@
      
       <menu name="References">
         <item name="Source Code" href="/source-code.html" />
+        <item name="Reports" 
href="https://hudson.apache.org/hudson/view/G-L/view/James/job/imap-trunk-m2/site/";
 />
       </menu>
-    
+
        </body>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to