]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/news.xsl
- renamed some files
[helm.git] / helm / mowgli / home / xsl / news.xsl
index 87bd02da90ebb6d22ecd0f80fe0a652329c9d1a0..83c5313764d5b786aea5ced0814202d7f5aeda9e 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>
     <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">
+ <xsl:param name="small" select="false()"/>
  <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>
  <dd>
   <xsl:value-of select="description"/>
-  <xsl:if test="who">
+  <xsl:if test="not($small) and who">
    <br/><br/>
    <div class="right">
     <xsl:variable name="who" select="document(concat('../xml/people/',who/@file,'.xml'))/person"/>