You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/01/30 23:54:10 UTC

svn commit: r149176 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xslt.xsl

Author: gregor
Date: Sun Jan 30 14:54:09 2005
New Revision: 149176

URL: http://svn.apache.org/viewcvs?view=rev&rev=149176
Log:
Improved title generation for authoring, admin and site areas

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xslt.xsl

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xslt.xsl
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xslt.xsl?view=diff&r1=149175&r2=149176
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xslt.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xslt.xsl Sun Jan 30 14:54:09 2005
@@ -26,7 +26,7 @@
 <xsl:param name="contextprefix"/>
 <xsl:param name="publicationid"/>
 <xsl:param name="area"/>
-<xsl:param name="documentid"/>
+<xsl:param name="documenturl"/>
   
 <xsl:namespace-alias stylesheet-prefix="xso" result-prefix="xsl"/>
   
@@ -60,10 +60,10 @@
   
   <xso:template name="title">
     <title>
-      Apache Lenya -
-      <xsl:value-of select="$publicationid"/> -
-      <xsl:value-of select="$area"/> -
-      <xsl:value-of select="$documentid"/> -
+      Apache Lenya |
+      <xsl:value-of select="$publicationid"/> |
+      <xsl:value-of select="$area"/> |
+      <xsl:value-of select="$documenturl"/> |
       <xso:value-of select="xhtml:html/xhtml:head/xhtml:title"/>
     </title>
   </xso:template>



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