From: Jirka Kosek Date: Wed, 28 Nov 2001 22:11:55 +0000 (+0000) Subject: Added parameter htmlhelp.hhc.section.depth for controlling depth of sections in a... X-Git-Tag: release/1.79.1~6^2~6090 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d5b4f68e033d49ceaf4158faf715b70e95ee3a4;p=docbook-dsssl Added parameter htmlhelp.hhc.section.depth for controlling depth of sections in a TOC in a left pane of HTML Help viewer. --- diff --git a/xsl/html/param.ent b/xsl/html/param.ent index 14fb9afbf..03eb45369 100644 --- a/xsl/html/param.ent +++ b/xsl/html/param.ent @@ -73,6 +73,7 @@ + @@ -89,6 +90,7 @@ + @@ -131,8 +133,7 @@ - - + diff --git a/xsl/html/param.xweb b/xsl/html/param.xweb index 367b2628d..a2443eb56 100644 --- a/xsl/html/param.xweb +++ b/xsl/html/param.xweb @@ -247,6 +247,7 @@ to be incomplete. Don't forget to read the source, too :-) &htmlhelp.force.map.and.alias; &htmlhelp.map.file; &htmlhelp.alias.file; +&htmlhelp.hhc.section.depth; The Stylesheet @@ -374,6 +375,7 @@ around all these parameters. + @@ -404,7 +406,7 @@ around all these parameters. - + diff --git a/xsl/htmlhelp/htmlhelp.xsl b/xsl/htmlhelp/htmlhelp.xsl index f1059876b..da17af6d3 100644 --- a/xsl/htmlhelp/htmlhelp.xsl +++ b/xsl/htmlhelp/htmlhelp.xsl @@ -429,7 +429,7 @@ Title= "> </OBJECT> - + <UL> </UL> @@ -457,7 +457,7 @@ Title= "> </OBJECT> - + <UL> @@ -486,7 +486,7 @@ Title= "> </OBJECT> - + <UL> @@ -515,7 +515,7 @@ Title= "> </OBJECT> - + <UL> @@ -544,7 +544,7 @@ Title= "> </OBJECT> - + <UL> diff --git a/xsl/params/htmlhelp.hhc.section.depth.xml b/xsl/params/htmlhelp.hhc.section.depth.xml new file mode 100644 index 000000000..b00f4d802 --- /dev/null +++ b/xsl/params/htmlhelp.hhc.section.depth.xml @@ -0,0 +1,23 @@ + + +htmlhelp.hhc.section.depth +integer + + +htmlhelp.hhc.section.depth +Depth of TOC for sections in a left pane. + + + + + + + + +Description + +Change this parameter if you want shallower ToC in a left pane +of HTML Help viewer. + + +