]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/styleguide/docbook-xsl-1.75.2/slides/html/param.xml
stylesheet changes.
[working/Evergreen.git] / stylesheets / styleguide / docbook-xsl-1.75.2 / slides / html / param.xml
1 <?xml version="1.0" encoding="ASCII"?>\r
2 <book version="5.0" xml:id="slides">\r
3 <info>\r
4 <title>Slides HTML Parameter Reference</title>\r
5 <releaseinfo role="meta">\r
6 $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $\r
7 </releaseinfo>\r
8 <author>\r
9   <personname>\r
10     <surname>Walsh</surname>\r
11     <firstname>Norman</firstname>\r
12   </personname>\r
13 </author>\r
14 <copyright>\r
15   <year>2002</year>\r
16   <holder>Norman Walsh</holder>\r
17 </copyright>\r
18 <abstract>\r
19   <para>This is reference documentation for all user-configurable\r
20     parameters in the DocBook XSL Slides HTML stylesheet (for\r
21     generating HTML slide presentations). Note that the Slides\r
22     stylesheet for HTML output is a customization layer of the\r
23     DocBook XSL HTML stylesheet. Therefore, in addition to the\r
24     slides-specific parameters listed in this section, you can\r
25     also use a number of <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../html/">HTML\r
26     stylesheet parameters</link> to control Slides HTML\r
27     output.</para>\r
28 </abstract>\r
29 </info>\r
30 <reference xml:id="html">\r
31 <title>HTML: General Parameters</title>\r
32 <refentry version="5.0" xml:id="keyboard.nav">\r
33 <refmeta>\r
34 <refentrytitle>keyboard.nav</refentrytitle>\r
35 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
36 </refmeta>\r
37 <refnamediv>\r
38 <refname>keyboard.nav</refname>\r
39 <refpurpose>Enable keyboard navigation?</refpurpose>\r
40 </refnamediv>\r
41 \r
42 <refsynopsisdiv>\r
43 <programlisting xml:id="keyboard.nav.frag">\r
44 &lt;xsl:param name="keyboard.nav" select="1"&gt;&lt;/xsl:param&gt;\r
45 </programlisting>\r
46 </refsynopsisdiv>\r
47 \r
48 <refsection><info><title>Description</title></info>\r
49 \r
50 <para>If non-zero, JavaScript is added to the slides to enable keyboard\r
51 navigation. Pressing 'n', space, or return moves forward; pressing 'p' moves\r
52 backward.</para>\r
53 \r
54 </refsection>\r
55 </refentry>\r
56 \r
57 <refentry version="5.0" xml:id="css.stylesheet">\r
58 <refmeta>\r
59 <refentrytitle>css.stylesheet</refentrytitle>\r
60 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>\r
61 </refmeta>\r
62 <refnamediv>\r
63 <refname>css.stylesheet</refname>\r
64 <refpurpose>CSS stylesheet for slides</refpurpose>\r
65 </refnamediv>\r
66 \r
67 <refsynopsisdiv>\r
68 <programlisting xml:id="css.stylesheet.frag">\r
69 &lt;xsl:param name="css.stylesheet"&gt;slides.css&lt;/xsl:param&gt;\r
70 </programlisting>\r
71 </refsynopsisdiv>\r
72 \r
73 <refsection><info><title>Description</title></info>\r
74 \r
75 <para>Identifies the CSS stylesheet used by all the slides. This parameter\r
76 can be set in the source document with the &lt;?dbhtml?&gt; pseudo-attribute\r
77 <literal>css-stylesheet</literal>.</para>\r
78 \r
79 </refsection>\r
80 </refentry>\r
81 \r
82 <refentry version="5.0" xml:id="css.stylesheet.dir">\r
83 <refmeta>\r
84 <refentrytitle>css.stylesheet.dir</refentrytitle>\r
85 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>\r
86 </refmeta>\r
87 <refnamediv>\r
88 <refname>css.stylesheet.dir</refname>\r
89 <refpurpose>Default directory for CSS stylesheets</refpurpose>\r
90 </refnamediv>\r
91 \r
92 <refsynopsisdiv>\r
93 <programlisting xml:id="css.stylesheet.dir.frag">\r
94 &lt;xsl:param name="css.stylesheet.dir"&gt;&lt;/xsl:param&gt;\r
95 </programlisting>\r
96 </refsynopsisdiv>\r
97 \r
98 <refsection><info><title>Description</title></info>\r
99 \r
100 <para>Identifies the default directory for the CSS stylesheet\r
101 generated on all the slides. This parameter can be set in the source\r
102 document with the &lt;?dbhtml?&gt; pseudo-attribute\r
103 <literal>css-stylesheet-dir</literal>.</para>\r
104 \r
105 <para>If non-empty, this value is prepended to each of the stylesheets.\r
106 </para>\r
107 \r
108 </refsection>\r
109 </refentry>\r
110 \r
111 <refentry version="5.0" xml:id="titlefoil.html">\r
112 <refmeta>\r
113 <refentrytitle>titlefoil.html</refentrytitle>\r
114 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
115 </refmeta>\r
116 <refnamediv>\r
117 <refname>titlefoil.html</refname>\r
118 <refpurpose>Name of title foil HTML file</refpurpose>\r
119 </refnamediv>\r
120 \r
121 <refsynopsisdiv>\r
122 <programlisting xml:id="titlefoil.html.frag">\r
123 &lt;xsl:param name="titlefoil.html" select="concat('index', $html.ext)"&gt;&lt;/xsl:param&gt;\r
124 </programlisting>\r
125 </refsynopsisdiv>\r
126 \r
127 <refsection><info><title>Description</title></info>\r
128 \r
129 <para>Sets the filename used for the slides titlepage.</para>\r
130 \r
131 </refsection>\r
132 </refentry>\r
133 \r
134 <refentry version="5.0" xml:id="toc.html">\r
135 <refmeta>\r
136 <refentrytitle>toc.html</refentrytitle>\r
137 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
138 </refmeta>\r
139 <refnamediv>\r
140 <refname>toc.html</refname>\r
141 <refpurpose>Name of ToC HTML file</refpurpose>\r
142 </refnamediv>\r
143 \r
144 <refsynopsisdiv>\r
145 <programlisting xml:id="toc.html.frag">\r
146 &lt;xsl:param name="toc.html" select="concat('toc', $html.ext)"&gt;&lt;/xsl:param&gt;\r
147 </programlisting>\r
148 </refsynopsisdiv>\r
149 \r
150 <refsection><info><title>Description</title></info>\r
151 \r
152 <para>Sets the filename used for the table of contents page.</para>\r
153 \r
154 </refsection>\r
155 </refentry>\r
156 \r
157 <refentry version="5.0" xml:id="foilgroup.toc">\r
158 <refmeta>\r
159 <refentrytitle>foilgroup.toc</refentrytitle>\r
160 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
161 </refmeta>\r
162 <refnamediv>\r
163 <refname>foilgroup.toc</refname>\r
164 <refpurpose>Put ToC on foilgroup pages?</refpurpose>\r
165 </refnamediv>\r
166 \r
167 <refsynopsisdiv>\r
168 <programlisting xml:id="foilgroup.toc.frag">\r
169 &lt;xsl:param name="foilgroup.toc" select="1"&gt;&lt;/xsl:param&gt;\r
170 </programlisting>\r
171 </refsynopsisdiv>\r
172 \r
173 <refsection><info><title>Description</title></info>\r
174 \r
175 <para>If non-zero, a ToC will be placed on foilgroup pages (after any\r
176 other content).\r
177 </para>\r
178 \r
179 </refsection>\r
180 </refentry>\r
181 \r
182 <refentry version="5.0" xml:id="output.indent">\r
183 <refmeta>\r
184 <refentrytitle>output.indent</refentrytitle>\r
185 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>\r
186 <refmiscinfo class="other" otherclass="value">no</refmiscinfo>\r
187 <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>\r
188 </refmeta>\r
189 <refnamediv>\r
190 <refname>output.indent</refname>\r
191 <refpurpose>Indent output?</refpurpose>\r
192 </refnamediv>\r
193 \r
194 <refsynopsisdiv>\r
195 <programlisting xml:id="output.indent.frag">\r
196 &lt;xsl:param name="output.indent"&gt;no&lt;/xsl:param&gt;\r
197 </programlisting>\r
198 </refsynopsisdiv>\r
199 \r
200 <refsection><info><title>Description</title></info>\r
201 \r
202 <para>Specifies the setting of the <parameter>indent</parameter>\r
203 parameter on the HTML slides. For more information, see the discussion\r
204 of the <tag>xsl:output</tag> element in the XSLT specification.</para>\r
205 <para>Select from <literal>yes</literal> or <literal>no</literal>.</para>\r
206 \r
207 </refsection>\r
208 </refentry>\r
209 \r
210 <refentry version="5.0" xml:id="overlay">\r
211 <refmeta>\r
212 <refentrytitle>overlay</refentrytitle>\r
213 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
214 </refmeta>\r
215 <refnamediv>\r
216 <refname>overlay</refname>\r
217 <refpurpose>Overlay footer navigation?</refpurpose>\r
218 </refnamediv>\r
219 \r
220 <refsynopsisdiv>\r
221 <programlisting xml:id="overlay.frag">\r
222 &lt;xsl:param name="overlay" select="0"&gt;&lt;/xsl:param&gt;\r
223 </programlisting>\r
224 </refsynopsisdiv>\r
225 \r
226 <refsection><info><title>Description</title></info>\r
227 \r
228 <para>If non-zero, JavaScript is added to the slides to make the\r
229 bottom navigation appear at the bottom of each page. This option and\r
230 <link linkend="multiframe">multiframe</link> are mutually exclusive.</para>\r
231 \r
232 <para>If this parameter is zero, the bottom navigation simply appears\r
233 below the content of each slide.</para>\r
234 \r
235 </refsection>\r
236 </refentry>\r
237 \r
238 <refentry version="5.0" xml:id="show.foil.number">\r
239 <refmeta>\r
240 <refentrytitle>show.foil.number</refentrytitle>\r
241 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
242 </refmeta>\r
243 <refnamediv>\r
244 <refname>show.foil.number</refname>\r
245 <refpurpose>Show foil number on each foil?</refpurpose>\r
246 </refnamediv>\r
247 \r
248 <refsynopsisdiv>\r
249 <programlisting xml:id="show.foil.number.frag">\r
250 &lt;xsl:param name="show.foil.number" select="0"&gt;&lt;/xsl:param&gt;\r
251 </programlisting>\r
252 </refsynopsisdiv>\r
253 \r
254 <refsection><info><title>Description</title></info>\r
255 \r
256 <para>If non-zero, on each slide there will be its number. Currently\r
257 not supported in all output formats.</para>\r
258 \r
259 </refsection>\r
260 </refentry>\r
261 \r
262 </reference>\r
263 <reference xml:id="frames">\r
264 <title>HTML: Frames Parameters</title>\r
265 <refentry version="5.0" xml:id="nav.separator">\r
266 <refmeta>\r
267 <refentrytitle>nav.separator</refentrytitle>\r
268 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
269 </refmeta>\r
270 <refnamediv>\r
271 <refname>nav.separator</refname>\r
272 <refpurpose>Output separator between navigation and body?</refpurpose>\r
273 </refnamediv>\r
274 \r
275 <refsynopsisdiv>\r
276 <programlisting xml:id="nav.separator.frag">\r
277 &lt;xsl:param name="nav.separator" select="1"&gt;&lt;/xsl:param&gt;\r
278 </programlisting>\r
279 </refsynopsisdiv>\r
280 \r
281 <refsection><info><title>Description</title></info>\r
282 \r
283 <para>If non-zero, a separator (<literal>&lt;HR&gt;</literal>) is\r
284 added between the navigation links and the content of each slide.</para>\r
285 \r
286 </refsection>\r
287 </refentry>\r
288 \r
289 <refentry version="5.0" xml:id="toc.row.height">\r
290 <refmeta>\r
291 <refentrytitle>toc.row.height</refentrytitle>\r
292 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
293 </refmeta>\r
294 <refnamediv>\r
295 <refname>toc.row.height</refname>\r
296 <refpurpose>Height of ToC rows in dynamic ToCs</refpurpose>\r
297 </refnamediv>\r
298 \r
299 <refsynopsisdiv>\r
300 <programlisting xml:id="toc.row.height.frag">\r
301 &lt;xsl:param name="toc.row.height"&gt;22&lt;/xsl:param&gt;\r
302 </programlisting>\r
303 </refsynopsisdiv>\r
304 \r
305 <refsection><info><title>Description</title></info>\r
306 \r
307 <para>This parameter specifies the height of each row in the table of\r
308 contents. This is only applicable if a <link linkend="dynamic.toc">dynamic ToC</link> is used. You may want to\r
309 adjust this parameter for optimal appearance with the font and image\r
310 sizes selected by your <link linkend="css.stylesheet">CSS\r
311 stylesheet</link>.\r
312 </para>\r
313 \r
314 </refsection>\r
315 </refentry>\r
316 \r
317 <refentry version="5.0" xml:id="toc.bg.color">\r
318 <refmeta>\r
319 <refentrytitle>toc.bg.color</refentrytitle>\r
320 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>\r
321 </refmeta>\r
322 <refnamediv>\r
323 <refname>toc.bg.color</refname>\r
324 <refpurpose>Background color for ToC frame</refpurpose>\r
325 </refnamediv>\r
326 \r
327 <refsynopsisdiv>\r
328 <programlisting xml:id="toc.bg.color.frag">\r
329 &lt;xsl:param name="toc.bg.color"&gt;#FFFFFF&lt;/xsl:param&gt;\r
330 </programlisting>\r
331 </refsynopsisdiv>\r
332 \r
333 <refsection><info><title>Description</title></info>\r
334 \r
335 <para>Specifies the background color used in the ToC frame.</para>\r
336 \r
337 </refsection>\r
338 </refentry>\r
339 \r
340 <refentry version="5.0" xml:id="body.bg.color">\r
341 <refmeta>\r
342 <refentrytitle>body.bg.color</refentrytitle>\r
343 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>\r
344 </refmeta>\r
345 <refnamediv>\r
346 <refname>body.bg.color</refname>\r
347 <refpurpose>Background color for body frame</refpurpose>\r
348 </refnamediv>\r
349 \r
350 <refsynopsisdiv>\r
351 <programlisting xml:id="body.bg.color.frag">\r
352 &lt;xsl:param name="body.bg.color"&gt;#FFFFFF&lt;/xsl:param&gt;\r
353 </programlisting>\r
354 </refsynopsisdiv>\r
355 \r
356 <refsection><info><title>Description</title></info>\r
357 \r
358 <para>Specifies the background color used in the body column of\r
359 tabular slides.</para>\r
360 \r
361 </refsection>\r
362 </refentry>\r
363 \r
364 <refentry version="5.0" xml:id="toc.width">\r
365 <refmeta>\r
366 <refentrytitle>toc.width</refentrytitle>\r
367 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
368 </refmeta>\r
369 <refnamediv>\r
370 <refname>toc.width</refname>\r
371 <refpurpose>Width of ToC frame</refpurpose>\r
372 </refnamediv>\r
373 \r
374 <refsynopsisdiv>\r
375 <programlisting xml:id="toc.width.frag">\r
376 &lt;xsl:param name="toc.width"&gt;250&lt;/xsl:param&gt;\r
377 &lt;!-- Presumably in pixels? --&gt;\r
378 </programlisting>\r
379 </refsynopsisdiv>\r
380 \r
381 <refsection><info><title>Description</title></info>\r
382 \r
383 <para>Specifies the width of the ToC frame in pixels.</para>\r
384 \r
385 </refsection>\r
386 </refentry>\r
387 \r
388 <refentry version="5.0" xml:id="toc.hide.show">\r
389 <refmeta>\r
390 <refentrytitle>toc.hide.show</refentrytitle>\r
391 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
392 </refmeta>\r
393 <refnamediv>\r
394 <refname>toc.hide.show</refname>\r
395 <refpurpose>Enable hide/show button for ToC frame</refpurpose>\r
396 </refnamediv>\r
397 \r
398 <refsynopsisdiv>\r
399 <programlisting xml:id="toc.hide.show.frag">\r
400 &lt;xsl:param name="toc.hide.show" select="0"&gt;&lt;/xsl:param&gt;\r
401 </programlisting>\r
402 </refsynopsisdiv>\r
403 \r
404 <refsection><info><title>Description</title></info>\r
405 \r
406 <para>If non-zero, JavaScript (and an additional icon, see\r
407 <link linkend="hidetoc.image">hidetoc.image</link> and\r
408 <link linkend="hidetoc.image">showtoc.image</link>) is added to each slide\r
409 to allow the ToC panel to be <quote>toggled</quote> on each panel.</para>\r
410 \r
411 <note><para>There is a bug in Mozilla 1.0 (at least as of CR3) that causes\r
412 the browser to reload the titlepage when this feature is used.</para></note>\r
413 \r
414 </refsection>\r
415 </refentry>\r
416 \r
417 <refentry version="5.0" xml:id="dynamic.toc">\r
418 <refmeta>\r
419 <refentrytitle>dynamic.toc</refentrytitle>\r
420 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
421 </refmeta>\r
422 <refnamediv>\r
423 <refname>dynamic.toc</refname>\r
424 <refpurpose>Dynamic ToCs?</refpurpose>\r
425 </refnamediv>\r
426 \r
427 <refsynopsisdiv>\r
428 <programlisting xml:id="dynamic.toc.frag">\r
429 &lt;xsl:param name="dynamic.toc" select="0"&gt;&lt;/xsl:param&gt;\r
430 </programlisting>\r
431 </refsynopsisdiv>\r
432 \r
433 <refsection><info><title>Description</title></info>\r
434 \r
435 <para>If non-zero, JavaScript is used to make the ToC panel <quote>dynamic</quote>.\r
436 In a dynamic ToC, each section in the ToC can be expanded and collapsed by\r
437 clicking on the appropriate image.</para>\r
438 \r
439 </refsection>\r
440 </refentry>\r
441 \r
442 <refentry version="5.0" xml:id="active.toc">\r
443 <refmeta>\r
444 <refentrytitle>active.toc</refentrytitle>\r
445 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
446 </refmeta>\r
447 <refnamediv>\r
448 <refname>active.toc</refname>\r
449 <refpurpose>Active ToCs?</refpurpose>\r
450 </refnamediv>\r
451 \r
452 <refsynopsisdiv>\r
453 <programlisting xml:id="active.toc.frag">\r
454 &lt;xsl:param name="active.toc" select="0"&gt;&lt;/xsl:param&gt;\r
455 </programlisting>\r
456 </refsynopsisdiv>\r
457 \r
458 <refsection><info><title>Description</title></info>\r
459 \r
460 <para>If non-zero, JavaScript is used to keep the ToC and the current slide\r
461 <quote>in sync</quote>. That is, each time the slide changes, the corresponding\r
462 ToC entry will be underlined.</para>\r
463 \r
464 </refsection>\r
465 </refentry>\r
466 \r
467 <refentry version="5.0" xml:id="overlay.logo">\r
468 <refmeta>\r
469 <refentrytitle>overlay.logo</refentrytitle>\r
470 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>\r
471 </refmeta>\r
472 <refnamediv>\r
473 <refname>overlay.logo</refname>\r
474 <refpurpose>Logo to overlay on ToC frame</refpurpose>\r
475 </refnamediv>\r
476 \r
477 <refsynopsisdiv>\r
478 <programlisting xml:id="overlay.logo.frag">\r
479 &lt;xsl:param name="overlay.logo"&gt;http://docbook.sourceforge.net/release/buttons/slides-1.png&lt;/xsl:param&gt;\r
480 </programlisting>\r
481 </refsynopsisdiv>\r
482 \r
483 <refsection><info><title>Description</title></info>\r
484 \r
485 <para>If this URI is non-empty, JavaScript is used to overlay the\r
486 specified image on the ToC frame.</para>\r
487 \r
488 </refsection>\r
489 </refentry>\r
490 \r
491 <refentry version="5.0" xml:id="multiframe">\r
492 <refmeta>\r
493 <refentrytitle>multiframe</refentrytitle>\r
494 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
495 </refmeta>\r
496 <refnamediv>\r
497 <refname>multiframe</refname>\r
498 <refpurpose>Use multiple frames for slide bodies?</refpurpose>\r
499 </refnamediv>\r
500 \r
501 <refsynopsisdiv>\r
502 <programlisting xml:id="multiframe.frag">\r
503 &lt;xsl:param name="multiframe" select="0"&gt;&lt;/xsl:param&gt;\r
504 </programlisting>\r
505 </refsynopsisdiv>\r
506 \r
507 <refsection><info><title>Description</title></info>\r
508 \r
509 <para>If non-zero, multiple frames are used for the body of each\r
510 slide. This is one way of forcing the slide navigation elements to\r
511 appear in constant locations. The other way is with <link linkend="overlay">overlays</link>. The <link linkend="overlay"><parameter>overlay</parameter></link> and\r
512 <parameter>multiframe</parameter> parameters are mutually\r
513 exclusive.</para>\r
514 \r
515 </refsection>\r
516 </refentry>\r
517 \r
518 <refentry version="5.0" xml:id="multiframe.top.bgcolor">\r
519 <refmeta>\r
520 <refentrytitle>multiframe.top.bgcolor</refentrytitle>\r
521 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>\r
522 </refmeta>\r
523 <refnamediv>\r
524 <refname>multiframe.top.bgcolor</refname>\r
525 <refpurpose>Background color for top navigation frame</refpurpose>\r
526 </refnamediv>\r
527 \r
528 <refsynopsisdiv>\r
529 <programlisting xml:id="multiframe.top.bgcolor.frag">\r
530 &lt;xsl:param name="multiframe.top.bgcolor"&gt;white&lt;/xsl:param&gt;\r
531 </programlisting>\r
532 </refsynopsisdiv>\r
533 \r
534 <refsection><info><title>Description</title></info>\r
535 \r
536 <para>Specifies the background color of the top navigation frame when\r
537 <link linkend="multiframe">multiframe</link> is enabled.</para>\r
538 \r
539 </refsection>\r
540 </refentry>\r
541 \r
542 <refentry version="5.0" xml:id="multiframe.bottom.bgcolor">\r
543 <refmeta>\r
544 <refentrytitle>multiframe.bottom.bgcolor</refentrytitle>\r
545 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>\r
546 </refmeta>\r
547 <refnamediv>\r
548 <refname>multiframe.bottom.bgcolor</refname>\r
549 <refpurpose>Background color for bottom navigation frame</refpurpose>\r
550 </refnamediv>\r
551 \r
552 <refsynopsisdiv>\r
553 <programlisting xml:id="multiframe.bottom.bgcolor.frag">\r
554 &lt;xsl:param name="multiframe.bottom.bgcolor"&gt;white&lt;/xsl:param&gt;\r
555 </programlisting>\r
556 </refsynopsisdiv>\r
557 \r
558 <refsection><info><title>Description</title></info>\r
559 \r
560 <para>Specifies the background color of the bottom navigation frame when\r
561 <link linkend="multiframe">multiframe</link> is enabled.</para>\r
562 \r
563 </refsection>\r
564 </refentry>\r
565 \r
566 <refentry version="5.0" xml:id="multiframe.navigation.height">\r
567 <refmeta>\r
568 <refentrytitle>multiframe.navigation.height</refentrytitle>\r
569 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
570 </refmeta>\r
571 <refnamediv>\r
572 <refname>multiframe.navigation.height</refname>\r
573 <refpurpose>Height of navigation frames</refpurpose>\r
574 </refnamediv>\r
575 \r
576 <refsynopsisdiv>\r
577 <programlisting xml:id="multiframe.navigation.height.frag">\r
578 &lt;xsl:param name="multiframe.navigation.height"&gt;40&lt;/xsl:param&gt;\r
579 </programlisting>\r
580 </refsynopsisdiv>\r
581 \r
582 <refsection><info><title>Description</title></info>\r
583 \r
584 <para>Specifies the height of the navigation frames in pixels when\r
585 <link linkend="multiframe">multiframe</link> is enabled.</para>\r
586 \r
587 </refsection>\r
588 </refentry>\r
589 \r
590 </reference>\r
591 <reference xml:id="graphics">\r
592 <title>HTML: Graphics Parameters</title>\r
593 <refentry version="5.0" xml:id="graphics.dir">\r
594 <refmeta>\r
595 <refentrytitle>graphics.dir</refentrytitle>\r
596 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>\r
597 </refmeta>\r
598 <refnamediv>\r
599 <refname>graphics.dir</refname>\r
600 <refpurpose>Graphics directory</refpurpose>\r
601 </refnamediv>\r
602 \r
603 <refsynopsisdiv>\r
604 <programlisting xml:id="graphics.dir.frag">\r
605 &lt;xsl:param name="graphics.dir"&gt;&lt;/xsl:param&gt;\r
606 </programlisting>\r
607 </refsynopsisdiv>\r
608 \r
609 <refsection><info><title>Description</title></info>\r
610 \r
611 <para>Identifies the graphics directory for the navigation components\r
612 generated on all the slides. This parameter can be set in the source\r
613 document with the &lt;?dbhtml?&gt; pseudo-attribute\r
614 <literal>graphics-dir</literal>.</para>\r
615 \r
616 <para>If non-empty, this value is prepended to each of the graphic\r
617 image paths.</para>\r
618 \r
619 </refsection>\r
620 </refentry>\r
621 \r
622 <refentry version="5.0" xml:id="bullet.image">\r
623 <refmeta>\r
624 <refentrytitle>bullet.image</refentrytitle>\r
625 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
626 </refmeta>\r
627 <refnamediv>\r
628 <refname>bullet.image</refname>\r
629 <refpurpose>Bullet image</refpurpose>\r
630 </refnamediv>\r
631 \r
632 <refsynopsisdiv>\r
633 <programlisting xml:id="bullet.image.frag">\r
634 &lt;xsl:param name="bullet.image"&gt;toc/bullet.png&lt;/xsl:param&gt;\r
635 </programlisting>\r
636 </refsynopsisdiv>\r
637 \r
638 <refsection><info><title>Description</title></info>\r
639 \r
640 <para>Specifies the filename of the bullet image used for foils in the\r
641 framed ToC.</para>\r
642 \r
643 </refsection>\r
644 </refentry>\r
645 \r
646 <refentry version="5.0" xml:id="next.image">\r
647 <refmeta>\r
648 <refentrytitle>next.image</refentrytitle>\r
649 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
650 </refmeta>\r
651 <refnamediv>\r
652 <refname>next.image</refname>\r
653 <refpurpose>Right-arrow image</refpurpose>\r
654 </refnamediv>\r
655 \r
656 <refsynopsisdiv>\r
657 <programlisting xml:id="next.image.frag">\r
658 &lt;xsl:param name="next.image"&gt;active/nav-next.png&lt;/xsl:param&gt;\r
659 </programlisting>\r
660 </refsynopsisdiv>\r
661 \r
662 <refsection><info><title>Description</title></info>\r
663 \r
664 <para>Specifies the filename of the right-pointing navigation arrow.</para>\r
665 \r
666 </refsection>\r
667 </refentry>\r
668 \r
669 <refentry version="5.0" xml:id="prev.image">\r
670 <refmeta>\r
671 <refentrytitle>prev.image</refentrytitle>\r
672 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
673 </refmeta>\r
674 <refnamediv>\r
675 <refname>prev.image</refname>\r
676 <refpurpose>Left-arrow image</refpurpose>\r
677 </refnamediv>\r
678 \r
679 <refsynopsisdiv>\r
680 <programlisting xml:id="prev.image.frag">\r
681 &lt;xsl:param name="prev.image"&gt;active/nav-prev.png&lt;/xsl:param&gt;\r
682 </programlisting>\r
683 </refsynopsisdiv>\r
684 \r
685 <refsection><info><title>Description</title></info>\r
686 \r
687 <para>Specifies the filename of the left-pointing navigation arrow.</para>\r
688 \r
689 </refsection>\r
690 </refentry>\r
691 \r
692 <refentry version="5.0" xml:id="up.image">\r
693 <refmeta>\r
694 <refentrytitle>up.image</refentrytitle>\r
695 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
696 </refmeta>\r
697 <refnamediv>\r
698 <refname>up.image</refname>\r
699 <refpurpose>Up-arrow image</refpurpose>\r
700 </refnamediv>\r
701 \r
702 <refsynopsisdiv>\r
703 <programlisting xml:id="up.image.frag">\r
704 &lt;xsl:param name="up.image"&gt;active/nav-up.png&lt;/xsl:param&gt;\r
705 </programlisting>\r
706 </refsynopsisdiv>\r
707 \r
708 <refsection><info><title>Description</title></info>\r
709 \r
710 <para>Specifies the filename of the upward-pointing navigation arrow.</para>\r
711 \r
712 </refsection>\r
713 </refentry>\r
714 \r
715 <refentry version="5.0" xml:id="home.image">\r
716 <refmeta>\r
717 <refentrytitle>home.image</refentrytitle>\r
718 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
719 </refmeta>\r
720 <refnamediv>\r
721 <refname>home.image</refname>\r
722 <refpurpose>Home image</refpurpose>\r
723 </refnamediv>\r
724 \r
725 <refsynopsisdiv>\r
726 <programlisting xml:id="home.image.frag">\r
727 &lt;xsl:param name="home.image"&gt;active/nav-home.png&lt;/xsl:param&gt;\r
728 </programlisting>\r
729 </refsynopsisdiv>\r
730 \r
731 <refsection><info><title>Description</title></info>\r
732 \r
733 <para>Specifies the filename of the home navigation icon.</para>\r
734 \r
735 </refsection>\r
736 </refentry>\r
737 \r
738 <refentry version="5.0" xml:id="toc.image">\r
739 <refmeta>\r
740 <refentrytitle>toc.image</refentrytitle>\r
741 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
742 </refmeta>\r
743 <refnamediv>\r
744 <refname>toc.image</refname>\r
745 <refpurpose>ToC image</refpurpose>\r
746 </refnamediv>\r
747 \r
748 <refsynopsisdiv>\r
749 <programlisting xml:id="toc.image.frag">\r
750 &lt;xsl:param name="toc.image"&gt;active/nav-toc.png&lt;/xsl:param&gt;\r
751 </programlisting>\r
752 </refsynopsisdiv>\r
753 \r
754 <refsection><info><title>Description</title></info>\r
755 \r
756 <para>Specifies the filename of the ToC navigation icon.</para>\r
757 \r
758 </refsection>\r
759 </refentry>\r
760 \r
761 \r
762 <refentry version="5.0" xml:id="no.next.image">\r
763 <refmeta>\r
764 <refentrytitle>no.next.image</refentrytitle>\r
765 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
766 </refmeta>\r
767 <refnamediv>\r
768 <refname>no.next.image</refname>\r
769 <refpurpose>Inactive right-arrow image</refpurpose>\r
770 </refnamediv>\r
771 \r
772 <refsynopsisdiv>\r
773 <programlisting xml:id="no.next.image.frag">\r
774 &lt;xsl:param name="no.next.image"&gt;inactive/nav-next.png&lt;/xsl:param&gt;\r
775 </programlisting>\r
776 </refsynopsisdiv>\r
777 \r
778 <refsection><info><title>Description</title></info>\r
779 \r
780 <para>Specifies the filename of the inactive right-pointing navigation arrow.</para>\r
781 \r
782 </refsection>\r
783 </refentry>\r
784 \r
785 <refentry version="5.0" xml:id="no.prev.image">\r
786 <refmeta>\r
787 <refentrytitle>no.prev.image</refentrytitle>\r
788 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
789 </refmeta>\r
790 <refnamediv>\r
791 <refname>no.prev.image</refname>\r
792 <refpurpose>Inactive left-arrow image</refpurpose>\r
793 </refnamediv>\r
794 \r
795 <refsynopsisdiv>\r
796 <programlisting xml:id="no.prev.image.frag">\r
797 &lt;xsl:param name="no.prev.image"&gt;inactive/nav-prev.png&lt;/xsl:param&gt;\r
798 </programlisting>\r
799 </refsynopsisdiv>\r
800 \r
801 <refsection><info><title>Description</title></info>\r
802 \r
803 <para>Specifies the filename of the inactive left-pointing navigation arrow.</para>\r
804 \r
805 </refsection>\r
806 </refentry>\r
807 \r
808 <refentry version="5.0" xml:id="no.up.image">\r
809 <refmeta>\r
810 <refentrytitle>no.up.image</refentrytitle>\r
811 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
812 </refmeta>\r
813 <refnamediv>\r
814 <refname>no.up.image</refname>\r
815 <refpurpose>Inactive up-arrow image</refpurpose>\r
816 </refnamediv>\r
817 \r
818 <refsynopsisdiv>\r
819 <programlisting xml:id="no.up.image.frag">\r
820 &lt;xsl:param name="no.up.image"&gt;inactive/nav-up.png&lt;/xsl:param&gt;\r
821 </programlisting>\r
822 </refsynopsisdiv>\r
823 \r
824 <refsection><info><title>Description</title></info>\r
825 \r
826 <para>Specifies the filename of the inactive upward-pointing navigation arrow.</para>\r
827 \r
828 </refsection>\r
829 </refentry>\r
830 \r
831 <refentry version="5.0" xml:id="no.home.image">\r
832 <refmeta>\r
833 <refentrytitle>no.home.image</refentrytitle>\r
834 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
835 </refmeta>\r
836 <refnamediv>\r
837 <refname>no.home.image</refname>\r
838 <refpurpose>Inactive home image</refpurpose>\r
839 </refnamediv>\r
840 \r
841 <refsynopsisdiv>\r
842 <programlisting xml:id="no.home.image.frag">\r
843 &lt;xsl:param name="no.home.image"&gt;inactive/nav-home.png&lt;/xsl:param&gt;\r
844 </programlisting>\r
845 </refsynopsisdiv>\r
846 \r
847 <refsection><info><title>Description</title></info>\r
848 \r
849 <para>Specifies the filename of the inactive home navigation icon.</para>\r
850 \r
851 </refsection>\r
852 </refentry>\r
853 \r
854 <refentry version="5.0" xml:id="no.toc.image">\r
855 <refmeta>\r
856 <refentrytitle>no.toc.image</refentrytitle>\r
857 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
858 </refmeta>\r
859 <refnamediv>\r
860 <refname>no.toc.image</refname>\r
861 <refpurpose>Inactive ToC image</refpurpose>\r
862 </refnamediv>\r
863 \r
864 <refsynopsisdiv>\r
865 <programlisting xml:id="no.toc.image.frag">\r
866 &lt;xsl:param name="no.toc.image"&gt;inactive/nav-toc.png&lt;/xsl:param&gt;\r
867 </programlisting>\r
868 </refsynopsisdiv>\r
869 \r
870 <refsection><info><title>Description</title></info>\r
871 \r
872 <para>Specifies the filename of the inactive ToC navigation icon.</para>\r
873 \r
874 </refsection>\r
875 </refentry>\r
876 \r
877 \r
878 <refentry version="5.0" xml:id="plus.image">\r
879 <refmeta>\r
880 <refentrytitle>plus.image</refentrytitle>\r
881 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
882 </refmeta>\r
883 <refnamediv>\r
884 <refname>plus.image</refname>\r
885 <refpurpose>Plus image</refpurpose>\r
886 </refnamediv>\r
887 \r
888 <refsynopsisdiv>\r
889 <programlisting xml:id="plus.image.frag">\r
890 &lt;xsl:param name="plus.image"&gt;toc/closed.png&lt;/xsl:param&gt;\r
891 </programlisting>\r
892 </refsynopsisdiv>\r
893 \r
894 <refsection><info><title>Description</title></info>\r
895 \r
896 <para>Specifies the filename of the <quote>plus</quote> image; the image used in a\r
897 <link linkend="dynamic.toc">dynamic ToC</link> to indicate that a section\r
898 can be expanded.</para>\r
899 \r
900 </refsection>\r
901 </refentry>\r
902 \r
903 <refentry version="5.0" xml:id="minus.image">\r
904 <refmeta>\r
905 <refentrytitle>minus.image</refentrytitle>\r
906 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
907 </refmeta>\r
908 <refnamediv>\r
909 <refname>minus.image</refname>\r
910 <refpurpose>Minus image</refpurpose>\r
911 </refnamediv>\r
912 \r
913 <refsynopsisdiv>\r
914 <programlisting xml:id="minus.image.frag">\r
915 &lt;xsl:param name="minus.image"&gt;toc/open.png&lt;/xsl:param&gt;\r
916 </programlisting>\r
917 </refsynopsisdiv>\r
918 \r
919 <refsection><info><title>Description</title></info>\r
920 \r
921 <para>Specifies the filename of the <quote>minus</quote> image; the image used in a\r
922 <link linkend="dynamic.toc">dynamic ToC</link> to indicate that a section\r
923 can be collapsed.</para>\r
924 \r
925 </refsection>\r
926 </refentry>\r
927 \r
928 <refentry version="5.0" xml:id="hidetoc.image">\r
929 <refmeta>\r
930 <refentrytitle>hidetoc.image</refentrytitle>\r
931 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
932 </refmeta>\r
933 <refnamediv>\r
934 <refname>hidetoc.image</refname>\r
935 <refpurpose>Hide ToC image</refpurpose>\r
936 </refnamediv>\r
937 \r
938 <refsynopsisdiv>\r
939 <programlisting xml:id="hidetoc.image.frag">\r
940 &lt;xsl:param name="hidetoc.image"&gt;hidetoc.gif&lt;/xsl:param&gt;\r
941 </programlisting>\r
942 </refsynopsisdiv>\r
943 \r
944 <refsection><info><title>Description</title></info>\r
945 \r
946 <para>Specifies the filename of the <quote>hide ToC</quote> image. This is used\r
947 when the <link linkend="toc.hide.show">ToC hide/show</link> parameter is\r
948 enabled.</para>\r
949 \r
950 </refsection>\r
951 </refentry>\r
952 \r
953 <refentry version="5.0" xml:id="showtoc.image">\r
954 <refmeta>\r
955 <refentrytitle>showtoc.image</refentrytitle>\r
956 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
957 </refmeta>\r
958 <refnamediv>\r
959 <refname>showtoc.image</refname>\r
960 <refpurpose>Show ToC image</refpurpose>\r
961 </refnamediv>\r
962 \r
963 <refsynopsisdiv>\r
964 <programlisting xml:id="showtoc.image.frag">\r
965 &lt;xsl:param name="showtoc.image"&gt;showtoc.gif&lt;/xsl:param&gt;\r
966 </programlisting>\r
967 </refsynopsisdiv>\r
968 \r
969 <refsection><info><title>Description</title></info>\r
970 \r
971 <para>Specifies the filename of the <quote>show ToC</quote> image. This is used\r
972 when the <link linkend="toc.hide.show">ToC hide/show</link> parameter is\r
973 enabled.</para>\r
974 \r
975 </refsection>\r
976 </refentry>\r
977 \r
978 </reference>\r
979 <reference xml:id="javascript">\r
980 <title>HTML: JavaScript Parameters</title>\r
981 <refentry version="5.0" xml:id="script.dir">\r
982 <refmeta>\r
983 <refentrytitle>script.dir</refentrytitle>\r
984 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>\r
985 </refmeta>\r
986 <refnamediv>\r
987 <refname>script.dir</refname>\r
988 <refpurpose>Script directory</refpurpose>\r
989 </refnamediv>\r
990 \r
991 <refsynopsisdiv>\r
992 <programlisting xml:id="script.dir.frag">\r
993 &lt;xsl:param name="script.dir"&gt;&lt;/xsl:param&gt;\r
994 </programlisting>\r
995 </refsynopsisdiv>\r
996 \r
997 <refsection><info><title>Description</title></info>\r
998 \r
999 <para>Identifies the JavaScript source directory for the slides.\r
1000 This parameter can be set in the source\r
1001 document with the &lt;?dbhtml?&gt; pseudo-attribute\r
1002 <literal>script-dir</literal>.</para>\r
1003 \r
1004 <para>If non-empty, this value is prepended to each of the JavaScript files.\r
1005 </para>\r
1006 \r
1007 </refsection>\r
1008 </refentry>\r
1009 \r
1010 <refentry version="5.0" xml:id="ua.js">\r
1011 <refmeta>\r
1012 <refentrytitle>ua.js</refentrytitle>\r
1013 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
1014 </refmeta>\r
1015 <refnamediv>\r
1016 <refname>ua.js</refname>\r
1017 <refpurpose>UA JavaScript file</refpurpose>\r
1018 </refnamediv>\r
1019 \r
1020 <refsynopsisdiv>\r
1021 <programlisting xml:id="ua.js.frag">\r
1022 &lt;xsl:param name="ua.js"&gt;ua.js&lt;/xsl:param&gt;\r
1023 </programlisting>\r
1024 </refsynopsisdiv>\r
1025 \r
1026 <refsection><info><title>Description</title></info>\r
1027 \r
1028 <para>Specifies the filename of the UA JavaScript file. It's unlikely\r
1029 that you will ever need to change this parameter.</para>\r
1030 \r
1031 </refsection>\r
1032 </refentry>\r
1033 \r
1034 <refentry version="5.0" xml:id="xbDOM.js">\r
1035 <refmeta>\r
1036 <refentrytitle>xbDOM.js</refentrytitle>\r
1037 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
1038 </refmeta>\r
1039 <refnamediv>\r
1040 <refname>xbDOM.js</refname>\r
1041 <refpurpose>xbDOM JavaScript file</refpurpose>\r
1042 </refnamediv>\r
1043 \r
1044 <refsynopsisdiv>\r
1045 <programlisting xml:id="xbDOM.js.frag">\r
1046 &lt;xsl:param name="xbDOM.js"&gt;xbDOM.js&lt;/xsl:param&gt;\r
1047 </programlisting>\r
1048 </refsynopsisdiv>\r
1049 \r
1050 <refsection><info><title>Description</title></info>\r
1051 \r
1052 <para>Specifies the filename of the xbDOM JavaScript file. It's unlikely\r
1053 that you will ever need to change this parameter.</para>\r
1054 \r
1055 </refsection>\r
1056 </refentry>\r
1057 \r
1058 <refentry version="5.0" xml:id="xbStyle.js">\r
1059 <refmeta>\r
1060 <refentrytitle>xbStyle.js</refentrytitle>\r
1061 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
1062 </refmeta>\r
1063 <refnamediv>\r
1064 <refname>xbStyle.js</refname>\r
1065 <refpurpose>xbStyle JavaScript file</refpurpose>\r
1066 </refnamediv>\r
1067 \r
1068 <refsynopsisdiv>\r
1069 <programlisting xml:id="xbStyle.js.frag">\r
1070 &lt;xsl:param name="xbStyle.js"&gt;xbStyle.js&lt;/xsl:param&gt;\r
1071 </programlisting>\r
1072 </refsynopsisdiv>\r
1073 \r
1074 <refsection><info><title>Description</title></info>\r
1075 \r
1076 <para>Specifies the filename of the xbStyle JavaScript file. It's unlikely\r
1077 that you will ever need to change this parameter.</para>\r
1078 \r
1079 </refsection>\r
1080 </refentry>\r
1081 \r
1082 <refentry version="5.0" xml:id="xbLibrary.js">\r
1083 <refmeta>\r
1084 <refentrytitle>xbLibrary.js</refentrytitle>\r
1085 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
1086 </refmeta>\r
1087 <refnamediv>\r
1088 <refname>xbLibrary.js</refname>\r
1089 <refpurpose>xbLibrary JavaScript file</refpurpose>\r
1090 </refnamediv>\r
1091 \r
1092 <refsynopsisdiv>\r
1093 <programlisting xml:id="xbLibrary.js.frag">\r
1094 &lt;xsl:param name="xbLibrary.js"&gt;xbLibrary.js&lt;/xsl:param&gt;\r
1095 </programlisting>\r
1096 </refsynopsisdiv>\r
1097 \r
1098 <refsection><info><title>Description</title></info>\r
1099 \r
1100 <para>Specifies the filename of the xbLibrary JavaScript file. It's unlikely\r
1101 that you will ever need to change this parameter.</para>\r
1102 \r
1103 </refsection>\r
1104 </refentry>\r
1105 \r
1106 <refentry version="5.0" xml:id="xbCollapsibleLists.js">\r
1107 <refmeta>\r
1108 <refentrytitle>xbCollapsibleLists.js</refentrytitle>\r
1109 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
1110 </refmeta>\r
1111 <refnamediv>\r
1112 <refname>xbCollapsibleLists.js</refname>\r
1113 <refpurpose>xbCollapsibleLists JavaScript file</refpurpose>\r
1114 </refnamediv>\r
1115 \r
1116 <refsynopsisdiv>\r
1117 <programlisting xml:id="xbCollapsibleLists.js.frag">\r
1118 &lt;xsl:param name="xbCollapsibleLists.js"&gt;xbCollapsibleLists.js&lt;/xsl:param&gt;\r
1119 </programlisting>\r
1120 </refsynopsisdiv>\r
1121 \r
1122 <refsection><info><title>Description</title></info>\r
1123 \r
1124 <para>Specifies the filename of the xbCollapsibleLists JavaScript file. It's unlikely\r
1125 that you will ever need to change this parameter.</para>\r
1126 \r
1127 </refsection>\r
1128 </refentry>\r
1129 \r
1130 <refentry version="5.0" xml:id="overlay.js">\r
1131 <refmeta>\r
1132 <refentrytitle>overlay.js</refentrytitle>\r
1133 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
1134 </refmeta>\r
1135 <refnamediv>\r
1136 <refname>overlay.js</refname>\r
1137 <refpurpose>Overlay JavaScript file</refpurpose>\r
1138 </refnamediv>\r
1139 \r
1140 <refsynopsisdiv>\r
1141 <programlisting xml:id="overlay.js.frag">\r
1142 &lt;xsl:param name="overlay.js"&gt;overlay.js&lt;/xsl:param&gt;\r
1143 </programlisting>\r
1144 </refsynopsisdiv>\r
1145 \r
1146 <refsection><info><title>Description</title></info>\r
1147 \r
1148 <para>Specifies the filename of the overlay JavaScript file. It's unlikely\r
1149 that you will ever need to change this parameter.</para>\r
1150 \r
1151 </refsection>\r
1152 </refentry>\r
1153 \r
1154 <refentry version="5.0" xml:id="slides.js">\r
1155 <refmeta>\r
1156 <refentrytitle>slides.js</refentrytitle>\r
1157 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
1158 </refmeta>\r
1159 <refnamediv>\r
1160 <refname>slides.js</refname>\r
1161 <refpurpose>Slides overlay file</refpurpose>\r
1162 </refnamediv>\r
1163 \r
1164 <refsynopsisdiv>\r
1165 <programlisting xml:id="slides.js.frag">\r
1166 &lt;xsl:param name="slides.js"&gt;slides.js&lt;/xsl:param&gt;\r
1167 </programlisting>\r
1168 </refsynopsisdiv>\r
1169 \r
1170 <refsection><info><title>Description</title></info>\r
1171 \r
1172 <para>Specifies the filename of the slides JavaScript file. It's unlikely\r
1173 that you will ever need to change this parameter.</para>\r
1174 \r
1175 </refsection>\r
1176 </refentry>\r
1177 \r
1178 </reference>\r
1179 <reference xml:id="l10n">\r
1180 <title>HTML: Localization Parameters</title>\r
1181 <refentry version="5.0" xml:id="text.home">\r
1182 <refmeta>\r
1183 <refentrytitle>text.home</refentrytitle>\r
1184 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
1185 </refmeta>\r
1186 <refnamediv>\r
1187 <refname>text.home</refname>\r
1188 <refpurpose>Home</refpurpose>\r
1189 </refnamediv>\r
1190 \r
1191 <refsynopsisdiv>\r
1192 <programlisting xml:id="text.home.frag">\r
1193 &lt;xsl:param name="text.home"&gt;Home&lt;/xsl:param&gt;\r
1194 </programlisting>\r
1195 </refsynopsisdiv>\r
1196 \r
1197 <refsection><info><title>Description</title></info>\r
1198 \r
1199 <para>FIXME:</para>\r
1200 \r
1201 </refsection>\r
1202 </refentry>\r
1203 \r
1204 <refentry version="5.0" xml:id="text.toc">\r
1205 <refmeta>\r
1206 <refentrytitle>text.toc</refentrytitle>\r
1207 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
1208 </refmeta>\r
1209 <refnamediv>\r
1210 <refname>text.toc</refname>\r
1211 <refpurpose>FIXME:</refpurpose>\r
1212 </refnamediv>\r
1213 \r
1214 <refsynopsisdiv>\r
1215 <programlisting xml:id="text.toc.frag">\r
1216 &lt;xsl:param name="text.toc"&gt;ToC&lt;/xsl:param&gt;\r
1217 </programlisting>\r
1218 </refsynopsisdiv>\r
1219 \r
1220 <refsection><info><title>Description</title></info>\r
1221 \r
1222 <para>FIXME:</para>\r
1223 \r
1224 </refsection>\r
1225 </refentry>\r
1226 \r
1227 <refentry version="5.0" xml:id="text.prev">\r
1228 <refmeta>\r
1229 <refentrytitle>text.prev</refentrytitle>\r
1230 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
1231 </refmeta>\r
1232 <refnamediv>\r
1233 <refname>text.prev</refname>\r
1234 <refpurpose>FIXME:</refpurpose>\r
1235 </refnamediv>\r
1236 \r
1237 <refsynopsisdiv>\r
1238 <programlisting xml:id="text.prev.frag">\r
1239 &lt;xsl:param name="text.prev"&gt;Prev&lt;/xsl:param&gt;\r
1240 </programlisting>\r
1241 </refsynopsisdiv>\r
1242 \r
1243 <refsection><info><title>Description</title></info>\r
1244 \r
1245 <para>FIXME:</para>\r
1246 \r
1247 </refsection>\r
1248 </refentry>\r
1249 \r
1250 <refentry version="5.0" xml:id="text.up">\r
1251 <refmeta>\r
1252 <refentrytitle>text.up</refentrytitle>\r
1253 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
1254 </refmeta>\r
1255 <refnamediv>\r
1256 <refname>text.up</refname>\r
1257 <refpurpose>FIXME:</refpurpose>\r
1258 </refnamediv>\r
1259 \r
1260 <refsynopsisdiv>\r
1261 <programlisting xml:id="text.up.frag">\r
1262 &lt;xsl:param name="text.up"&gt;Up&lt;/xsl:param&gt;\r
1263 </programlisting>\r
1264 </refsynopsisdiv>\r
1265 \r
1266 <refsection><info><title>Description</title></info>\r
1267 \r
1268 <para>FIXME:</para>\r
1269 \r
1270 </refsection>\r
1271 </refentry>\r
1272 \r
1273 <refentry version="5.0" xml:id="text.next">\r
1274 <refmeta>\r
1275 <refentrytitle>text.next</refentrytitle>\r
1276 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
1277 </refmeta>\r
1278 <refnamediv>\r
1279 <refname>text.next</refname>\r
1280 <refpurpose>FIXME:</refpurpose>\r
1281 </refnamediv>\r
1282 \r
1283 <refsynopsisdiv>\r
1284 <programlisting xml:id="text.next.frag">\r
1285 &lt;xsl:param name="text.next"&gt;Next&lt;/xsl:param&gt;\r
1286 </programlisting>\r
1287 </refsynopsisdiv>\r
1288 \r
1289 <refsection><info><title>Description</title></info>\r
1290 \r
1291 <para>FIXME:</para>\r
1292 \r
1293 </refsection>\r
1294 </refentry>\r
1295 \r
1296 \r
1297 \r
1298 </reference>\r
1299 <appendix xml:id="styleheet"><title>The Stylesheet</title>\r
1300 \r
1301 <para>The <filename>param.xsl</filename> stylesheet is just a wrapper\r
1302 around all these parameters.</para>\r
1303 \r
1304 <programlisting xml:id="top">\r
1305 \r
1306 &lt;!-- This file is generated from param.xweb --&gt;\r
1307 \r
1308 &lt;xsl:stylesheet exclude-result-prefixes="src" version="1.0"&gt;\r
1309 \r
1310 &lt;!-- ********************************************************************\r
1311      $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $\r
1312      ********************************************************************\r
1313 \r
1314      This file is part of the DocBook Slides Stylesheet distribution.\r
1315      See ../README or http://docbook.sf.net/release/xsl/current/ for\r
1316      copyright and other information.\r
1317 \r
1318      ******************************************************************** --&gt;\r
1319 \r
1320 &lt;src:fragref linkend="active.toc.frag"&gt;&lt;/src:fragref&gt;\r
1321 &lt;src:fragref linkend="body.bg.color.frag"&gt;&lt;/src:fragref&gt;\r
1322 &lt;src:fragref linkend="bullet.image.frag"&gt;&lt;/src:fragref&gt;\r
1323 &lt;src:fragref linkend="css.stylesheet.frag"&gt;&lt;/src:fragref&gt;\r
1324 &lt;src:fragref linkend="css.stylesheet.dir.frag"&gt;&lt;/src:fragref&gt;\r
1325 &lt;src:fragref linkend="dynamic.toc.frag"&gt;&lt;/src:fragref&gt;\r
1326 &lt;src:fragref linkend="foilgroup.toc.frag"&gt;&lt;/src:fragref&gt;\r
1327 &lt;src:fragref linkend="graphics.dir.frag"&gt;&lt;/src:fragref&gt;\r
1328 &lt;src:fragref linkend="hidetoc.image.frag"&gt;&lt;/src:fragref&gt;\r
1329 &lt;src:fragref linkend="home.image.frag"&gt;&lt;/src:fragref&gt;\r
1330 &lt;src:fragref linkend="keyboard.nav.frag"&gt;&lt;/src:fragref&gt;\r
1331 &lt;src:fragref linkend="minus.image.frag"&gt;&lt;/src:fragref&gt;\r
1332 &lt;src:fragref linkend="multiframe.bottom.bgcolor.frag"&gt;&lt;/src:fragref&gt;\r
1333 &lt;src:fragref linkend="multiframe.frag"&gt;&lt;/src:fragref&gt;\r
1334 &lt;src:fragref linkend="multiframe.navigation.height.frag"&gt;&lt;/src:fragref&gt;\r
1335 &lt;src:fragref linkend="multiframe.top.bgcolor.frag"&gt;&lt;/src:fragref&gt;\r
1336 &lt;src:fragref linkend="nav.separator.frag"&gt;&lt;/src:fragref&gt;\r
1337 &lt;src:fragref linkend="next.image.frag"&gt;&lt;/src:fragref&gt;\r
1338 &lt;src:fragref linkend="no.home.image.frag"&gt;&lt;/src:fragref&gt;\r
1339 &lt;src:fragref linkend="no.next.image.frag"&gt;&lt;/src:fragref&gt;\r
1340 &lt;src:fragref linkend="no.prev.image.frag"&gt;&lt;/src:fragref&gt;\r
1341 &lt;src:fragref linkend="no.toc.image.frag"&gt;&lt;/src:fragref&gt;\r
1342 &lt;src:fragref linkend="no.up.image.frag"&gt;&lt;/src:fragref&gt;\r
1343 &lt;src:fragref linkend="output.indent.frag"&gt;&lt;/src:fragref&gt;\r
1344 &lt;src:fragref linkend="overlay.frag"&gt;&lt;/src:fragref&gt;\r
1345 &lt;src:fragref linkend="overlay.js.frag"&gt;&lt;/src:fragref&gt;\r
1346 &lt;src:fragref linkend="overlay.logo.frag"&gt;&lt;/src:fragref&gt;\r
1347 &lt;src:fragref linkend="plus.image.frag"&gt;&lt;/src:fragref&gt;\r
1348 &lt;src:fragref linkend="prev.image.frag"&gt;&lt;/src:fragref&gt;\r
1349 &lt;src:fragref linkend="script.dir.frag"&gt;&lt;/src:fragref&gt;\r
1350 &lt;src:fragref linkend="show.foil.number.frag"&gt;&lt;/src:fragref&gt;\r
1351 &lt;src:fragref linkend="showtoc.image.frag"&gt;&lt;/src:fragref&gt;\r
1352 &lt;src:fragref linkend="slides.js.frag"&gt;&lt;/src:fragref&gt;\r
1353 &lt;src:fragref linkend="text.home.frag"&gt;&lt;/src:fragref&gt;\r
1354 &lt;src:fragref linkend="text.next.frag"&gt;&lt;/src:fragref&gt;\r
1355 &lt;src:fragref linkend="text.prev.frag"&gt;&lt;/src:fragref&gt;\r
1356 &lt;src:fragref linkend="text.toc.frag"&gt;&lt;/src:fragref&gt;\r
1357 &lt;src:fragref linkend="text.up.frag"&gt;&lt;/src:fragref&gt;\r
1358 &lt;src:fragref linkend="titlefoil.html.frag"&gt;&lt;/src:fragref&gt;\r
1359 &lt;src:fragref linkend="toc.bg.color.frag"&gt;&lt;/src:fragref&gt;\r
1360 &lt;src:fragref linkend="toc.hide.show.frag"&gt;&lt;/src:fragref&gt;\r
1361 &lt;src:fragref linkend="toc.html.frag"&gt;&lt;/src:fragref&gt;\r
1362 &lt;src:fragref linkend="toc.image.frag"&gt;&lt;/src:fragref&gt;\r
1363 &lt;src:fragref linkend="toc.row.height.frag"&gt;&lt;/src:fragref&gt;\r
1364 &lt;src:fragref linkend="toc.width.frag"&gt;&lt;/src:fragref&gt;\r
1365 &lt;src:fragref linkend="ua.js.frag"&gt;&lt;/src:fragref&gt;\r
1366 &lt;src:fragref linkend="up.image.frag"&gt;&lt;/src:fragref&gt;\r
1367 &lt;src:fragref linkend="xbCollapsibleLists.js.frag"&gt;&lt;/src:fragref&gt;\r
1368 &lt;src:fragref linkend="xbDOM.js.frag"&gt;&lt;/src:fragref&gt;\r
1369 &lt;src:fragref linkend="xbStyle.js.frag"&gt;&lt;/src:fragref&gt;\r
1370 &lt;src:fragref linkend="xbLibrary.js.frag"&gt;&lt;/src:fragref&gt;\r
1371 \r
1372 &lt;/xsl:stylesheet&gt;\r
1373 </programlisting>\r
1374 \r
1375 </appendix>\r
1376 </book>\r