From: Bob Stayton Date: Tue, 6 Nov 2001 02:22:34 +0000 (+0000) Subject: New parameters to support using icons for navigation in X-Git-Tag: release/1.79.1~6^2~6157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87badbc0239c22ea911dc8e08a81c856cb69fbb5;p=docbook-dsssl New parameters to support using icons for navigation in headers and footers of chunked html. --- diff --git a/xsl/params/navig.graphics.extension.xml b/xsl/params/navig.graphics.extension.xml new file mode 100644 index 000000000..00116be3e --- /dev/null +++ b/xsl/params/navig.graphics.extension.xml @@ -0,0 +1,21 @@ + + +navig.graphics.extension +string + + +navig.graphics.extension +Extension for navigational graphics + + + + + + +Description + +Sets the filename extension to use on navigational graphics used +in the headers and footers of chunked HTML. + + + diff --git a/xsl/params/navig.graphics.path.xml b/xsl/params/navig.graphics.path.xml new file mode 100644 index 000000000..823570c78 --- /dev/null +++ b/xsl/params/navig.graphics.path.xml @@ -0,0 +1,23 @@ + + +navig.graphics.path +string + + +navig.graphics.path +Path to navigational graphics + + + +images/ + + +Description + +Sets the path, probably relative to the directory where the HTML +files are created, to the navigational graphics used in the +headers and footers of chunked HTML. + + + + diff --git a/xsl/params/navig.graphics.xml b/xsl/params/navig.graphics.xml new file mode 100644 index 000000000..2b5c8e217 --- /dev/null +++ b/xsl/params/navig.graphics.xml @@ -0,0 +1,24 @@ + + +navig.graphics +boolean + + +navig.graphics +Use graphics in navigational headers and footers? + + + + + + +Description + +If true (non-zero), the navigational headers and footers in chunked +HTML are presented in an alternate style that uses +graphical icons for Next, Previous, Up, and Home. +Default graphics are provided in the distribution. + + + + diff --git a/xsl/params/navig.showtitles.xml b/xsl/params/navig.showtitles.xml new file mode 100644 index 000000000..ebed2e5a8 --- /dev/null +++ b/xsl/params/navig.showtitles.xml @@ -0,0 +1,27 @@ + + +navig.showtitles +boolean + + +navig.showtitles +Display titles in HTML headers and footers? + + + +1 + + +Description + +If true (non-zero), +the headers and footers of chunked HTML +display the titles of the next and previous chunks, +along with the words 'Next' and 'Previous' (or the +equivalent graphical icons if navig.graphics is true). +If false (zero), then only the words 'Next' and 'Previous' +(or the icons) are displayed. + + + +