]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/site.xsl
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xsl / site.xsl
index 9aa0ecd2fc6716b6cb13a75b9d172e3ff0d8fc20..eb1f0ab4fcdd1b936557afe36d1d7e1e8277be1e 100644 (file)
@@ -5,21 +5,15 @@
 
 <xsl:import href="common.xsl"/>
 
-<xsl:output method="html"/>
+<xsl:output method="xml"/>
 
 <xsl:template match="/">
  <html>
   <head>
    <title><xsl:value-of select="site/name"/></title>
-   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-   <link rel="stylesheet" href="../../style/mowgli.css" type="text/css"/>
   </head>
   <body>
-   <blockquote>
-    <xsl:call-template name="head"/>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
-   </blockquote>
   </body>
  </html>
 </xsl:template>
     </a>
     <xsl:text>.</xsl:text>
    </p>
+   <xsl:if test="./member">
+    <p>Site members:</p>
+    <ul>
+     <xsl:for-each select="./member">
+      <li>
+       <a href="../people/{@file}.html">
+        <xsl:call-template name="person-name">
+         <xsl:with-param name="file" select="@file"/>
+        </xsl:call-template>
+       </a>
+      </li>
+     </xsl:for-each>
+    </ul>
+   </xsl:if>
    <xsl:copy-of select="description/*"/>
    <xsl:if test="project">
     <h1>Projects developed by this site related to MOWGLI:</h1>