source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/website/param.xsl@ c158fe6

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since c158fe6 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

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

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<?xml version="1.0"?>
2<!-- This file is generated from param.xweb -->
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
4
5<!-- ********************************************************************
6 $Id: param.xweb 9130 2011-10-11 08:05:37Z dpawson $
7 ********************************************************************
8
9 This file is part of the DocBook XSL Stylesheets distribution.
10 See ../README or http://docbook.sf.net/release/xsl/current/ for
11 copyright and other information.
12
13 ******************************************************************** -->
14
15<xsl:param name="autolayout-file">autolayout.xml</xsl:param>
16<xsl:param name="header.hr" select="1"/>
17<xsl:param name="footer.hr" select="1"/>
18<xsl:param name="feedback.href"/>
19<xsl:param name="feedback.with.ids" select="0"/>
20<xsl:param name="feedback.link.text">Feedback</xsl:param>
21<xsl:param name="filename-prefix"/>
22<xsl:param name="output-root">.</xsl:param>
23 <xsl:param name="dry-run" select="0"/>
24
25<xsl:param name="rebuild-all" select="0"/>
26<xsl:param name="nav.table.summary">Navigation</xsl:param>
27<xsl:param name="navtocwidth">220</xsl:param>
28<xsl:param name="navbodywidth"/>
29<xsl:param name="textbgcolor">white</xsl:param>
30<xsl:param name="navbgcolor">#4080FF</xsl:param>
31<xsl:param name="toc.spacer.graphic" select="1"/>
32<xsl:param name="toc.spacer.text">   </xsl:param>
33<xsl:param name="toc.spacer.image">graphics/blank.gif</xsl:param>
34<xsl:param name="toc.pointer.graphic" select="1"/>
35<xsl:param name="toc.pointer.text"> &gt; </xsl:param>
36<xsl:param name="toc.pointer.image">graphics/arrow.gif</xsl:param>
37<xsl:param name="toc.blank.graphic" select="1"/>
38<xsl:param name="toc.blank.text">   </xsl:param>
39<xsl:param name="toc.blank.image">graphics/blank.gif</xsl:param>
40<xsl:param name="suppress.homepage.title" select="1"/>
41<xsl:attribute-set name="body.attributes">
42 <xsl:attribute name="bgcolor">white</xsl:attribute>
43 <xsl:attribute name="text">black</xsl:attribute>
44 <xsl:attribute name="link">#0000FF</xsl:attribute>
45 <xsl:attribute name="vlink">#840084</xsl:attribute>
46 <xsl:attribute name="alink">#0000FF</xsl:attribute>
47</xsl:attribute-set>
48<xsl:param name="sequential.links" select="0"/>
49<xsl:param name="currentpage.marker">@</xsl:param>
50<xsl:param name="banner.before.navigation" select="1"/>
51<xsl:param name="table.spacer.image">graphics/spacer.gif</xsl:param>
52
53</xsl:stylesheet>
54
Note: See TracBrowser for help on using the repository browser.