]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/work-package.xsl
- main page now generated automatically
[helm.git] / helm / mowgli / home / xsl / work-package.xsl
index 50cfff2682699ee7b4d7397b4f7b5428f5b4d7ba..b013b880812c2c3812d6fe06ffe20a894f73001f 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>