1 <?xml version="1.0" encoding="ASCII"?>
2 <book version="5.0" xml:id="slides">
4 <title>Slides HTML Parameter Reference</title>
5 <releaseinfo role="meta">
6 $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $
10 <surname>Walsh</surname>
11 <firstname>Norman</firstname>
16 <holder>Norman Walsh</holder>
19 <para>This is reference documentation for all user-configurable
20 parameters in the DocBook XSL Slides HTML stylesheet (for
21 generating HTML slide presentations). Note that the Slides
22 stylesheet for HTML output is a customization layer of the
23 DocBook XSL HTML stylesheet. Therefore, in addition to the
24 slides-specific parameters listed in this section, you can
25 also use a number of <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../html/">HTML
26 stylesheet parameters</link> to control Slides HTML
30 <reference xml:id="html">
31 <title>HTML: General Parameters</title>
32 <refentry version="5.0" xml:id="keyboard.nav">
34 <refentrytitle>keyboard.nav</refentrytitle>
35 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
38 <refname>keyboard.nav</refname>
39 <refpurpose>Enable keyboard navigation?</refpurpose>
43 <programlisting xml:id="keyboard.nav.frag">
44 <xsl:param name="keyboard.nav" select="1"></xsl:param>
48 <refsection><info><title>Description</title></info>
50 <para>If non-zero, JavaScript is added to the slides to enable keyboard
51 navigation. Pressing 'n', space, or return moves forward; pressing 'p' moves
57 <refentry version="5.0" xml:id="css.stylesheet">
59 <refentrytitle>css.stylesheet</refentrytitle>
60 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
63 <refname>css.stylesheet</refname>
64 <refpurpose>CSS stylesheet for slides</refpurpose>
68 <programlisting xml:id="css.stylesheet.frag">
69 <xsl:param name="css.stylesheet">slides.css</xsl:param>
73 <refsection><info><title>Description</title></info>
75 <para>Identifies the CSS stylesheet used by all the slides. This parameter
76 can be set in the source document with the <?dbhtml?> pseudo-attribute
77 <literal>css-stylesheet</literal>.</para>
82 <refentry version="5.0" xml:id="css.stylesheet.dir">
84 <refentrytitle>css.stylesheet.dir</refentrytitle>
85 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
88 <refname>css.stylesheet.dir</refname>
89 <refpurpose>Default directory for CSS stylesheets</refpurpose>
93 <programlisting xml:id="css.stylesheet.dir.frag">
94 <xsl:param name="css.stylesheet.dir"></xsl:param>
98 <refsection><info><title>Description</title></info>
100 <para>Identifies the default directory for the CSS stylesheet
101 generated on all the slides. This parameter can be set in the source
102 document with the <?dbhtml?> pseudo-attribute
103 <literal>css-stylesheet-dir</literal>.</para>
105 <para>If non-empty, this value is prepended to each of the stylesheets.
111 <refentry version="5.0" xml:id="titlefoil.html">
113 <refentrytitle>titlefoil.html</refentrytitle>
114 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
117 <refname>titlefoil.html</refname>
118 <refpurpose>Name of title foil HTML file</refpurpose>
122 <programlisting xml:id="titlefoil.html.frag">
123 <xsl:param name="titlefoil.html" select="concat('index', $html.ext)"></xsl:param>
127 <refsection><info><title>Description</title></info>
129 <para>Sets the filename used for the slides titlepage.</para>
134 <refentry version="5.0" xml:id="toc.html">
136 <refentrytitle>toc.html</refentrytitle>
137 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
140 <refname>toc.html</refname>
141 <refpurpose>Name of ToC HTML file</refpurpose>
145 <programlisting xml:id="toc.html.frag">
146 <xsl:param name="toc.html" select="concat('toc', $html.ext)"></xsl:param>
150 <refsection><info><title>Description</title></info>
152 <para>Sets the filename used for the table of contents page.</para>
157 <refentry version="5.0" xml:id="foilgroup.toc">
159 <refentrytitle>foilgroup.toc</refentrytitle>
160 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
163 <refname>foilgroup.toc</refname>
164 <refpurpose>Put ToC on foilgroup pages?</refpurpose>
168 <programlisting xml:id="foilgroup.toc.frag">
169 <xsl:param name="foilgroup.toc" select="1"></xsl:param>
173 <refsection><info><title>Description</title></info>
175 <para>If non-zero, a ToC will be placed on foilgroup pages (after any
182 <refentry version="5.0" xml:id="output.indent">
184 <refentrytitle>output.indent</refentrytitle>
185 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
186 <refmiscinfo class="other" otherclass="value">no</refmiscinfo>
187 <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>
190 <refname>output.indent</refname>
191 <refpurpose>Indent output?</refpurpose>
195 <programlisting xml:id="output.indent.frag">
196 <xsl:param name="output.indent">no</xsl:param>
200 <refsection><info><title>Description</title></info>
202 <para>Specifies the setting of the <parameter>indent</parameter>
203 parameter on the HTML slides. For more information, see the discussion
204 of the <tag>xsl:output</tag> element in the XSLT specification.</para>
205 <para>Select from <literal>yes</literal> or <literal>no</literal>.</para>
210 <refentry version="5.0" xml:id="overlay">
212 <refentrytitle>overlay</refentrytitle>
213 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
216 <refname>overlay</refname>
217 <refpurpose>Overlay footer navigation?</refpurpose>
221 <programlisting xml:id="overlay.frag">
222 <xsl:param name="overlay" select="0"></xsl:param>
226 <refsection><info><title>Description</title></info>
228 <para>If non-zero, JavaScript is added to the slides to make the
229 bottom navigation appear at the bottom of each page. This option and
230 <link linkend="multiframe">multiframe</link> are mutually exclusive.</para>
232 <para>If this parameter is zero, the bottom navigation simply appears
233 below the content of each slide.</para>
238 <refentry version="5.0" xml:id="show.foil.number">
240 <refentrytitle>show.foil.number</refentrytitle>
241 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
244 <refname>show.foil.number</refname>
245 <refpurpose>Show foil number on each foil?</refpurpose>
249 <programlisting xml:id="show.foil.number.frag">
250 <xsl:param name="show.foil.number" select="0"></xsl:param>
254 <refsection><info><title>Description</title></info>
256 <para>If non-zero, on each slide there will be its number. Currently
257 not supported in all output formats.</para>
263 <reference xml:id="frames">
264 <title>HTML: Frames Parameters</title>
265 <refentry version="5.0" xml:id="nav.separator">
267 <refentrytitle>nav.separator</refentrytitle>
268 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
271 <refname>nav.separator</refname>
272 <refpurpose>Output separator between navigation and body?</refpurpose>
276 <programlisting xml:id="nav.separator.frag">
277 <xsl:param name="nav.separator" select="1"></xsl:param>
281 <refsection><info><title>Description</title></info>
283 <para>If non-zero, a separator (<literal><HR></literal>) is
284 added between the navigation links and the content of each slide.</para>
289 <refentry version="5.0" xml:id="toc.row.height">
291 <refentrytitle>toc.row.height</refentrytitle>
292 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
295 <refname>toc.row.height</refname>
296 <refpurpose>Height of ToC rows in dynamic ToCs</refpurpose>
300 <programlisting xml:id="toc.row.height.frag">
301 <xsl:param name="toc.row.height">22</xsl:param>
305 <refsection><info><title>Description</title></info>
307 <para>This parameter specifies the height of each row in the table of
308 contents. This is only applicable if a <link linkend="dynamic.toc">dynamic ToC</link> is used. You may want to
309 adjust this parameter for optimal appearance with the font and image
310 sizes selected by your <link linkend="css.stylesheet">CSS
317 <refentry version="5.0" xml:id="toc.bg.color">
319 <refentrytitle>toc.bg.color</refentrytitle>
320 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
323 <refname>toc.bg.color</refname>
324 <refpurpose>Background color for ToC frame</refpurpose>
328 <programlisting xml:id="toc.bg.color.frag">
329 <xsl:param name="toc.bg.color">#FFFFFF</xsl:param>
333 <refsection><info><title>Description</title></info>
335 <para>Specifies the background color used in the ToC frame.</para>
340 <refentry version="5.0" xml:id="body.bg.color">
342 <refentrytitle>body.bg.color</refentrytitle>
343 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
346 <refname>body.bg.color</refname>
347 <refpurpose>Background color for body frame</refpurpose>
351 <programlisting xml:id="body.bg.color.frag">
352 <xsl:param name="body.bg.color">#FFFFFF</xsl:param>
356 <refsection><info><title>Description</title></info>
358 <para>Specifies the background color used in the body column of
359 tabular slides.</para>
364 <refentry version="5.0" xml:id="toc.width">
366 <refentrytitle>toc.width</refentrytitle>
367 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
370 <refname>toc.width</refname>
371 <refpurpose>Width of ToC frame</refpurpose>
375 <programlisting xml:id="toc.width.frag">
376 <xsl:param name="toc.width">250</xsl:param>
377 <!-- Presumably in pixels? -->
381 <refsection><info><title>Description</title></info>
383 <para>Specifies the width of the ToC frame in pixels.</para>
388 <refentry version="5.0" xml:id="toc.hide.show">
390 <refentrytitle>toc.hide.show</refentrytitle>
391 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
394 <refname>toc.hide.show</refname>
395 <refpurpose>Enable hide/show button for ToC frame</refpurpose>
399 <programlisting xml:id="toc.hide.show.frag">
400 <xsl:param name="toc.hide.show" select="0"></xsl:param>
404 <refsection><info><title>Description</title></info>
406 <para>If non-zero, JavaScript (and an additional icon, see
407 <link linkend="hidetoc.image">hidetoc.image</link> and
408 <link linkend="hidetoc.image">showtoc.image</link>) is added to each slide
409 to allow the ToC panel to be <quote>toggled</quote> on each panel.</para>
411 <note><para>There is a bug in Mozilla 1.0 (at least as of CR3) that causes
412 the browser to reload the titlepage when this feature is used.</para></note>
417 <refentry version="5.0" xml:id="dynamic.toc">
419 <refentrytitle>dynamic.toc</refentrytitle>
420 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
423 <refname>dynamic.toc</refname>
424 <refpurpose>Dynamic ToCs?</refpurpose>
428 <programlisting xml:id="dynamic.toc.frag">
429 <xsl:param name="dynamic.toc" select="0"></xsl:param>
433 <refsection><info><title>Description</title></info>
435 <para>If non-zero, JavaScript is used to make the ToC panel <quote>dynamic</quote>.
436 In a dynamic ToC, each section in the ToC can be expanded and collapsed by
437 clicking on the appropriate image.</para>
442 <refentry version="5.0" xml:id="active.toc">
444 <refentrytitle>active.toc</refentrytitle>
445 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
448 <refname>active.toc</refname>
449 <refpurpose>Active ToCs?</refpurpose>
453 <programlisting xml:id="active.toc.frag">
454 <xsl:param name="active.toc" select="0"></xsl:param>
458 <refsection><info><title>Description</title></info>
460 <para>If non-zero, JavaScript is used to keep the ToC and the current slide
461 <quote>in sync</quote>. That is, each time the slide changes, the corresponding
462 ToC entry will be underlined.</para>
467 <refentry version="5.0" xml:id="overlay.logo">
469 <refentrytitle>overlay.logo</refentrytitle>
470 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
473 <refname>overlay.logo</refname>
474 <refpurpose>Logo to overlay on ToC frame</refpurpose>
478 <programlisting xml:id="overlay.logo.frag">
479 <xsl:param name="overlay.logo">http://docbook.sourceforge.net/release/buttons/slides-1.png</xsl:param>
483 <refsection><info><title>Description</title></info>
485 <para>If this URI is non-empty, JavaScript is used to overlay the
486 specified image on the ToC frame.</para>
491 <refentry version="5.0" xml:id="multiframe">
493 <refentrytitle>multiframe</refentrytitle>
494 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
497 <refname>multiframe</refname>
498 <refpurpose>Use multiple frames for slide bodies?</refpurpose>
502 <programlisting xml:id="multiframe.frag">
503 <xsl:param name="multiframe" select="0"></xsl:param>
507 <refsection><info><title>Description</title></info>
509 <para>If non-zero, multiple frames are used for the body of each
510 slide. This is one way of forcing the slide navigation elements to
511 appear in constant locations. The other way is with <link linkend="overlay">overlays</link>. The <link linkend="overlay"><parameter>overlay</parameter></link> and
512 <parameter>multiframe</parameter> parameters are mutually
518 <refentry version="5.0" xml:id="multiframe.top.bgcolor">
520 <refentrytitle>multiframe.top.bgcolor</refentrytitle>
521 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
524 <refname>multiframe.top.bgcolor</refname>
525 <refpurpose>Background color for top navigation frame</refpurpose>
529 <programlisting xml:id="multiframe.top.bgcolor.frag">
530 <xsl:param name="multiframe.top.bgcolor">white</xsl:param>
534 <refsection><info><title>Description</title></info>
536 <para>Specifies the background color of the top navigation frame when
537 <link linkend="multiframe">multiframe</link> is enabled.</para>
542 <refentry version="5.0" xml:id="multiframe.bottom.bgcolor">
544 <refentrytitle>multiframe.bottom.bgcolor</refentrytitle>
545 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
548 <refname>multiframe.bottom.bgcolor</refname>
549 <refpurpose>Background color for bottom navigation frame</refpurpose>
553 <programlisting xml:id="multiframe.bottom.bgcolor.frag">
554 <xsl:param name="multiframe.bottom.bgcolor">white</xsl:param>
558 <refsection><info><title>Description</title></info>
560 <para>Specifies the background color of the bottom navigation frame when
561 <link linkend="multiframe">multiframe</link> is enabled.</para>
566 <refentry version="5.0" xml:id="multiframe.navigation.height">
568 <refentrytitle>multiframe.navigation.height</refentrytitle>
569 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
572 <refname>multiframe.navigation.height</refname>
573 <refpurpose>Height of navigation frames</refpurpose>
577 <programlisting xml:id="multiframe.navigation.height.frag">
578 <xsl:param name="multiframe.navigation.height">40</xsl:param>
582 <refsection><info><title>Description</title></info>
584 <para>Specifies the height of the navigation frames in pixels when
585 <link linkend="multiframe">multiframe</link> is enabled.</para>
591 <reference xml:id="graphics">
592 <title>HTML: Graphics Parameters</title>
593 <refentry version="5.0" xml:id="graphics.dir">
595 <refentrytitle>graphics.dir</refentrytitle>
596 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
599 <refname>graphics.dir</refname>
600 <refpurpose>Graphics directory</refpurpose>
604 <programlisting xml:id="graphics.dir.frag">
605 <xsl:param name="graphics.dir"></xsl:param>
609 <refsection><info><title>Description</title></info>
611 <para>Identifies the graphics directory for the navigation components
612 generated on all the slides. This parameter can be set in the source
613 document with the <?dbhtml?> pseudo-attribute
614 <literal>graphics-dir</literal>.</para>
616 <para>If non-empty, this value is prepended to each of the graphic
622 <refentry version="5.0" xml:id="bullet.image">
624 <refentrytitle>bullet.image</refentrytitle>
625 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
628 <refname>bullet.image</refname>
629 <refpurpose>Bullet image</refpurpose>
633 <programlisting xml:id="bullet.image.frag">
634 <xsl:param name="bullet.image">toc/bullet.png</xsl:param>
638 <refsection><info><title>Description</title></info>
640 <para>Specifies the filename of the bullet image used for foils in the
646 <refentry version="5.0" xml:id="next.image">
648 <refentrytitle>next.image</refentrytitle>
649 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
652 <refname>next.image</refname>
653 <refpurpose>Right-arrow image</refpurpose>
657 <programlisting xml:id="next.image.frag">
658 <xsl:param name="next.image">active/nav-next.png</xsl:param>
662 <refsection><info><title>Description</title></info>
664 <para>Specifies the filename of the right-pointing navigation arrow.</para>
669 <refentry version="5.0" xml:id="prev.image">
671 <refentrytitle>prev.image</refentrytitle>
672 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
675 <refname>prev.image</refname>
676 <refpurpose>Left-arrow image</refpurpose>
680 <programlisting xml:id="prev.image.frag">
681 <xsl:param name="prev.image">active/nav-prev.png</xsl:param>
685 <refsection><info><title>Description</title></info>
687 <para>Specifies the filename of the left-pointing navigation arrow.</para>
692 <refentry version="5.0" xml:id="up.image">
694 <refentrytitle>up.image</refentrytitle>
695 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
698 <refname>up.image</refname>
699 <refpurpose>Up-arrow image</refpurpose>
703 <programlisting xml:id="up.image.frag">
704 <xsl:param name="up.image">active/nav-up.png</xsl:param>
708 <refsection><info><title>Description</title></info>
710 <para>Specifies the filename of the upward-pointing navigation arrow.</para>
715 <refentry version="5.0" xml:id="home.image">
717 <refentrytitle>home.image</refentrytitle>
718 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
721 <refname>home.image</refname>
722 <refpurpose>Home image</refpurpose>
726 <programlisting xml:id="home.image.frag">
727 <xsl:param name="home.image">active/nav-home.png</xsl:param>
731 <refsection><info><title>Description</title></info>
733 <para>Specifies the filename of the home navigation icon.</para>
738 <refentry version="5.0" xml:id="toc.image">
740 <refentrytitle>toc.image</refentrytitle>
741 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
744 <refname>toc.image</refname>
745 <refpurpose>ToC image</refpurpose>
749 <programlisting xml:id="toc.image.frag">
750 <xsl:param name="toc.image">active/nav-toc.png</xsl:param>
754 <refsection><info><title>Description</title></info>
756 <para>Specifies the filename of the ToC navigation icon.</para>
762 <refentry version="5.0" xml:id="no.next.image">
764 <refentrytitle>no.next.image</refentrytitle>
765 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
768 <refname>no.next.image</refname>
769 <refpurpose>Inactive right-arrow image</refpurpose>
773 <programlisting xml:id="no.next.image.frag">
774 <xsl:param name="no.next.image">inactive/nav-next.png</xsl:param>
778 <refsection><info><title>Description</title></info>
780 <para>Specifies the filename of the inactive right-pointing navigation arrow.</para>
785 <refentry version="5.0" xml:id="no.prev.image">
787 <refentrytitle>no.prev.image</refentrytitle>
788 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
791 <refname>no.prev.image</refname>
792 <refpurpose>Inactive left-arrow image</refpurpose>
796 <programlisting xml:id="no.prev.image.frag">
797 <xsl:param name="no.prev.image">inactive/nav-prev.png</xsl:param>
801 <refsection><info><title>Description</title></info>
803 <para>Specifies the filename of the inactive left-pointing navigation arrow.</para>
808 <refentry version="5.0" xml:id="no.up.image">
810 <refentrytitle>no.up.image</refentrytitle>
811 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
814 <refname>no.up.image</refname>
815 <refpurpose>Inactive up-arrow image</refpurpose>
819 <programlisting xml:id="no.up.image.frag">
820 <xsl:param name="no.up.image">inactive/nav-up.png</xsl:param>
824 <refsection><info><title>Description</title></info>
826 <para>Specifies the filename of the inactive upward-pointing navigation arrow.</para>
831 <refentry version="5.0" xml:id="no.home.image">
833 <refentrytitle>no.home.image</refentrytitle>
834 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
837 <refname>no.home.image</refname>
838 <refpurpose>Inactive home image</refpurpose>
842 <programlisting xml:id="no.home.image.frag">
843 <xsl:param name="no.home.image">inactive/nav-home.png</xsl:param>
847 <refsection><info><title>Description</title></info>
849 <para>Specifies the filename of the inactive home navigation icon.</para>
854 <refentry version="5.0" xml:id="no.toc.image">
856 <refentrytitle>no.toc.image</refentrytitle>
857 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
860 <refname>no.toc.image</refname>
861 <refpurpose>Inactive ToC image</refpurpose>
865 <programlisting xml:id="no.toc.image.frag">
866 <xsl:param name="no.toc.image">inactive/nav-toc.png</xsl:param>
870 <refsection><info><title>Description</title></info>
872 <para>Specifies the filename of the inactive ToC navigation icon.</para>
878 <refentry version="5.0" xml:id="plus.image">
880 <refentrytitle>plus.image</refentrytitle>
881 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
884 <refname>plus.image</refname>
885 <refpurpose>Plus image</refpurpose>
889 <programlisting xml:id="plus.image.frag">
890 <xsl:param name="plus.image">toc/closed.png</xsl:param>
894 <refsection><info><title>Description</title></info>
896 <para>Specifies the filename of the <quote>plus</quote> image; the image used in a
897 <link linkend="dynamic.toc">dynamic ToC</link> to indicate that a section
898 can be expanded.</para>
903 <refentry version="5.0" xml:id="minus.image">
905 <refentrytitle>minus.image</refentrytitle>
906 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
909 <refname>minus.image</refname>
910 <refpurpose>Minus image</refpurpose>
914 <programlisting xml:id="minus.image.frag">
915 <xsl:param name="minus.image">toc/open.png</xsl:param>
919 <refsection><info><title>Description</title></info>
921 <para>Specifies the filename of the <quote>minus</quote> image; the image used in a
922 <link linkend="dynamic.toc">dynamic ToC</link> to indicate that a section
923 can be collapsed.</para>
928 <refentry version="5.0" xml:id="hidetoc.image">
930 <refentrytitle>hidetoc.image</refentrytitle>
931 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
934 <refname>hidetoc.image</refname>
935 <refpurpose>Hide ToC image</refpurpose>
939 <programlisting xml:id="hidetoc.image.frag">
940 <xsl:param name="hidetoc.image">hidetoc.gif</xsl:param>
944 <refsection><info><title>Description</title></info>
946 <para>Specifies the filename of the <quote>hide ToC</quote> image. This is used
947 when the <link linkend="toc.hide.show">ToC hide/show</link> parameter is
953 <refentry version="5.0" xml:id="showtoc.image">
955 <refentrytitle>showtoc.image</refentrytitle>
956 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
959 <refname>showtoc.image</refname>
960 <refpurpose>Show ToC image</refpurpose>
964 <programlisting xml:id="showtoc.image.frag">
965 <xsl:param name="showtoc.image">showtoc.gif</xsl:param>
969 <refsection><info><title>Description</title></info>
971 <para>Specifies the filename of the <quote>show ToC</quote> image. This is used
972 when the <link linkend="toc.hide.show">ToC hide/show</link> parameter is
979 <reference xml:id="javascript">
980 <title>HTML: JavaScript Parameters</title>
981 <refentry version="5.0" xml:id="script.dir">
983 <refentrytitle>script.dir</refentrytitle>
984 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
987 <refname>script.dir</refname>
988 <refpurpose>Script directory</refpurpose>
992 <programlisting xml:id="script.dir.frag">
993 <xsl:param name="script.dir"></xsl:param>
997 <refsection><info><title>Description</title></info>
999 <para>Identifies the JavaScript source directory for the slides.
1000 This parameter can be set in the source
1001 document with the <?dbhtml?> pseudo-attribute
1002 <literal>script-dir</literal>.</para>
1004 <para>If non-empty, this value is prepended to each of the JavaScript files.
1010 <refentry version="5.0" xml:id="ua.js">
1012 <refentrytitle>ua.js</refentrytitle>
1013 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1016 <refname>ua.js</refname>
1017 <refpurpose>UA JavaScript file</refpurpose>
1021 <programlisting xml:id="ua.js.frag">
1022 <xsl:param name="ua.js">ua.js</xsl:param>
1026 <refsection><info><title>Description</title></info>
1028 <para>Specifies the filename of the UA JavaScript file. It's unlikely
1029 that you will ever need to change this parameter.</para>
1034 <refentry version="5.0" xml:id="xbDOM.js">
1036 <refentrytitle>xbDOM.js</refentrytitle>
1037 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1040 <refname>xbDOM.js</refname>
1041 <refpurpose>xbDOM JavaScript file</refpurpose>
1045 <programlisting xml:id="xbDOM.js.frag">
1046 <xsl:param name="xbDOM.js">xbDOM.js</xsl:param>
1050 <refsection><info><title>Description</title></info>
1052 <para>Specifies the filename of the xbDOM JavaScript file. It's unlikely
1053 that you will ever need to change this parameter.</para>
1058 <refentry version="5.0" xml:id="xbStyle.js">
1060 <refentrytitle>xbStyle.js</refentrytitle>
1061 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1064 <refname>xbStyle.js</refname>
1065 <refpurpose>xbStyle JavaScript file</refpurpose>
1069 <programlisting xml:id="xbStyle.js.frag">
1070 <xsl:param name="xbStyle.js">xbStyle.js</xsl:param>
1074 <refsection><info><title>Description</title></info>
1076 <para>Specifies the filename of the xbStyle JavaScript file. It's unlikely
1077 that you will ever need to change this parameter.</para>
1082 <refentry version="5.0" xml:id="xbLibrary.js">
1084 <refentrytitle>xbLibrary.js</refentrytitle>
1085 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1088 <refname>xbLibrary.js</refname>
1089 <refpurpose>xbLibrary JavaScript file</refpurpose>
1093 <programlisting xml:id="xbLibrary.js.frag">
1094 <xsl:param name="xbLibrary.js">xbLibrary.js</xsl:param>
1098 <refsection><info><title>Description</title></info>
1100 <para>Specifies the filename of the xbLibrary JavaScript file. It's unlikely
1101 that you will ever need to change this parameter.</para>
1106 <refentry version="5.0" xml:id="xbCollapsibleLists.js">
1108 <refentrytitle>xbCollapsibleLists.js</refentrytitle>
1109 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1112 <refname>xbCollapsibleLists.js</refname>
1113 <refpurpose>xbCollapsibleLists JavaScript file</refpurpose>
1117 <programlisting xml:id="xbCollapsibleLists.js.frag">
1118 <xsl:param name="xbCollapsibleLists.js">xbCollapsibleLists.js</xsl:param>
1122 <refsection><info><title>Description</title></info>
1124 <para>Specifies the filename of the xbCollapsibleLists JavaScript file. It's unlikely
1125 that you will ever need to change this parameter.</para>
1130 <refentry version="5.0" xml:id="overlay.js">
1132 <refentrytitle>overlay.js</refentrytitle>
1133 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1136 <refname>overlay.js</refname>
1137 <refpurpose>Overlay JavaScript file</refpurpose>
1141 <programlisting xml:id="overlay.js.frag">
1142 <xsl:param name="overlay.js">overlay.js</xsl:param>
1146 <refsection><info><title>Description</title></info>
1148 <para>Specifies the filename of the overlay JavaScript file. It's unlikely
1149 that you will ever need to change this parameter.</para>
1154 <refentry version="5.0" xml:id="slides.js">
1156 <refentrytitle>slides.js</refentrytitle>
1157 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1160 <refname>slides.js</refname>
1161 <refpurpose>Slides overlay file</refpurpose>
1165 <programlisting xml:id="slides.js.frag">
1166 <xsl:param name="slides.js">slides.js</xsl:param>
1170 <refsection><info><title>Description</title></info>
1172 <para>Specifies the filename of the slides JavaScript file. It's unlikely
1173 that you will ever need to change this parameter.</para>
1179 <reference xml:id="l10n">
1180 <title>HTML: Localization Parameters</title>
1181 <refentry version="5.0" xml:id="text.home">
1183 <refentrytitle>text.home</refentrytitle>
1184 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1187 <refname>text.home</refname>
1188 <refpurpose>Home</refpurpose>
1192 <programlisting xml:id="text.home.frag">
1193 <xsl:param name="text.home">Home</xsl:param>
1197 <refsection><info><title>Description</title></info>
1204 <refentry version="5.0" xml:id="text.toc">
1206 <refentrytitle>text.toc</refentrytitle>
1207 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1210 <refname>text.toc</refname>
1211 <refpurpose>FIXME:</refpurpose>
1215 <programlisting xml:id="text.toc.frag">
1216 <xsl:param name="text.toc">ToC</xsl:param>
1220 <refsection><info><title>Description</title></info>
1227 <refentry version="5.0" xml:id="text.prev">
1229 <refentrytitle>text.prev</refentrytitle>
1230 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1233 <refname>text.prev</refname>
1234 <refpurpose>FIXME:</refpurpose>
1238 <programlisting xml:id="text.prev.frag">
1239 <xsl:param name="text.prev">Prev</xsl:param>
1243 <refsection><info><title>Description</title></info>
1250 <refentry version="5.0" xml:id="text.up">
1252 <refentrytitle>text.up</refentrytitle>
1253 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1256 <refname>text.up</refname>
1257 <refpurpose>FIXME:</refpurpose>
1261 <programlisting xml:id="text.up.frag">
1262 <xsl:param name="text.up">Up</xsl:param>
1266 <refsection><info><title>Description</title></info>
1273 <refentry version="5.0" xml:id="text.next">
1275 <refentrytitle>text.next</refentrytitle>
1276 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1279 <refname>text.next</refname>
1280 <refpurpose>FIXME:</refpurpose>
1284 <programlisting xml:id="text.next.frag">
1285 <xsl:param name="text.next">Next</xsl:param>
1289 <refsection><info><title>Description</title></info>
1299 <appendix xml:id="styleheet"><title>The Stylesheet</title>
1301 <para>The <filename>param.xsl</filename> stylesheet is just a wrapper
1302 around all these parameters.</para>
1304 <programlisting xml:id="top">
1306 <!-- This file is generated from param.xweb -->
1308 <xsl:stylesheet exclude-result-prefixes="src" version="1.0">
1310 <!-- ********************************************************************
1311 $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $
1312 ********************************************************************
1314 This file is part of the DocBook Slides Stylesheet distribution.
1315 See ../README or http://docbook.sf.net/release/xsl/current/ for
1316 copyright and other information.
1318 ******************************************************************** -->
1320 <src:fragref linkend="active.toc.frag"></src:fragref>
1321 <src:fragref linkend="body.bg.color.frag"></src:fragref>
1322 <src:fragref linkend="bullet.image.frag"></src:fragref>
1323 <src:fragref linkend="css.stylesheet.frag"></src:fragref>
1324 <src:fragref linkend="css.stylesheet.dir.frag"></src:fragref>
1325 <src:fragref linkend="dynamic.toc.frag"></src:fragref>
1326 <src:fragref linkend="foilgroup.toc.frag"></src:fragref>
1327 <src:fragref linkend="graphics.dir.frag"></src:fragref>
1328 <src:fragref linkend="hidetoc.image.frag"></src:fragref>
1329 <src:fragref linkend="home.image.frag"></src:fragref>
1330 <src:fragref linkend="keyboard.nav.frag"></src:fragref>
1331 <src:fragref linkend="minus.image.frag"></src:fragref>
1332 <src:fragref linkend="multiframe.bottom.bgcolor.frag"></src:fragref>
1333 <src:fragref linkend="multiframe.frag"></src:fragref>
1334 <src:fragref linkend="multiframe.navigation.height.frag"></src:fragref>
1335 <src:fragref linkend="multiframe.top.bgcolor.frag"></src:fragref>
1336 <src:fragref linkend="nav.separator.frag"></src:fragref>
1337 <src:fragref linkend="next.image.frag"></src:fragref>
1338 <src:fragref linkend="no.home.image.frag"></src:fragref>
1339 <src:fragref linkend="no.next.image.frag"></src:fragref>
1340 <src:fragref linkend="no.prev.image.frag"></src:fragref>
1341 <src:fragref linkend="no.toc.image.frag"></src:fragref>
1342 <src:fragref linkend="no.up.image.frag"></src:fragref>
1343 <src:fragref linkend="output.indent.frag"></src:fragref>
1344 <src:fragref linkend="overlay.frag"></src:fragref>
1345 <src:fragref linkend="overlay.js.frag"></src:fragref>
1346 <src:fragref linkend="overlay.logo.frag"></src:fragref>
1347 <src:fragref linkend="plus.image.frag"></src:fragref>
1348 <src:fragref linkend="prev.image.frag"></src:fragref>
1349 <src:fragref linkend="script.dir.frag"></src:fragref>
1350 <src:fragref linkend="show.foil.number.frag"></src:fragref>
1351 <src:fragref linkend="showtoc.image.frag"></src:fragref>
1352 <src:fragref linkend="slides.js.frag"></src:fragref>
1353 <src:fragref linkend="text.home.frag"></src:fragref>
1354 <src:fragref linkend="text.next.frag"></src:fragref>
1355 <src:fragref linkend="text.prev.frag"></src:fragref>
1356 <src:fragref linkend="text.toc.frag"></src:fragref>
1357 <src:fragref linkend="text.up.frag"></src:fragref>
1358 <src:fragref linkend="titlefoil.html.frag"></src:fragref>
1359 <src:fragref linkend="toc.bg.color.frag"></src:fragref>
1360 <src:fragref linkend="toc.hide.show.frag"></src:fragref>
1361 <src:fragref linkend="toc.html.frag"></src:fragref>
1362 <src:fragref linkend="toc.image.frag"></src:fragref>
1363 <src:fragref linkend="toc.row.height.frag"></src:fragref>
1364 <src:fragref linkend="toc.width.frag"></src:fragref>
1365 <src:fragref linkend="ua.js.frag"></src:fragref>
1366 <src:fragref linkend="up.image.frag"></src:fragref>
1367 <src:fragref linkend="xbCollapsibleLists.js.frag"></src:fragref>
1368 <src:fragref linkend="xbDOM.js.frag"></src:fragref>
1369 <src:fragref linkend="xbStyle.js.frag"></src:fragref>
1370 <src:fragref linkend="xbLibrary.js.frag"></src:fragref>
1372 </xsl:stylesheet>