You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2012/07/24 16:40:33 UTC

svn commit: r1365089 - /vcl/site/trunk/templates/skeleton.html

Author: arkurth
Date: Tue Jul 24 14:40:33 2012
New Revision: 1365089

URL: http://svn.apache.org/viewvc?rev=1365089&view=rev
Log:
added sitetitle div section

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

Modified: vcl/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/vcl/site/trunk/templates/skeleton.html?rev=1365089&r1=1365088&r2=1365089&view=diff
==============================================================================
--- vcl/site/trunk/templates/skeleton.html (original)
+++ vcl/site/trunk/templates/skeleton.html Tue Jul 24 14:40:33 2012
@@ -25,6 +25,15 @@
 </head>
 
 <body>
+  <div id="sitetitle">
+    <table width="100%" border="0" cellspacing="0" cellpadding="5">
+      <tr>
+        <td>Apache VCL</td>
+        <td><img src="img/vcllogo.png" width="63" height="52" align="right"></td>
+      </tr>
+    </table>
+  </div>
+
   <div id="navigation"> 
   {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
   </div>