From: Norman Walsh Date: Wed, 3 Jul 2002 12:44:16 +0000 (+0000) Subject: New page header/footer parameters X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f49e4ea879eb139e5e667a60bd822ca3e2417be2;p=docbook-dsssl New page header/footer parameters --- diff --git a/xsl/params/footer.rule.xml b/xsl/params/footer.rule.xml new file mode 100644 index 000000000..f34b9ac10 --- /dev/null +++ b/xsl/params/footer.rule.xml @@ -0,0 +1,22 @@ + + +footer.rule +boolean + + +footer.rule +Rule over footers? + + + + + + + + +Description + +If non-zero, a rule will be drawn above the page footers. + + + diff --git a/xsl/params/footers.on.blank.pages.xml b/xsl/params/footers.on.blank.pages.xml new file mode 100644 index 000000000..fbf2ff8a3 --- /dev/null +++ b/xsl/params/footers.on.blank.pages.xml @@ -0,0 +1,22 @@ + + +footers.on.blank.pages +boolean + + +footers.on.blank.pages +Put footers on blank pages? + + + + + + + + +Description + +If non-zero, footers will be placed on blank pages. + + + diff --git a/xsl/params/header.rule.xml b/xsl/params/header.rule.xml new file mode 100644 index 000000000..0455f1a0c --- /dev/null +++ b/xsl/params/header.rule.xml @@ -0,0 +1,22 @@ + + +header.rule +boolean + + +header.rule +Rule under headers? + + + + + + + + +Description + +If non-zero, a rule will be drawn below the page headers. + + + diff --git a/xsl/params/headers.on.blank.pages.xml b/xsl/params/headers.on.blank.pages.xml new file mode 100644 index 000000000..28da2527d --- /dev/null +++ b/xsl/params/headers.on.blank.pages.xml @@ -0,0 +1,22 @@ + + +headers.on.blank.pages +boolean + + +headers.on.blank.pages +Put headers on blank pages? + + + + + + + + +Description + +If non-zero, headers will be placed on blank pages. + + +