]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/news.xsl
- main page now generated automatically
[helm.git] / helm / mowgli / home / xsl / news.xsl
index 87bd02da90ebb6d22ecd0f80fe0a652329c9d1a0..7ce85ac1afea39349f1344bb740dc2f014e096db 100644 (file)
@@ -15,7 +15,6 @@
    <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
   </head>
   <body>
-   <blockquote>
     <xsl:call-template name="head">
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
@@ -26,7 +25,6 @@
     <xsl:call-template name="foot">
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
-   </blockquote>
   </body>
  </html>
 </xsl:template>
 <xsl:template match="event">
  <dt>
   <b><xsl:value-of select="date"/></b>
-  <xsl:if test="head">
+  <xsl:if test="header">
    <xsl:value-of select="' -- '"/>
    <em>
-    <xsl:value-of select="head"/>
+    <xsl:value-of select="header"/>
    </em>
   </xsl:if>
  </dt>