]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/xslt/ld_web_root.xsl
- xhtbl : support for named anchors (id's) and other improvements
[helm.git] / helm / www / lambdadelta / xslt / ld_web_root.xsl
index 50fde7a78d49e5ca6a9d6582a34197e83cbf6e49..2eef8f14933c64a9b3356b755f66755224133932 100644 (file)
@@ -69,7 +69,7 @@
 </xsl:template>
 
 <xsl:template match="ld:topitem">
-   <ul><li>
+   <ul id="{@name}"><li>
       <xsl:apply-templates/>
    </li></ul>
 </xsl:template>
    <span class="date"><xsl:value-of select="@date"/></span>
 </xsl:template>
 
+<xsl:template match="ld:basic-icon">
+   <img class="icon32"
+       alt="[basic lambdadelta]"
+       title="basic lambdadelta"
+       src="{$baseurl}images/basic_32.png"
+   />
+   <xsl:call-template name="sp"/>
+</xsl:template>
+
 <xsl:template match="ld:footer">
    <xsl:call-template name="rule"/>
    <div class="spacer"><br/></div>