[Yanel-commits] rev 25895 - public/yanel/trunk/src/realms/jsp-wiki/data

michi at wyona.com michi at wyona.com
Tue Jul 10 23:12:09 CEST 2007


Author: michi
Date: 2007-07-10 23:12:08 +0200 (Tue, 10 Jul 2007)
New Revision: 25895

Modified:
   public/yanel/trunk/src/realms/jsp-wiki/data/global.xsl
Log:
last modified added

Modified: public/yanel/trunk/src/realms/jsp-wiki/data/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/jsp-wiki/data/global.xsl	2007-07-10 21:06:52 UTC (rev 25894)
+++ public/yanel/trunk/src/realms/jsp-wiki/data/global.xsl	2007-07-10 21:12:08 UTC (rev 25895)
@@ -19,6 +19,8 @@
 <xsl:param name="yanel.back2context" select="'BACK2CONTEXT_IS_NULL'"/>
 <xsl:param name="yarep.back2realm" select="'BACK2REALM_IS_NULL'"/>
 <xsl:param name="language" select="'LANGUAGE_IS_NULL'"/>
+<xsl:param name="yanel.last.modified" select="'LAST_MODIFIED_IS_NULL'"/>
+<xsl:param name="yanel.username" select="'USERNAME_IS_NULL'"/>
 
 <xsl:param name="yanel.meta.language" select="'en'"/>
 
@@ -44,8 +46,10 @@
   <meta name="DC.Creator" content="TODO"/>
   <meta name="DC.Language" content="TODO"/>
 
+<!--
   <link rel="shortcut icon" href="{$yarep.back2realm}favicon.ico" type="image/vnd.microsoft.icon" />
   <link rel="stylesheet" href="{$yarep.back2realm}css/global.css" type="text/css"/>
+-->
   <base target="_top"/>
   <xsl:copy-of select="/xhtml:html/xhtml:head/*[name(.) != 'title']"/>
 
@@ -95,7 +99,8 @@
 <tr>
   <td colspan="3" id="footer">
 
-    <i18n:message key="poweredBy"/><xsl:text> </xsl:text><a href="http://yanel.wyona.org">Wyona Yanel</a> - Copyright &#169; 2007 <a href="http://www.wyona.com">Wyona</a>. <i18n:message key="allRightsReserved"/>. - <a href="?yanel.resource.meta"><i18n:message key="pageInfo"/></a> - <a href="?yanel.toolbar=on">Toolbar</a>
+    <i18n:message key="poweredBy"/><xsl:text> </xsl:text><a href="http://yanel.wyona.org">Wyona Yanel</a> - Copyright &#169; 2007 <a href="http://www.wyona.com">Wyona</a>. <i18n:message key="allRightsReserved"/>. - <a href="?yanel.resource.meta"><i18n:message key="pageInfo"/></a> - <a href="?yanel.toolbar=on">Toolbar</a><br/>
+<i>This page last changed on <xsl:value-of select="$yanel.last.modified"/> by SOMEBODY.</i>
 
   </td>
 </tr>




More information about the Yanel-commits mailing list