]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambda_delta/xslt/ld_web_root.xsl
additions to basic_2
[helm.git] / helm / www / lambda_delta / xslt / ld_web_root.xsl
index 8222e1d941fdc8a58cd3a8fc982b054eac922ded..991f320588f535be770686e17faafdf376c71713 100644 (file)
    </div>
 </xsl:template>
 
+<xsl:template match="ld:rlink">
+   <a href="{$baseurl}{@to}">
+      <xsl:apply-templates/>
+   </a>
+</xsl:template>
+
+<xsl:template match="ld:news">
+   <ul><li>
+      <span class="date"><xsl:value-of select="@date"/></span>
+      <xsl:apply-templates/>
+   </li></ul>
+</xsl:template>
+
 <xsl:template match="ld:table">
    <div class="text">
       <xsl:call-template name="xhtbl"/>
@@ -40,7 +53,7 @@
    <div class="spacer"><br/></div>   
    <div class="spacer">
       <xsl:value-of select="'Last update: '"/> 
-      <xsl:value-of select="date:date()"/>
+      <xsl:value-of select="date:date-time()"/>
    </div>
 </xsl:template>