]> granicus.if.org Git - docbook-dsssl/commitdiff
webhelp xsl customization - logo
authorKasun Gajasinghe <kasunbg@gmail.com>
Sat, 1 Oct 2011 06:01:59 +0000 (06:01 +0000)
committerKasun Gajasinghe <kasunbg@gmail.com>
Sat, 1 Oct 2011 06:01:59 +0000 (06:01 +0000)
xsl/webhelp/build.properties
xsl/webhelp/build.xml
xsl/webhelp/template/common/css/positioning.css
xsl/webhelp/xsl/webhelp.xsl

index a664a723df6dbe0bf9fb1ed4d0f4dcb7403a3aa0..855494ca0d70ca9cd473cb8550f5be627abea8cb 100644 (file)
@@ -51,3 +51,5 @@ enable.stemming=true
 #Set the table of contents file. This file will not be indexed.
 #toc.file=dummy.html
 
+branding=docbook
+brandname=DocBook
index c42cf7c853915ea3029be9d3265dbe7c35f0a9ec..502af21733ba53c9137e1e2dd4b62e883f38a10e 100644 (file)
@@ -37,6 +37,8 @@
          <param name="output_file_name" expression="${output_file_name}"/>
          <param name="webhelp.base.dir" expression="${output-dir}" if="output-dir"/>
          <param name="webhelp.indexer.language" expression="${webhelp.indexer.language}" if="webhelp.indexer.language"/>
+         <param name="branding" expression="${branding}" if="branding"/>
+         <param name="brandname" expression="${brandname}" if="brandname"/>
        </xslt>
        
        <delete file="${output-dir}/dummy.html"/>
index 6495c9b9569ccc1790b8ca51b5abdc6c64701209..f0f0538aece56403acb67e13160144f2f37f0ff2 100644 (file)
@@ -163,7 +163,7 @@ p.breadcrumbs {
 }
 .searchresult li { color: #0050A0; }
 .shortdesclink { color: gray; font-size: 9pt; }
-.searchText { width: 12em }
+.searchText { width: 11em }
 .searchButton {
     margin-left: 3px;
     background: #F4F4F4;
index c699cd5936d8815bb719f2ed79b4fb067dbeb6a2..3ed09adff0a1a16e847ee3e1a2a2038052bd8ebe 100644 (file)
     <xsl:param name="para.propagates.style" select="1"/>
     <xsl:param name="phrase.propagates.style" select="1"/>
     <xsl:param name="chunk.first.sections" select="1"/>
-    <xsl:param name="chunk.section.depth" select="100"/>
+    <xsl:param name="chunk.section.depth" select="1"/>
+    <xsl:param name="use.id.as.filename" select="1"/>
+    <xsl:param name="branding">not set</xsl:param>
+    <xsl:param name="brandname"> </xsl:param>
+
+    <xsl:param name="section.autolabel" select="1"/>
     <xsl:param name="chapter.autolabel" select="1"/>
-    <xsl:param name="section.autolabel" select="0"/>
+    <xsl:param name="appendix.autolabel" select="1"/>
+    <xsl:param name="qandadiv.autolabel" select="1"/>
+    <xsl:param name="reference.autolabel" select="1"/>
+    <xsl:param name="part.autolabel" select="1"/>    
+    <xsl:param name="section.autolabel.max.depth" select="3"/>
+    <xsl:param name="section.label.includes.component.label" select="1"/>
+
     <xsl:param name="generate.section.toc.level" select="5"/>
+    <xsl:param name="component.label.includes.part.label" select="1"/>
+    <xsl:param name="suppress.footer.navigation">1</xsl:param>
     <!--xsl:param name="generate.toc">book toc</xsl:param-->
 
+<xsl:param name="generate.toc">
+appendix  toc,title
+article/appendix  nop
+article   toc,title
+book      title,figure,table,example,equation
+chapter   toc,title
+part      toc,title
+preface   toc,title
+qandadiv  toc
+qandaset  toc
+reference toc,title
+sect1     toc
+sect2     toc
+sect3     toc
+sect4     toc
+sect5     toc
+section   toc
+set       toc,title
+</xsl:param>
+
     <!-- Localizations of webhelp specific words. Your contributions for other languages are appreciated.
        Currently, only around 10 translations needed. -->
     <i18n xmlns="http://docbook.sourceforge.net/xmlns/l10n/1.0">
@@ -543,9 +576,16 @@ border: none; background: none; font-weight: none; color: none; }
         <xsl:variable name="up" select="parent::*"/>
 
         <div id="header">
-            <!--xsl:call-template name="webhelpheader.logo"/-->
+            <a target="_blank">
+                <xsl:attribute name="href">
+                    <xsl:choose>
+                        <xsl:when test="$branding = 'docbook'">http://docbook.org/</xsl:when>
+                        <xsl:otherwise>#</xsl:otherwise>
+                    </xsl:choose>
+                </xsl:attribute>
             <img style='margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px' align="right"
-                src='{$webhelp.common.dir}images/logo.png' alt="Company Logo"/>
+                src='{$webhelp.common.dir}images/logo.png' alt="{$brandname} Documentation"/>
+            </a>
             <!-- Display the page title and the main heading(parent) of it-->
             <h1 align="center">
                 <xsl:call-template name="get.doc.title"/>