source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/xhtml/param.xsl@ 1fa2099

multilib-10.1
Last change on this file since 1fa2099 was 1fa2099, checked in by Thomas Trepl <thomas@…>, 5 years ago

Initial creation of multilib branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 19.7 KB
Line 
1<?xml version="1.0" encoding="ASCII"?>
2<!--This file was created automatically by html2xhtml-->
3<!--from the HTML stylesheets.-->
4<!-- This file is generated from param.xweb -->
5<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0">
6
7<!-- ********************************************************************
8 $Id: param.xweb 9658 2012-10-29 22:28:34Z bobstayton $
9 ********************************************************************
10
11 This file is part of the XSL DocBook Stylesheet distribution.
12 See ../README or http://docbook.sf.net/release/xsl/current/ for
13 copyright and other information.
14
15 ******************************************************************** -->
16
17<xsl:param name="abstract.notitle.enabled" select="0"/>
18<xsl:param name="activate.external.olinks" select="1"/>
19<xsl:param name="admon.graphics.extension">.png</xsl:param>
20<xsl:param name="admon.graphics" select="0"/>
21<xsl:param name="admon.graphics.path">images/</xsl:param>
22<xsl:param name="admon.style">
23 <xsl:value-of select="concat('margin-', $direction.align.start, ': 0.5in; margin-', $direction.align.end, ': 0.5in;')"/>
24</xsl:param>
25<xsl:param name="admon.textlabel" select="1"/>
26<xsl:param name="annotate.toc" select="1"/>
27<xsl:param name="annotation.css">
28/* ======================================================================
29 Annotations
30*/
31
32div.annotation-list { visibility: hidden;
33 }
34
35div.annotation-nocss { position: absolute;
36 visibility: hidden;
37 }
38
39div.annotation-popup { position: absolute;
40 z-index: 4;
41 visibility: hidden;
42 padding: 0px;
43 margin: 2px;
44 border-style: solid;
45 border-width: 1px;
46 width: 200px;
47 background-color: white;
48 }
49
50div.annotation-title { padding: 1px;
51 font-weight: bold;
52 border-bottom-style: solid;
53 border-bottom-width: 1px;
54 color: white;
55 background-color: black;
56 }
57
58div.annotation-body { padding: 2px;
59 }
60
61div.annotation-body p { margin-top: 0px;
62 padding-top: 0px;
63 }
64
65div.annotation-close { position: absolute;
66 top: 2px;
67 right: 2px;
68 }
69</xsl:param>
70<xsl:param name="annotation.graphic.close">
71http://docbook.sourceforge.net/release/images/annot-close.png</xsl:param>
72<xsl:param name="annotation.graphic.open">http://docbook.sourceforge.net/release/images/annot-open.png</xsl:param>
73
74<xsl:param name="annotation.js">
75<xsl:text>http://docbook.sourceforge.net/release/script/AnchorPosition.js http://docbook.sourceforge.net/release/script/PopupWindow.js</xsl:text></xsl:param>
76
77<xsl:param name="annotation.support" select="0"/>
78<xsl:param name="appendix.autolabel">A</xsl:param>
79<xsl:param name="author.othername.in.middle" select="1"/>
80<xsl:param name="autotoc.label.in.hyperlink" select="1"/>
81<xsl:param name="autotoc.label.separator">. </xsl:param>
82<xsl:param name="base.dir"/>
83<xsl:param name="biblioentry.item.separator">. </xsl:param>
84<xsl:param name="bibliography.collection">http://docbook.sourceforge.net/release/bibliography/bibliography.xml</xsl:param>
85
86<xsl:param name="bibliography.numbered" select="0"/>
87<xsl:param name="bibliography.style">normal</xsl:param>
88<xsl:param name="blurb.on.titlepage.enabled" select="0"/>
89<xsl:param name="bridgehead.in.toc" select="0"/>
90<xsl:param name="callout.defaultcolumn">60</xsl:param>
91<xsl:param name="callout.graphics.extension">.png</xsl:param>
92
93<xsl:param name="callout.graphics" select="1"/>
94<xsl:param name="callout.graphics.number.limit">15</xsl:param>
95
96<xsl:param name="callout.graphics.path">images/callouts/</xsl:param>
97<xsl:param name="callout.list.table" select="1"/>
98<xsl:param name="callout.unicode" select="0"/>
99<xsl:param name="callout.unicode.number.limit">10</xsl:param>
100<xsl:param name="callout.unicode.start.character">10102</xsl:param>
101<xsl:param name="callouts.extension" select="1"/>
102<xsl:param name="chapter.autolabel" select="1"/>
103<xsl:param name="chunk.append"/>
104<xsl:param name="chunk.first.sections" select="0"/>
105<xsl:param name="chunk.quietly" select="0"/>
106<xsl:param name="chunk.section.depth" select="1"/>
107<xsl:param name="chunk.separate.lots" select="0"/>
108<xsl:param name="chunk.toc"/>
109<xsl:param name="chunk.tocs.and.lots" select="0"/>
110<xsl:param name="chunk.tocs.and.lots.has.title" select="1"/>
111<xsl:param name="chunked.filename.prefix"/>
112<xsl:param name="citerefentry.link" select="0"/>
113<xsl:param name="collect.xref.targets">no</xsl:param>
114<xsl:param name="component.label.includes.part.label" select="0"/>
115<xsl:param name="contrib.inline.enabled">1</xsl:param>
116<xsl:param name="css.decoration" select="1"/>
117<xsl:param name="current.docid"/>
118<xsl:param name="custom.css.source"/>
119<xsl:param name="default.float.class">
120 <xsl:choose>
121 <xsl:when test="contains($stylesheet.result.type,'html')">left</xsl:when>
122 <xsl:otherwise>before</xsl:otherwise>
123 </xsl:choose>
124</xsl:param>
125<xsl:param name="default.image.width"/>
126<xsl:param name="default.table.frame">all</xsl:param>
127<xsl:param name="default.table.width"/>
128<xsl:param name="docbook.css.link" select="1"/>
129<xsl:param name="docbook.css.source">docbook.css.xml</xsl:param>
130<xsl:param name="draft.mode">no</xsl:param>
131<xsl:param name="draft.watermark.image">images/draft.png</xsl:param>
132<xsl:param name="ebnf.assignment">
133<code>::=</code>
134</xsl:param>
135
136<xsl:param name="ebnf.statement.terminator"/>
137
138<xsl:param name="ebnf.table.bgcolor">#F5DCB3</xsl:param>
139<xsl:param name="ebnf.table.border" select="1"/>
140<xsl:param name="eclipse.autolabel" select="0"/>
141<xsl:param name="eclipse.plugin.id">com.example.help</xsl:param>
142<xsl:param name="eclipse.plugin.name">DocBook Online Help Sample</xsl:param>
143<xsl:param name="eclipse.plugin.provider">Example provider</xsl:param>
144<xsl:param name="editedby.enabled">1</xsl:param>
145<xsl:param name="email.delimiters.enabled" select="1"/>
146<xsl:param name="emphasis.propagates.style" select="1"/>
147<xsl:param name="entry.propagates.style" select="1"/>
148<xsl:param name="exsl.node.set.available">
149 <xsl:choose>
150 <xsl:when xmlns:exsl="http://exslt.org/common" exsl:foo="" test="function-available('exsl:node-set') or contains(system-property('xsl:vendor'), 'Apache Software Foundation')">1</xsl:when>
151 <xsl:otherwise>0</xsl:otherwise>
152 </xsl:choose>
153</xsl:param>
154<xsl:param name="firstterm.only.link" select="0"/>
155<xsl:param name="footer.rule" select="1"/>
156<xsl:param name="footnote.number.format">1</xsl:param>
157<xsl:param name="footnote.number.symbols"/>
158<xsl:param name="formal.procedures" select="1"/>
159<xsl:param name="formal.title.placement">
160figure before
161example before
162equation before
163table before
164procedure before
165task before
166</xsl:param>
167<xsl:param name="funcsynopsis.decoration" select="1"/>
168<xsl:param name="funcsynopsis.style">kr</xsl:param>
169<xsl:param name="function.parens" select="0"/>
170<xsl:param name="generate.consistent.ids" select="0"/>
171<xsl:param name="generate.css.header" select="0"/>
172<xsl:param name="generate.id.attributes" select="0"/>
173<xsl:param name="generate.index" select="1"/>
174<xsl:param name="generate.legalnotice.link" select="0"/>
175<xsl:param name="generate.manifest" select="0"/>
176<xsl:param name="generate.meta.abstract" select="1"/>
177<xsl:param name="generate.revhistory.link" select="0"/>
178<xsl:param name="generate.section.toc.level" select="0"/>
179<xsl:param name="generate.toc">
180appendix toc,title
181article/appendix nop
182article toc,title
183book toc,title,figure,table,example,equation
184chapter toc,title
185part toc,title
186preface toc,title
187qandadiv toc
188qandaset toc
189reference toc,title
190sect1 toc
191sect2 toc
192sect3 toc
193sect4 toc
194sect5 toc
195section toc
196set toc,title
197</xsl:param>
198
199<xsl:param name="glossary.collection"/>
200<xsl:param name="glossary.sort" select="0"/>
201<xsl:param name="glossentry.show.acronym">no</xsl:param>
202<xsl:param name="glossterm.auto.link" select="0"/>
203<xsl:param name="graphic.default.extension"/>
204<xsl:param name="graphicsize.extension" select="1"/>
205<xsl:param name="graphicsize.use.img.src.path" select="0"/>
206<xsl:param name="header.rule" select="1"/>
207<xsl:param name="highlight.default.language"/>
208<xsl:param name="highlight.source" select="0"/>
209<xsl:param name="highlight.xslthl.config"/>
210<xsl:param name="html.append"/>
211<xsl:param name="html.base"/>
212<xsl:param name="html.cellpadding"/>
213<xsl:param name="html.cellspacing"/>
214<xsl:param name="html.cleanup" select="1"/>
215<xsl:param name="html.ext">.html</xsl:param>
216<xsl:param name="html.extra.head.links" select="0"/>
217<xsl:param name="html.head.legalnotice.link.multiple" select="1"/>
218<xsl:param name="html.head.legalnotice.link.types">copyright</xsl:param>
219<xsl:param name="html.longdesc" select="1"/>
220<xsl:param name="html.longdesc.link" select="$html.longdesc"/>
221<xsl:param name="html.script"/>
222<xsl:param name="html.script.type">text/javascript</xsl:param>
223<xsl:param name="html.stylesheet"/>
224<xsl:param name="html.stylesheet.type">text/css</xsl:param>
225<xsl:param name="htmlhelp.alias.file">alias.h</xsl:param>
226<xsl:param name="htmlhelp.autolabel" select="0"/>
227<xsl:param name="htmlhelp.button.back" select="1"/>
228<xsl:param name="htmlhelp.button.forward" select="0"/>
229<xsl:param name="htmlhelp.button.hideshow" select="1"/>
230<xsl:param name="htmlhelp.button.home" select="0"/>
231<xsl:param name="htmlhelp.button.home.url"/>
232<xsl:param name="htmlhelp.button.jump1" select="0"/>
233<xsl:param name="htmlhelp.button.jump1.title">User1</xsl:param>
234<xsl:param name="htmlhelp.button.jump1.url"/>
235<xsl:param name="htmlhelp.button.jump2" select="0"/>
236<xsl:param name="htmlhelp.button.jump2.title">User2</xsl:param>
237<xsl:param name="htmlhelp.button.jump2.url"/>
238<xsl:param name="htmlhelp.button.locate" select="0"/>
239<xsl:param name="htmlhelp.button.next" select="1"/>
240<xsl:param name="htmlhelp.button.options" select="1"/>
241<xsl:param name="htmlhelp.button.prev" select="1"/>
242<xsl:param name="htmlhelp.button.print" select="1"/>
243<xsl:param name="htmlhelp.button.refresh" select="0"/>
244<xsl:param name="htmlhelp.button.stop" select="0"/>
245<xsl:param name="htmlhelp.button.zoom" select="0"/>
246<xsl:param name="htmlhelp.chm">htmlhelp.chm</xsl:param>
247<xsl:param name="htmlhelp.default.topic"/>
248<xsl:param name="htmlhelp.display.progress" select="1"/>
249<xsl:param name="htmlhelp.encoding">iso-8859-1</xsl:param>
250<xsl:param name="htmlhelp.enhanced.decompilation" select="0"/>
251<xsl:param name="htmlhelp.enumerate.images" select="0"/>
252<xsl:param name="htmlhelp.force.map.and.alias" select="0"/>
253<xsl:param name="htmlhelp.hhc.binary" select="1"/>
254<xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"/>
255<xsl:param name="htmlhelp.hhc">toc.hhc</xsl:param>
256<xsl:param name="htmlhelp.hhc.section.depth">5</xsl:param>
257<xsl:param name="htmlhelp.hhc.show.root" select="1"/>
258<xsl:param name="htmlhelp.hhc.width"/>
259<xsl:param name="htmlhelp.hhk">index.hhk</xsl:param>
260<xsl:param name="htmlhelp.hhp">htmlhelp.hhp</xsl:param>
261<xsl:param name="htmlhelp.hhp.tail"/>
262<xsl:param name="htmlhelp.hhp.window">Main</xsl:param>
263<xsl:param name="htmlhelp.hhp.windows"/>
264<xsl:param name="htmlhelp.map.file">context.h</xsl:param>
265<xsl:param name="htmlhelp.only" select="0"/>
266<xsl:param name="htmlhelp.remember.window.position" select="0"/>
267<xsl:param name="htmlhelp.show.advanced.search" select="0"/>
268<xsl:param name="htmlhelp.show.favorities" select="0"/>
269<xsl:param name="htmlhelp.show.menu" select="0"/>
270<xsl:param name="htmlhelp.show.toolbar.text" select="1"/>
271<xsl:param name="htmlhelp.title"/>
272<xsl:param name="htmlhelp.use.hhk" select="0"/>
273<xsl:param name="htmlhelp.window.geometry"/>
274<xsl:param name="id.warnings" select="0"/>
275<xsl:param name="ignore.image.scaling" select="0"/>
276<xsl:param name="img.src.path"/>
277<xsl:param name="index.links.to.section" select="1"/>
278<xsl:param name="index.method">basic</xsl:param>
279<xsl:param name="index.number.separator"/>
280<xsl:param name="index.on.role" select="0"/>
281<xsl:param name="index.on.type" select="0"/>
282<xsl:param name="index.prefer.titleabbrev" select="0"/>
283<xsl:param name="index.range.separator"/>
284<xsl:param name="index.term.separator"/>
285<xsl:param name="inherit.keywords" select="1"/>
286<xsl:param name="insert.olink.page.number">no</xsl:param>
287<xsl:param name="insert.olink.pdf.frag" select="0"/>
288<xsl:param name="insert.xref.page.number">no</xsl:param>
289<xsl:param name="javahelp.encoding">iso-8859-1</xsl:param>
290<xsl:param name="keep.relative.image.uris" select="1"/>
291
292<xsl:param name="l10n.gentext.default.language">en</xsl:param>
293<xsl:param name="l10n.gentext.language"/>
294<xsl:param name="l10n.gentext.use.xref.language" select="0"/>
295<xsl:param name="l10n.lang.value.rfc.compliant" select="1"/>
296<xsl:param name="label.from.part" select="0"/>
297<xsl:param name="linenumbering.everyNth">5</xsl:param>
298<xsl:param name="linenumbering.extension" select="1"/>
299<xsl:param name="linenumbering.separator"><xsl:text> </xsl:text></xsl:param>
300<xsl:param name="linenumbering.width">3</xsl:param>
301<xsl:param name="link.mailto.url"/>
302<xsl:param name="make.clean.html" select="0"/>
303<xsl:param name="make.graphic.viewport" select="1"/>
304<xsl:param name="make.single.year.ranges" select="0"/>
305<xsl:param name="make.valid.html" select="1"/>
306<xsl:param name="make.year.ranges" select="0"/>
307 <xsl:param name="manifest">HTML.manifest</xsl:param>
308
309<xsl:param name="manifest.in.base.dir" select="0"/>
310<xsl:param name="manual.toc"/>
311<xsl:param name="menuchoice.menu.separator"> &#8594; </xsl:param>
312<xsl:param name="menuchoice.separator">+</xsl:param>
313<xsl:param name="navig.graphics.extension">.gif</xsl:param>
314<xsl:param name="navig.graphics" select="0"/>
315<xsl:param name="navig.graphics.path">images/</xsl:param>
316<xsl:param name="navig.showtitles">1</xsl:param>
317<xsl:param name="nominal.image.depth" select="4 * $pixels.per.inch"/>
318<xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"/>
319<xsl:param name="nominal.table.width">6in</xsl:param>
320<xsl:param name="olink.base.uri"/>
321<xsl:param name="olink.debug" select="0"/>
322<xsl:param name="olink.doctitle">no</xsl:param>
323<xsl:param name="olink.lang.fallback.sequence"/>
324<xsl:attribute-set name="olink.properties">
325 <xsl:attribute name="show-destination">replace</xsl:attribute>
326</xsl:attribute-set>
327<xsl:param name="othercredit.like.author.enabled">0</xsl:param>
328<xsl:param name="para.propagates.style" select="1"/>
329<xsl:param name="part.autolabel">I</xsl:param>
330<xsl:param name="phrase.propagates.style" select="1"/>
331<xsl:param name="pixels.per.inch">90</xsl:param>
332<xsl:param name="points.per.em">10</xsl:param>
333<xsl:param name="preface.autolabel" select="0"/>
334<xsl:param name="prefer.internal.olink" select="0"/>
335<xsl:param name="preferred.mediaobject.role"/>
336<xsl:param name="process.empty.source.toc" select="0"/>
337<xsl:param name="process.source.toc" select="0"/>
338<xsl:param name="profile.arch"/>
339<xsl:param name="profile.attribute"/>
340<xsl:param name="profile.audience"/>
341<xsl:param name="profile.condition"/>
342<xsl:param name="profile.conformance"/>
343<xsl:param name="profile.lang"/>
344<xsl:param name="profile.os"/>
345<xsl:param name="profile.revision"/>
346<xsl:param name="profile.revisionflag"/>
347<xsl:param name="profile.role"/>
348<xsl:param name="profile.security"/>
349<xsl:param name="profile.separator">;</xsl:param>
350<xsl:param name="profile.status"/>
351<xsl:param name="profile.userlevel"/>
352<xsl:param name="profile.value"/>
353<xsl:param name="profile.vendor"/>
354<xsl:param name="profile.wordsize"/>
355<xsl:param name="punct.honorific">.</xsl:param>
356<xsl:param name="qanda.defaultlabel">number</xsl:param>
357<xsl:param name="qanda.in.toc" select="0"/>
358<xsl:param name="qanda.inherit.numeration" select="1"/>
359<xsl:param name="qanda.nested.in.toc" select="0"/>
360<xsl:param name="qandadiv.autolabel" select="1"/>
361<xsl:param name="refclass.suppress" select="0"/>
362<xsl:param name="refentry.generate.name" select="1"/>
363<xsl:param name="refentry.generate.title" select="0"/>
364<xsl:param name="refentry.separator" select="1"/>
365<xsl:param name="refentry.xref.manvolnum" select="1"/>
366 <xsl:param name="reference.autolabel">I</xsl:param>
367<xsl:param name="root.filename">index</xsl:param>
368<xsl:param name="rootid"/>
369<xsl:param name="runinhead.default.title.end.punct">.</xsl:param>
370<xsl:param name="runinhead.title.end.punct">.!?:</xsl:param>
371<xsl:param name="section.autolabel" select="0"/>
372<xsl:param name="section.autolabel.max.depth">8</xsl:param>
373<xsl:param name="section.label.includes.component.label" select="0"/>
374<xsl:param name="segmentedlist.as.table" select="0"/>
375<xsl:param name="shade.verbatim" select="0"/>
376<xsl:attribute-set name="shade.verbatim.style">
377 <xsl:attribute name="border">0</xsl:attribute>
378 <xsl:attribute name="bgcolor">#E0E0E0</xsl:attribute>
379</xsl:attribute-set>
380
381<xsl:param name="show.comments" select="1"/>
382<xsl:param name="show.revisionflag" select="0"/>
383<xsl:param name="simplesect.in.toc" select="0"/>
384<xsl:param name="spacing.paras" select="0"/>
385<xsl:param name="suppress.footer.navigation">0</xsl:param>
386<xsl:param name="suppress.header.navigation" select="0"/>
387<xsl:param name="suppress.navigation" select="0"/>
388<xsl:param name="table.borders.with.css" select="0"/>
389<xsl:param name="table.cell.border.color"/>
390
391<xsl:param name="table.cell.border.style">solid</xsl:param>
392<xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
393<xsl:param name="table.footnote.number.format">a</xsl:param>
394<xsl:param name="table.footnote.number.symbols"/>
395<xsl:param name="table.frame.border.color"/>
396
397<xsl:param name="table.frame.border.style">solid</xsl:param>
398<xsl:param name="table.frame.border.thickness">0.5pt</xsl:param>
399<xsl:param name="tablecolumns.extension" select="1"/>
400 <xsl:param name="target.database.document">olinkdb.xml</xsl:param>
401<xsl:param name="targets.filename">target.db</xsl:param>
402<xsl:param name="tex.math.delims" select="1"/>
403<xsl:param name="tex.math.file">tex-math-equations.tex</xsl:param>
404<xsl:param name="tex.math.in.alt"/>
405<xsl:param name="textdata.default.encoding"/>
406 <xsl:param name="textinsert.extension" select="1"/>
407<xsl:param name="toc.list.type">dl</xsl:param>
408<xsl:param name="toc.max.depth">8</xsl:param>
409<xsl:param name="toc.section.depth">2</xsl:param>
410<xsl:param name="ulink.target">_top</xsl:param>
411<xsl:param name="use.embed.for.svg" select="0"/>
412<xsl:param name="use.extensions" select="0"/>
413<xsl:param name="use.id.as.filename" select="0"/>
414<xsl:param name="use.local.olink.style" select="0"/>
415<xsl:param name="use.role.as.xrefstyle" select="1"/>
416<xsl:param name="use.role.for.mediaobject" select="1"/>
417<xsl:param name="use.svg" select="1"/>
418<xsl:param name="variablelist.as.table" select="0"/>
419<xsl:param name="variablelist.term.break.after">0</xsl:param>
420<xsl:param name="variablelist.term.separator">, </xsl:param>
421<xsl:param name="webhelp.autolabel">0</xsl:param>
422<xsl:param name="webhelp.base.dir">docs</xsl:param>
423<xsl:param name="webhelp.common.dir">../common/</xsl:param>
424<xsl:param name="webhelp.default.topic">index.html</xsl:param>
425<xsl:param name="webhelp.include.search.tab">1</xsl:param>
426<xsl:param name="webhelp.indexer.language">en</xsl:param>
427<xsl:param name="webhelp.start.filename">index.html</xsl:param>
428<xsl:param name="webhelp.tree.cookie.id" select="concat( 'treeview-', count(//node()) )"/>
429<xsl:param name="writing.mode">
430 <xsl:call-template name="gentext">
431 <xsl:with-param name="key">writing-mode</xsl:with-param>
432 <xsl:with-param name="lang">
433 <xsl:call-template name="l10n.language">
434 <xsl:with-param name="target" select="/*[1]"/>
435 </xsl:call-template>
436 </xsl:with-param>
437 </xsl:call-template>
438</xsl:param>
439<xsl:param name="xref.label-page.separator"><xsl:text> </xsl:text></xsl:param>
440<xsl:param name="xref.label-title.separator">: </xsl:param>
441<xsl:param name="xref.title-page.separator"><xsl:text> </xsl:text></xsl:param>
442<xsl:param name="xref.with.number.and.title" select="1"/>
443
444</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.