]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambda_delta/xslt/ld_web_root.xsl
more files to Basic_2
[helm.git] / helm / www / lambda_delta / xslt / ld_web_root.xsl
index 7a020ad468f11f5822cc3a7a599700010975380a..8222e1d941fdc8a58cd3a8fc982b054eac922ded 100644 (file)
@@ -2,8 +2,10 @@
 
 <xsl:stylesheet version="1.0"
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+               xmlns:date="http://exslt.org/dates-and-times"
                 xmlns:ld="http://lambda_delta.info"
                 xmlns="http://www.w3.org/1999/xhtml"
+                extension-element-prefixes="date"
 >
 
 <xsl:template match="ld:section">
@@ -25,6 +27,8 @@
 </xsl:template>
 
 <xsl:template match="ld:footer">
+   <xsl:call-template name="rule"/>
+   <div class="spacer"><br/></div>   
    <div class="spacer">
       <xsl:call-template name="xhtml"/>
       <xsl:call-template name="css"/>
       <xsl:apply-templates/>
       <xsl:call-template name="png"/>
       <xsl:call-template name="browser"/>
-   </div>      
+   </div>
+   <div class="spacer"><br/></div>   
+   <div class="spacer">
+      <xsl:value-of select="'Last update: '"/> 
+      <xsl:value-of select="date:date()"/>
+   </div>
 </xsl:template>
 
 <xsl:template match="ld:helena-label">