source: trunk/Distribution/XSL/slides/xhtml/param.xsl

Last change on this file was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="US-ASCII"?>
2<!--This file was created automatically by html2xhtml-->
3<!--from the HTML stylesheets. Do not edit this file.-->
4<!-- This file is generated from param.xweb; do not edit this file! --><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="src" version="1.0">
5
6<!-- ********************************************************************
7 $Id: param.xweb,v 1.9 2005/06/17 08:38:11 xmldoc Exp $
8 ********************************************************************
9
10 This file is part of the DocBook Slides Stylesheet distribution.
11 See ../README or http://nwalsh.com/docbook/xsl/ for copyright
12 and other information.
13
14 ******************************************************************** -->
15
16<xsl:param name="active.toc" select="0"/>
17<xsl:param name="body.bg.color" select="'#FFFFFF'"/>
18<xsl:param name="bullet.image" select="'toc/bullet.png'"/>
19<xsl:param name="css.stylesheet" select="'slides.css'"/>
20<xsl:param name="css.stylesheet.dir" select="''"/>
21<xsl:param name="dynamic.toc" select="0"/>
22<xsl:param name="foilgroup.toc" select="1"/>
23<xsl:param name="graphics.dir" select="''"/>
24<xsl:param name="hidetoc.image" select="'hidetoc.gif'"/>
25<xsl:param name="home.image" select="'active/nav-home.png'"/>
26<xsl:param name="keyboard.nav" select="1"/>
27<xsl:param name="minus.image" select="'toc/open.png'"/>
28<xsl:param name="multiframe.bottom.bgcolor" select="'white'"/>
29<xsl:param name="multiframe" select="0"/>
30<xsl:param name="multiframe.navigation.height" select="40"/>
31<xsl:param name="multiframe.top.bgcolor" select="'white'"/>
32<xsl:param name="nav.separator" select="1"/>
33<xsl:param name="next.image" select="'active/nav-next.png'"/>
34<xsl:param name="no.home.image" select="'inactive/nav-home.png'"/>
35<xsl:param name="no.next.image" select="'inactive/nav-next.png'"/>
36<xsl:param name="no.prev.image" select="'inactive/nav-prev.png'"/>
37<xsl:param name="no.toc.image" select="'inactive/nav-toc.png'"/>
38<xsl:param name="no.up.image" select="'inactive/nav-up.png'"/>
39<xsl:param name="output.indent" select="'no'"/>
40<xsl:param name="overlay" select="0"/>
41<xsl:param name="overlay.js" select="'overlay.js'"/>
42<xsl:param name="overlay.logo" select="'http://docbook.sourceforge.net/release/buttons/slides-1.png'"/>
43<xsl:param name="plus.image" select="'toc/closed.png'"/>
44<xsl:param name="prev.image" select="'active/nav-prev.png'"/>
45<xsl:param name="script.dir" select="''"/>
46<xsl:param name="show.foil.number" select="0"/>
47<xsl:param name="showtoc.image" select="'showtoc.gif'"/>
48<xsl:param name="slides.js" select="'slides.js'"/>
49<xsl:param name="text.home" select="'Home'"/>
50<xsl:param name="text.next" select="'Next'"/>
51<xsl:param name="text.prev" select="'Prev'"/>
52<xsl:param name="text.toc" select="'ToC'"/>
53<xsl:param name="text.up" select="'Up'"/>
54<xsl:param name="titlefoil.html" select="concat('index', $html.ext)"/>
55<xsl:param name="toc.bg.color" select="'#FFFFFF'"/>
56<xsl:param name="toc.hide.show" select="0"/>
57<xsl:param name="toc.html" select="concat('toc', $html.ext)"/>
58<xsl:param name="toc.image" select="'active/nav-toc.png'"/>
59<xsl:param name="toc.row.height" select="22"/>
60<xsl:param name="toc.width" select="250"/>
61<xsl:param name="ua.js" select="'ua.js'"/>
62<xsl:param name="up.image" select="'active/nav-up.png'"/>
63<xsl:param name="xbCollapsibleLists.js" select="'xbCollapsibleLists.js'"/>
64<xsl:param name="xbDOM.js" select="'xbDOM.js'"/>
65<xsl:param name="xbStyle.js" select="'xbStyle.js'"/>
66<xsl:param name="xbLibrary.js" select="'xbLibrary.js'"/>
67
68</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.