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

Revision 2525, 663 bytes checked in by chris, 3 years ago (diff)

Reference local copy of HTML stylesheets rather than online copy.

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="../xsl-generic/html/docbook.xsl"/> 
6
7<xsl:param name="html.stylesheet" select="'../bbdoc-man.css'"/>
8<xsl:param name="chunk.section.depth" select="'0'"/>
9<xsl:template name="user.header.content">
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.