You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/06/30 23:24:50 UTC

svn commit: r1355823 - /creadur/site/trunk/templates/skeleton.html

Author: rdonkin
Date: Sat Jun 30 21:24:49 2012
New Revision: 1355823

URL: http://svn.apache.org/viewvc?rev=1355823&view=rev
Log:
Switch Apache to RHS

Modified:
    creadur/site/trunk/templates/skeleton.html

Modified: creadur/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/creadur/site/trunk/templates/skeleton.html?rev=1355823&r1=1355822&r2=1355823&view=diff
==============================================================================
--- creadur/site/trunk/templates/skeleton.html (original)
+++ creadur/site/trunk/templates/skeleton.html Sat Jun 30 21:24:49 2012
@@ -42,10 +42,17 @@
     <div id="page" class="container_16">
       <div id="header" class="grid_8">
         <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>The Apache Software Foundation</h1>
+        <h1>The Apache Creadur Project</h1>
         <h2>{% block tagline %}{{ headers.title }}{% endblock %}</h2>
       </div>
       <div id="nav" class="grid_8">
+        <a href="http://www.apache.org/" id="bannerRight">
+           <img 
+                src="http://www.apache.org/images/asf_logo_wide.jpg" 
+                alt="The Apache Software Foundation" 
+                title="The Apache Software Foundation" />
+        </a>
+      
         <p>{{ breadcrumbs|safe }}</p>  
     </div>
       <div class="clear"></div>