~ubuntu-branches/ubuntu/dapper/kubuntu-docs/dapper-updates

« back to all changes in this revision

Viewing changes to libs/libs/gnome-ubuntu.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-02-15 20:55:55 UTC
  • Revision ID: james.westby@ubuntu.com-20060215205555-c4if7xcvdtir9lcf
Tags: 6.04-5
New snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 
3
        <!-- Imports -->
 
4
        <!--<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/current/html/profile-chunk.xsl"/>-->
 
5
        <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/profile-chunk.xsl"/>
 
6
        <xsl:include href="html-cust.xsl"/>
 
7
        <xsl:include href="common-cust.xsl"/>
 
8
        
 
9
        <!--Admon Graphics-->
 
10
        <xsl:param name="navig.graphics" select="1"/>
 
11
        <xsl:param name="navig.graphics.path" select="'../../images/navig/'"/>
 
12
        <xsl:param name="navig.graphics.extension" select="'.gif'"/> 
 
13
        <xsl:param name="navig.showtitles" select="1"/>
 
14
        
 
15
        <!--Admon Graphics--> 
 
16
        <xsl:param name="admon.graphics" select="1"/>
 
17
        <xsl:param name="admon.textlabel" select="0"/>
 
18
        <xsl:param name="admon.graphics.path" select="'../../images/admon/'"/>
 
19
        <xsl:param name="admon.graphics.extension" select="'.png'"/>
 
20
        
 
21
        <!-- Callout Graphics -->
 
22
        <xsl:param name="callout.unicode" select="1"/>
 
23
        <xsl:param name="callout.graphics" select="0"/>
 
24
        <xsl:param name="callout.graphics.path" select="'../../images/callouts/'"/>
 
25
        <xsl:param name="callout.graphics.extension" select="'.png'"/>
 
26
        
 
27
</xsl:stylesheet>