]> matita.cs.unibo.it Git - helm.git/commitdiff
bread crumb trail added
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 28 May 2004 13:18:36 +0000 (13:18 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 28 May 2004 13:18:36 +0000 (13:18 +0000)
helm/on-line/xslt/metadataControl.xsl

index 03a0112489cb90d89faa73c47347abf37848bef3..3a2b4072a3a173d928282680ebfd2dbc08beb2f1 100644 (file)
@@ -2,7 +2,8 @@
 
 <xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:subst="http://www.cs.unibo.it/helm/subst">
+ xmlns:subst="http://www.cs.unibo.it/helm/subst"
+ xmlns="http://www.w3.org/1999/xhtml">
 
 <xsl:import href="utils.xsl"/>
 <xsl:import href="show_dc.xsl"/>
@@ -23,6 +24,9 @@
    <title>Metadata of <xsl:value-of select="$CICURI"/></title>
   </head>
   <body onLoad="window.focus()" bgColor="white">
+   <xsl:call-template name="add_breadcrumb_trail" >
+    <xsl:with-param name="CICURI" select="$CICURI"/>
+   </xsl:call-template>
    <xsl:variable name="CICURL">
      <xsl:call-template name="makeURL">
       <xsl:with-param name="uri" select="$CICURI"/>