]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/xslt/ld_web_root.xsl
web site update
[helm.git] / helm / www / lambdadelta / xslt / ld_web_root.xsl
index d1faf246e920198a5c470110b7edf6168b39d67e..b819137274cd6b05b4ccf95396fec4d2ab7deecd 100644 (file)
    </div>
 </xsl:template>
 
+<xsl:template match="ld:index">
+   <table><xsl:apply-templates/></table>
+</xsl:template>
+
+<xsl:template match="ld:file">
+   <tr class="{@class}">
+     <td class="center"><xsl:value-of select="@type"/></td>
+     <td><a href="{$baseurl}{@to}">
+       <xsl:value-of select="@name"/>
+     </a></td> 
+   </tr>
+</xsl:template>
+
 <xsl:template match="ld:link">
    <a href="{@to}">
       <xsl:apply-templates/>