diff options
Diffstat (limited to 't/test-site/src/common/du2html.xsl')
-rw-r--r-- | t/test-site/src/common/du2html.xsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/test-site/src/common/du2html.xsl b/t/test-site/src/common/du2html.xsl index 291fbbf..88c70b0 100644 --- a/t/test-site/src/common/du2html.xsl +++ b/t/test-site/src/common/du2html.xsl @@ -52,10 +52,18 @@ <div> <x:apply-templates select="wc:tagged()"/> </div> + <div> + <x:apply-templates select="wc:dates-for($language,$filename,'./')"/> + </div> </body> </html> </x:template> + <x:template match="/wc:dates"> + Creato: <x:value-of select="wc:creation-date"/> + Ultima modifica: <x:value-of select="wc:last-change"/> + </x:template> + <x:template match="/wc:tags"> <dl> <x:apply-templates/> |