You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by bu...@apache.org on 2012/12/13 13:49:10 UTC

svn commit: r842108 - in /websites/staging/openwebbeans/trunk/content: ./ index.html resources/images/feather-small.png resources/images/feather.png sitemap.html

Author: buildbot
Date: Thu Dec 13 12:49:09 2012
New Revision: 842108

Log:
Staging update by buildbot for openwebbeans

Added:
    websites/staging/openwebbeans/trunk/content/resources/images/feather-small.png   (with props)
    websites/staging/openwebbeans/trunk/content/resources/images/feather.png   (with props)
Modified:
    websites/staging/openwebbeans/trunk/content/   (props changed)
    websites/staging/openwebbeans/trunk/content/index.html
    websites/staging/openwebbeans/trunk/content/sitemap.html

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 12:49:09 2012
@@ -1 +1 @@
-1421206
+1421265

Modified: websites/staging/openwebbeans/trunk/content/index.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/index.html (original)
+++ websites/staging/openwebbeans/trunk/content/index.html Thu Dec 13 12:49:09 2012
@@ -28,6 +28,7 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </a>
+                <a class="brand" href="http://www.apache.org"><img src="resources/images/feather-small.png" height="25px" alt="asf_feather_small"/></a>
                 <a class="brand" href="index.html"><img src="resources/images/logo_dbg-small.png" height="25px" alt="owb_logo_small"/></a>
                 <div class="nav-collapse">
                     <ul class="nav">

Added: websites/staging/openwebbeans/trunk/content/resources/images/feather-small.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openwebbeans/trunk/content/resources/images/feather-small.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/openwebbeans/trunk/content/resources/images/feather.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openwebbeans/trunk/content/resources/images/feather.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/staging/openwebbeans/trunk/content/sitemap.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/sitemap.html (original)
+++ websites/staging/openwebbeans/trunk/content/sitemap.html Thu Dec 13 12:49:09 2012
@@ -15,29 +15,29 @@
     
 
     <!-- Styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="/resources/css/bootstrap.css" rel="stylesheet">
     <!--<link href="resources/css/prettify.css" rel="stylesheet" /> -->
-    <link href="resources/css/codehilite.css" rel="stylesheet" />
-    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="/resources/css/codehilite.css" rel="stylesheet" />
+    <link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
     <style type="text/css">
         body {
             padding-top: 60px;
             padding-bottom: 40px;
         }
     </style>
-	<script type="text/javascript">
+    <script type="text/javascript">
 
-	  var _gaq = _gaq || [];
-	  _gaq.push(['_setAccount', 'UA-36103647-1']);
-	  _gaq.push(['_trackPageview']);
-	
-	  (function() {
-		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-	  })();
-	
-	</script>
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-36103647-1']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
 </head>
 
 <body>
@@ -50,7 +50,8 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </a>
-                <a class="brand" href="index.html"><img src="resources/images/logo_dbg-small.png" height="25px"/></a>
+                <a class="brand" href="http://www.apache.org"><img src="/resources/images/feather-small.png" height="25px" alt="asf_feather_small"/></a>
+                <a class="brand" href="index.html"><img src="/resources/images/logo_dbg-small.png" height="25px"/></a>
                 <div class="nav-collapse">
                     <ul class="nav">
                         <li class="active"><a href="index.html">Home</a></li>