From 1063b52fd3e9f06a253d04d89b1fdff52b0818f6 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Wed, 12 Sep 2007 20:59:57 +0000 Subject: [PATCH] Refactored legalnotice/revhistory chunking, so that the use.id.as.filename parameter as well as the dbhtml_filename PI are taken into account. A new named template in titlepage.xsl is used to compute the filename. --- xsl/html/chunk-common.xsl | 24 ++++-------- xsl/html/titlepage.xsl | 82 +++++++++++++++++++++++++++------------ 2 files changed, 65 insertions(+), 41 deletions(-) diff --git a/xsl/html/chunk-common.xsl b/xsl/html/chunk-common.xsl index 8b0fdae9d..a89c382e5 100644 --- a/xsl/html/chunk-common.xsl +++ b/xsl/html/chunk-common.xsl @@ -1734,13 +1734,8 @@ - - - - - - - + + @@ -1760,18 +1755,13 @@ substring-after($html.head.legalnotice.link.types, ' ')),' ')"/> - + - - - - - - - - + + + - + diff --git a/xsl/html/titlepage.xsl b/xsl/html/titlepage.xsl index 7b9a8cf63..9be4b1342 100644 --- a/xsl/html/titlepage.xsl +++ b/xsl/html/titlepage.xsl @@ -529,20 +529,14 @@ - - - - - - - - - - - - + + + + + + @@ -758,18 +752,6 @@ - - - - - - - - - - - - RevHistory @@ -798,6 +780,14 @@ + + + + + + + + @@ -992,6 +982,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0