From 5f8cb9960bec6eea26401be2c562e1c5e35f6ba1 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 17 Aug 2009 12:43:07 +0200 Subject: template clean-up - don't show system messages - allow page-specific CSS - fix table generation --- templates/du2html.xsl | 15 +++++++++++---- templates/reST.xsl | 5 ++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/templates/du2html.xsl b/templates/du2html.xsl index 0e40c2a..d98ce0e 100644 --- a/templates/du2html.xsl +++ b/templates/du2html.xsl @@ -15,6 +15,8 @@ doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" indent="yes"/> + + @@ -43,16 +45,21 @@ <x:value-of select="title"/> - + + + + + + +

-
diff --git a/templates/reST.xsl b/templates/reST.xsl index 7db5de2..d216243 100644 --- a/templates/reST.xsl +++ b/templates/reST.xsl @@ -326,7 +326,10 @@ A similar field exists for specifying the valign value. This field is called ":table-cell-valign:". --> -
+ + + +
-- cgit v1.2.3