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 2004/09/13 12:24:08 UTC

svn commit: rev 45968 - incubator/lenya/trunk/src/webapp/lenya/content/info

Author: andreas
Date: Mon Sep 13 03:24:07 2004
New Revision: 45968

Modified:
   incubator/lenya/trunk/src/webapp/lenya/content/info/overview.xsp
Log:
removed some deprecated stuff

Modified: incubator/lenya/trunk/src/webapp/lenya/content/info/overview.xsp
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/content/info/overview.xsp	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/content/info/overview.xsp	Mon Sep 13 03:24:07 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: overview.xsp,v 1.11 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page 
   language="java" 
@@ -75,8 +75,8 @@
 			
       if (exists) {
       
-						<dc:title><input:get-attribute module="page-envelope" as="object" name="document-dc-title"/></dc:title>
-						<lenya-info:abstract><input:get-attribute module="page-envelope" as="object" name="document-dc-description"/></lenya-info:abstract>
+						<dc:title><input:get-attribute module="dublincore" as="object" name="title"/></dc:title>
+						<lenya-info:abstract><input:get-attribute module="dublincore" as="object" name="description"/></lenya-info:abstract>
 			
 						<lenya-info:status></lenya-info:status>
 						<dc:language><input:get-attribute module="page-envelope" as="object" name="document-language"/></dc:language>

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