summaryrefslogtreecommitdiff
path: root/documentation/boxbackup/bb-book.xsl
diff options
context:
space:
mode:
authorPer Reedtz Thomsen <pthomsen@reedtz.com>2006-03-30 21:04:14 +0000
committerPer Reedtz Thomsen <pthomsen@reedtz.com>2006-03-30 21:04:14 +0000
commit2b4c86b2700d20a4c1734e86f5133a2ab4acc351 (patch)
treeb72505de8371764e401508605f9f60f6a3f7ebca /documentation/boxbackup/bb-book.xsl
parent70504e42d2d79c40054d8aa6cb7d4337a3a73207 (diff)
Changed bb-book.xsl to point to the correct places in the directory structure.
Admin Guide now contains all exception codes. See below. generate_except_xml.pl generates a DocBook Appendix with all exceptions from ExceptionCodes.txt. That is then included in the Admin Guide. Makefile updated to generate ExceptionCodes.xml, and the dockit.
Diffstat (limited to 'documentation/boxbackup/bb-book.xsl')
-rw-r--r--documentation/boxbackup/bb-book.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/boxbackup/bb-book.xsl b/documentation/boxbackup/bb-book.xsl
index 183c74aa..7f6eb757 100644
--- a/documentation/boxbackup/bb-book.xsl
+++ b/documentation/boxbackup/bb-book.xsl
@@ -4,12 +4,12 @@
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
-<xsl:param name="html.stylesheet" select="'bbdoc.css'"/>
+<xsl:param name="html.stylesheet" select="'../html/bbdoc.css'"/>
<xsl:param name="chunk.section.depth" select="'0'"/>
<xsl:template name="user.header.navigation">
<div id="header">
<div id="logo">
-<img src="images/bblogo.png" alt="logo" height="65" width="331" border="0" vspace="5" align="middle" /> <img src="images/stepahead.png" alt="a step ahead in data security" width="182" height="11" hspace="10" vspace="20" border="0" align="middle" /></div>
+<img src="../html/images/bblogo.png" alt="logo" height="65" width="331" border="0" vspace="5" align="middle" /> <img src="../html/images/stepahead.png" alt="a step ahead in data security" width="182" height="11" hspace="10" vspace="20" border="0" align="middle" /></div>
</div>
</xsl:template>