source: box/trunk/docs/docbook/bb-book.xsl @ 2474

Revision 2474, 696 bytes checked in by chris, 3 years ago (diff)

Reorganise docs in trunk to match distribution layout, which is cleaner,
and makes Makefile work on distributions and trunk equally.

Line 
1<?xml version='1.0'?> 
2<xsl:stylesheet 
3    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 
4
5<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/> 
6
7<xsl:param name="html.stylesheet" select="'../bbdoc.css'"/>
8<xsl:param name="chunk.section.depth" select="'0'"/>
9<xsl:template name="user.header.navigation">
10<div id="header">
11<div id="logo">
12<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>
13</div>
14</xsl:template>
15
16
17</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.