]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/person.xsl
The list of persons in the "By Site" ordering is now also
[helm.git] / helm / mowgli / home / xsl / person.xsl
index 8323ecf0ef8e98c288ed3adb6f3c8792ebfde774..bc2736357f4b0f46dba3b8dcfaab455833b1ff60 100644 (file)
@@ -3,6 +3,8 @@
 <xsl:stylesheet version="1.0"
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
+<xsl:import href="common.xsl"/>
+
 <xsl:output method="html"/>
 
 <xsl:template match="/">
    <link rel="stylesheet" href="../../../style/mowgli.css" type="text/css"/>
   </head>
   <body>
-   <xsl:apply-templates/>
+    <xsl:call-template name="head">
+     <xsl:with-param name="path_to_top" select="'../..'"/>
+    </xsl:call-template>
+    <xsl:apply-templates/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'../..'"/>
+    </xsl:call-template>
   </body>
  </html>
 </xsl:template>
@@ -72,7 +80,7 @@
  <xsl:if test="url">
   <p>
    <xsl:text>Home Page: </xsl:text>
-   <a href="{url}">
+   <a target="_top" href="{url}">
     <xsl:value-of select="url"/>
    </a>
   </p>