You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rg...@apache.org on 2011/03/17 01:33:18 UTC

svn commit: r1082352 - /comdev/site/trunk/templates/standard.html

Author: rgardler
Date: Thu Mar 17 00:33:18 2011
New Revision: 1082352

URL: http://svn.apache.org/viewvc?rev=1082352&view=rev
Log:
Update copyright header

Modified:
    comdev/site/trunk/templates/standard.html

Modified: comdev/site/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/comdev/site/trunk/templates/standard.html?rev=1082352&r1=1082351&r2=1082352&view=diff
==============================================================================
--- comdev/site/trunk/templates/standard.html (original)
+++ comdev/site/trunk/templates/standard.html Thu Mar 17 00:33:18 2011
@@ -22,47 +22,47 @@
        <META name="description" content="Apache Community Development"/>
        <META name="keywords" content="apache, apache community, community development, opensource"/>
 
-		
-	   <META http-equiv="Content-Type" content="text/html; charset=utf-8">
-   	   <LINK rel="stylesheet" href="style/compressed.css" type="text/css" media="screen, projection">
+    
+     <META http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <LINK rel="stylesheet" href="style/compressed.css" type="text/css" media="screen, projection">
        <LINK rel="stylesheet" href="style/style.css" type="text/css" media="screen, projection">
-	   <style type="text/css">
+     <style type="text/css">
 .code {
-	border: 1px dashed #3c78b5;
-	font-size: 11px;
-	font-family: Courier;
-	margin: 10px;
-	margin-left: 0px;
-	line-height: 13px;
+  border: 1px dashed #3c78b5;
+  font-size: 11px;
+  font-family: Courier;
+  margin: 10px;
+  margin-left: 0px;
+  line-height: 13px;
 }
 .codeHeader {
-	background-color: #f0f0f0;
-	border-bottom: 1px dashed #3c78b5;
-	padding: 3px;
-	text-align: center;
+  background-color: #f0f0f0;
+  border-bottom: 1px dashed #3c78b5;
+  padding: 3px;
+  text-align: center;
 }
 .codeContent {
-	text-align: left;
-	background-color: #f0f0f0;
-	padding: 3px;
+  text-align: left;
+  background-color: #f0f0f0;
+  padding: 3px;
 }
 
 .preformatted {
-	border: 1px dashed #3c78b5;
-	font-size: 11px;
-	font-family: Courier;
-	margin: 10px;
-	line-height: 13px;
+  border: 1px dashed #3c78b5;
+  font-size: 11px;
+  font-family: Courier;
+  margin: 10px;
+  line-height: 13px;
 }
 .preformattedHeader {
-	background-color: #f0f0f0;
-	border-bottom: 1px dashed #3c78b5;
-	padding: 3px;
-	text-align: center;
+  background-color: #f0f0f0;
+  border-bottom: 1px dashed #3c78b5;
+  padding: 3px;
+  text-align: center;
 }
 .preformattedContent {
-	background-color: #f0f0f0;
-	padding: 3px;
+  background-color: #f0f0f0;
+  padding: 3px;
 }
         </style>
 
@@ -71,17 +71,17 @@
     </head>
 
     <body onload="init()">
-    	<div class="container">
-    	<HR class="space col">
-    	<DIV class="block">
-    		<DIV class="column span-24">
+      <div class="container">
+      <HR class="space col">
+      <DIV class="block">
+        <DIV class="column span-24">
             <DIV id="header">
                 <h1>The Apache Software Foundation<BR />
                 <SPAN class="alt"><small>Meritocracy in Action.</small></SPAN></h1>
              </DIV>
           </DIV>
-    	</DIV>
-    	<HR/>
+      </DIV>
+      <HR/>
 
 
         <TABLE border="0" cellpadding="2" cellspacing="0" width="100%">
@@ -110,7 +110,7 @@
         </TABLE>
 
         <DIV class="footer">
-            Copyright © 2003-2009, The Apache Software Foundation&nbsp;&nbsp;
+            Copyright © 2003-2011, The Apache Software Foundation&nbsp;&nbsp;
         </DIV>
 
     </BODY>