You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/05/25 10:17:54 UTC

svn commit: r541582 - /lenya/trunk/src/webapp/lenya/content/about.xml

Author: andreas
Date: Fri May 25 01:17:53 2007
New Revision: 541582

URL: http://svn.apache.org/viewvc?view=rev&rev=541582
Log:
Fixed layout of about page

Modified:
    lenya/trunk/src/webapp/lenya/content/about.xml

Modified: lenya/trunk/src/webapp/lenya/content/about.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/content/about.xml?view=diff&rev=541582&r1=541581&r2=541582
==============================================================================
--- lenya/trunk/src/webapp/lenya/content/about.xml (original)
+++ lenya/trunk/src/webapp/lenya/content/about.xml Fri May 25 01:17:53 2007
@@ -6,9 +6,9 @@
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -18,26 +18,33 @@
 
 <!-- $Id$ -->
 
-<page:page xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0">
+<page:page
+  xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
+  xmlns="http://www.w3.org/1999/xhtml">
   <page:title>Apache Lenya @lenya.version@ (Revision: @lenya.revision@)</page:title>
   <page:body>
     <div class="lenya-box">
-      <p>
-        This software consists of voluntary contributions made by many individuals
-        on behalf of the <br /><a href="http://www.apache.org/">Apache Software Foundation</a>.
-      </p>
-      <p>
-        Apache Lenya includes software developed by the 
-        <a href="http://www.apache.org/">Apache Software Foundation</a>, 
-        <a href="http://w3c.org">W3C</a>, and 
-        <a href="http://sf.net/projects/websphinx">WebSPHINX</a>.
-      </p>
-      <p>
-        Copyright (C) 2006 The Apache Software Foundation. All rights reserved.
-      </p>
-      <form id="form-about-back">
-        <input type="button" value="Back" onClick="history.go(-1)" name="input-back"/>
-      </form>		
+      <div class="lenya-box-title">
+        About Apache Lenya
+      </div>
+      <div class="lenya-box-body">
+        <p>
+          This software consists of voluntary contributions made by many individuals
+          on behalf of the <br /><a href="http://www.apache.org/">Apache Software Foundation</a>.
+        </p>
+        <p>
+          Apache Lenya includes software developed by the 
+          <a href="http://www.apache.org/">Apache Software Foundation</a>, 
+          <a href="http://w3c.org">W3C</a>, and 
+          <a href="http://sf.net/projects/websphinx">WebSPHINX</a>.
+        </p>
+        <p>
+          Copyright (C) 2006 The Apache Software Foundation. All rights reserved.
+        </p>
+        <form id="form-about-back">
+          <input type="button" value="Back" onClick="history.go(-1)" name="input-back"/>
+        </form>		
+      </div>
     </div>
   </page:body>
 </page:page>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org