You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2011/03/15 11:13:58 UTC

svn commit: r1081712 - in /aries/site/trunk: content/favicon.ico templates/standard.html

Author: hughesj
Date: Tue Mar 15 10:13:57 2011
New Revision: 1081712

URL: http://svn.apache.org/viewvc?rev=1081712&view=rev
Log:
Added favicon

Added:
    aries/site/trunk/content/favicon.ico   (with props)
Modified:
    aries/site/trunk/templates/standard.html

Added: aries/site/trunk/content/favicon.ico
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/favicon.ico?rev=1081712&view=auto
==============================================================================
Binary file - no diff available.

Propchange: aries/site/trunk/content/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: aries/site/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/aries/site/trunk/templates/standard.html?rev=1081712&r1=1081711&r2=1081712&view=diff
==============================================================================
--- aries/site/trunk/templates/standard.html (original)
+++ aries/site/trunk/templates/standard.html Tue Mar 15 10:13:57 2011
@@ -17,12 +17,13 @@
 -->
 <html>
   <head>
+    <link rel="shortcut icon" href="http://aries.apache.org/favicon.ico"></link>
     <link type="text/css" rel="stylesheet" href="http://aries.apache.org/resources/site.css"></link>
     </script><script src="http://aries.apache.org/resources/menus.js" language="javascript" type="text/javascript"></script>
-	<meta name="keywords" content="..."/>
-	<meta name="description" content="..." />
+  <meta name="keywords" content="..."/>
+  <meta name="description" content="..." />
     <title>
-		Apache Aries - {% block title %}{{ headers.title }}{% endblock %}
+    Apache Aries - {% block title %}{{ headers.title }}{% endblock %}
     </title>
   </head>
 <body onload="SetMenu()">
@@ -40,16 +41,16 @@
       <div style="padding: 5px;">
         <div id="banner">
           <!-- Banner -->
-			<table border="0" cellpadding="0" cellspacing="0" width="100%">
-				<tr>
-					<td align="left" class="topbardiv" nowrap="">
-						<a href="http://aries.apache.org/" title="Apache Aries"> <img border="0" src="http://aries.apache.org/images/Arieslogo_Horizontal.gif"> </a>
-					</td>
-					<td align="right" nowrap="">
-						<a href="http://www.apache.org/" title="The Apache Software Foundation"> <img border="0" src="http://aries.apache.org/images/apache_feather.png"> </a>
-      				</td>
-				</tr>
-			</table>
+      <table border="0" cellpadding="0" cellspacing="0" width="100%">
+        <tr>
+          <td align="left" class="topbardiv" nowrap="">
+            <a href="http://aries.apache.org/" title="Apache Aries"> <img border="0" src="http://aries.apache.org/images/Arieslogo_Horizontal.gif"> </a>
+          </td>
+          <td align="right" nowrap="">
+            <a href="http://www.apache.org/" title="The Apache Software Foundation"> <img border="0" src="http://aries.apache.org/images/apache_feather.png"> </a>
+              </td>
+        </tr>
+      </table>
           <!-- Banner -->
         </div>
       </div>
@@ -65,17 +66,17 @@
             <td>
               <div align="right">
                 <!-- Quicklinks -->
-					<DIV style="padding: 5px 5px 0px 25px;">
-						<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;">
-						<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> 
-						<INPUT name="ie" type="hidden" value="UTF-8"></INPUT>
-						<INPUT name="oe" type="hidden" value="UTF-8"></INPUT>
-						<INPUT maxlength="255" name="q" size="15" type="text" value></INPUT>
-						<INPUT name="btnG" type="submit" value="Search"></INPUT>
-						<INPUT name="domains" type="hidden" value="aries.apache.org"></INPUT>
-						<INPUT name="sitesearch" type="hidden" value="aries.apache.org"></INPUT>
-						</FORM>
-					</DIV>
+          <DIV style="padding: 5px 5px 0px 25px;">
+            <FORM action="http://www.google.com/search" method="get" style="font-size: 10px;">
+            <A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> 
+            <INPUT name="ie" type="hidden" value="UTF-8"></INPUT>
+            <INPUT name="oe" type="hidden" value="UTF-8"></INPUT>
+            <INPUT maxlength="255" name="q" size="15" type="text" value></INPUT>
+            <INPUT name="btnG" type="submit" value="Search"></INPUT>
+            <INPUT name="domains" type="hidden" value="aries.apache.org"></INPUT>
+            <INPUT name="sitesearch" type="hidden" value="aries.apache.org"></INPUT>
+            </FORM>
+          </DIV>
                 <!-- Quicklinks -->
               </div>
             </td>
@@ -97,7 +98,7 @@
                 <div id="wrapper-menu-page-bottom">
                   <div id="menu-page">
                     <!-- NavigationBar -->
-					{% filter markdown %}{% include "navigation.mdtext" %}{% endfilter %}
+          {% filter markdown %}{% include "navigation.mdtext" %}{% endfilter %}
                     <!-- NavigationBar -->
                   </div>
                 </div>