summaryrefslogtreecommitdiff
path: root/documentation/bb-nochunk-book.xsl
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-01-20 23:33:56 +0000
committerChris Wilson <chris+github@qwirx.com>2008-01-20 23:33:56 +0000
commit9302aee7c0e1b64d395b19602fe497b2816c6013 (patch)
tree0d42cb12ccd6b55cf03663a030df035627420fdc /documentation/bb-nochunk-book.xsl
parent36b1955f36f90bd4a8fb5195dcf62611571c1fdf (diff)
Move documentation/boxbackup to documentation, part 3
Diffstat (limited to 'documentation/bb-nochunk-book.xsl')
-rw-r--r--documentation/bb-nochunk-book.xsl17
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/bb-nochunk-book.xsl b/documentation/bb-nochunk-book.xsl
new file mode 100644
index 00000000..86574122
--- /dev/null
+++ b/documentation/bb-nochunk-book.xsl
@@ -0,0 +1,17 @@
+<?xml version='1.0'?>
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+
+<xsl:param name="html.stylesheet" select="'../bbdoc-man.css'"/>
+<xsl:param name="chunk.section.depth" select="'0'"/>
+<xsl:template name="user.header.content">
+<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>
+</div>
+</xsl:template>
+
+
+</xsl:stylesheet>