From: Jirka Kosek Date: Tue, 22 Jan 2002 22:16:40 +0000 (+0000) Subject: Feature request #507087. Added parameter for controling appearance of icons in HTML... X-Git-Tag: release/1.79.1~6^2~5956 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8408edd632cc55f0e94d58877f186a537c4bcf8c;p=docbook-dsssl Feature request #507087. Added parameter for controling appearance of icons in HTML Help ToC. --- diff --git a/xsl/html/param.ent b/xsl/html/param.ent index 8a75fc30e..91692192f 100644 --- a/xsl/html/param.ent +++ b/xsl/html/param.ent @@ -68,6 +68,7 @@ + diff --git a/xsl/html/param.xweb b/xsl/html/param.xweb index 51b01d9d0..95ecaf147 100644 --- a/xsl/html/param.xweb +++ b/xsl/html/param.xweb @@ -256,6 +256,7 @@ to be incomplete. Don't forget to read the source, too :-) &htmlhelp.map.file; &htmlhelp.alias.file; &htmlhelp.hhc.section.depth; +&htmlhelp.hhc.folders.instead.books; The Stylesheet @@ -351,6 +352,7 @@ around all these parameters. + diff --git a/xsl/htmlhelp/htmlhelp.xsl b/xsl/htmlhelp/htmlhelp.xsl index 739ed877e..5742b64e7 100644 --- a/xsl/htmlhelp/htmlhelp.xsl +++ b/xsl/htmlhelp/htmlhelp.xsl @@ -122,7 +122,7 @@ Title= - + @@ -132,7 +132,7 @@ Title= - + @@ -300,11 +300,15 @@ Title= <HTML> <HEAD> </HEAD> -<BODY> -<OBJECT type="text/site properties"> + <BODY> + + + <OBJECT type="text/site properties"> <param name="ImageType" value="Folder"> </OBJECT> -<UL> + + +<UL> @@ -312,7 +316,7 @@ Title= - + diff --git a/xsl/params/htmlhelp.hhc.folders.instead.books.xml b/xsl/params/htmlhelp.hhc.folders.instead.books.xml new file mode 100644 index 000000000..31dba2a00 --- /dev/null +++ b/xsl/params/htmlhelp.hhc.folders.instead.books.xml @@ -0,0 +1,23 @@ + + +htmlhelp.hhc.folders.instead.books + + + +htmlhelp.hhc.folders.instead.books + + + + + + + + + +Description + +This parameter controls whether there should be folder-like +icons (1) or book-like icons (0) in ToC. + + +