]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/consortium.xsl
- more uniform layout
[helm.git] / helm / mowgli / home / xsl / consortium.xsl
index 81327d1410fa4d28caadd3b7e13b5e6ff8070fc9..291eaaa9fcc4f6b3558ffdbc17f868fb17d7bed4 100644 (file)
    <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
   </head>
   <body>
-   <xsl:apply-templates/>
+   <blockquote>
+    <xsl:call-template name="head"/>
+    <xsl:apply-templates/>
+    <xsl:call-template name="foot"/>
+   </blockquote>
   </body>
  </html>
 </xsl:template>
@@ -31,7 +35,7 @@
   <xsl:for-each select="site">
    <li>
     <a href="sites/{@file}.html">
-     <xsl:value-of select="@file"/>
+     <xsl:value-of select="document(concat('../xml/sites/',@file,'.xml'))/site/name"/>
     </a>
    </li>
   </xsl:for-each>