]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/xslt/ld_web_root.xsl
- xhtbl: we added the real concatenation of cells (without added spaces)
[helm.git] / helm / www / lambdadelta / xslt / ld_web_root.xsl
index 20e35cf632339b0e31791a423530bcd56cec9644..a2bb7d14dd01e409496243987a1905cbaab08753 100644 (file)
    </div>
 </xsl:template>
 
-<xsl:template match="ld:link">
-   <a href="{@to}">
-      <xsl:apply-templates/>
-   </a>
-</xsl:template>
-
-<xsl:template match="ld:rlink">
-   <a href="{$baseurl}{@to}">
+<xsl:template match="ld:topitem">
+   <ul><li>
       <xsl:apply-templates/>
-   </a>
+   </li></ul>
 </xsl:template>
 
 <xsl:template match="ld:news">
    </div>
 </xsl:template>
 
+<xsl:template match="ld:link">
+   <a href="{@to}">
+      <xsl:apply-templates/>
+   </a>
+</xsl:template>
+
+<xsl:template match="ld:rlink">
+   <a href="{$baseurl}{@to}">
+      <xsl:apply-templates/>
+   </a>
+</xsl:template>
+
+<xsl:template match="ld:list">
+   <ul><xsl:apply-templates/></ul>
+</xsl:template>
+
+<xsl:template match="ld:item">
+   <li><xsl:apply-templates/></li>
+</xsl:template>
+
+<xsl:template match="ld:date">
+   <span class="date"><xsl:value-of select="@date"/></span>
+</xsl:template>
+
 <xsl:template match="ld:footer">
    <xsl:call-template name="rule"/>
    <div class="spacer"><br/></div>