]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/publication.xsl
* <I> ==> <em> everywhere
[helm.git] / helm / mowgli / home / xsl / publication.xsl
index 0e1ef35fe3206f6b151b238ec007319eb2700f80..868622aed720294ca101eeec80f53ea65696b471 100644 (file)
    <link rel="stylesheet" href="../../../style/mowgli.css" type="text/css"/>
   </head>
   <body>
-   <blockquote>
-    <xsl:call-template name="head"/>
+    <xsl:call-template name="head">
+     <xsl:with-param name="path_to_top" select="'../..'"/>
+    </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
-   </blockquote>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'../..'"/>
+    </xsl:call-template>
   </body>
  </html>
 </xsl:template>
    <xsl:choose>
     <xsl:when test="@file">
      <a href="../../people/{@file}.html">
-      <xsl:value-of select="@file"/>
+      <xsl:call-template name="person-name">
+       <xsl:with-param name="form" select="'abbreviated'"/>
+       <xsl:with-param name="file" select="@file"/>
+      </xsl:call-template>
      </a>
     </xsl:when>
     <xsl:otherwise>