Enhance support for localized navigation menu.

Approved by:	josef, blackend (mentor)
This commit is contained in:
Alex Dupre 2004-02-01 22:56:56 +00:00
parent a8bef38125
commit 868770ec6f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19936
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/share/sgml/includes.misc.xsl,v 1.6 2004/01/24 12:10:02 hrs Exp $ -->
<!-- $FreeBSD: www/share/sgml/includes.misc.xsl,v 1.7 2004/02/01 00:02:58 josef Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -244,6 +244,10 @@
&#183;
<a>
<xsl:attribute name="href">
<xsl:choose>
<xsl:when test="@path = 'base'"><xsl:value-of select="$base"/>/</xsl:when>
<xsl:when test="@path = 'enbase'"><xsl:value-of select="$enbase"/>/</xsl:when>
</xsl:choose>
<xsl:value-of select="@src"/>
</xsl:attribute>
<xsl:value-of select="@name"/></a><br/>