~ubuntu-branches/ubuntu/precise/publican/precise

« back to all changes in this revision

Viewing changes to datadir/xsl/html.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog
  • Date: 2010-04-14 08:57:30 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100414085730-pnt4hw9bt7hinmvs
Tags: 1.6.2-1
* New upstream release.
* Fix watch file to cope with the new upstream download URL.
* Update dependencies and build-dependencies to better match the
  information in Build.PL.
* Use dh_lintian to install lintian overrides instead of custom rule
* Drop Users_Guide/Makefile from debian/publican.examples, it's no
  longer provided.
* Fix location of Users' Guide in doc-base file.
* Switch to source format 3.0 (quilt)
* Add patch fix-typo-in-doc to correct a typo in POD documentation.
* Remove lintian overrides as they are all unused.
* Add myself to Uploaders.
* Update Standards-Version to 3.8.4 (no change needed)
* Update upstream URL to match the new canonical name
* Do not compress examples files.
* Ensure clean removes all files left-over by the build. Drop unneeded
  backup of publican.cfg (it's no longer modified by the build).
* Install users guide with override_dh_installdocs instead of
  override_dh_auto_install.
* Ensure the build succeed when running with DEB_BUILD_OPTS=nocheck by
  creating the files that we copy as examples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version='1.0'?>
2
 
 
3
 
<!--
4
 
        Copyright (c) 2007-2009 Red Hat, Inc.
5
 
        License: GPLv2+ or Artistic
6
 
        Author: Jeff Fearn <jfearn@redhat.com>
7
 
        Author: Tammy Fox <tfox@redhat.com>
8
 
        Author: Andy Fitzsimon <afitzsim@redhat.com>
9
 
-->
10
2
 
11
3
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"
12
4
                                xmlns:exsl="http://exslt.org/common"
292
284
      <xsl:call-template name="body.attributes"/>
293
285
      <xsl:if test="$embedtoc != 0">
294
286
      <div id="tocdiv" class="toc">
295
 
        <object><xsl:attribute name="id">tocframe</xsl:attribute><xsl:attribute name="class">toc</xsl:attribute><xsl:attribute name="data">/docs/<xsl:value-of select="$l10n.gentext.language"/>/toc.html</xsl:attribute><xsl:attribute name="type">text/html</xsl:attribute></object>
 
287
        <iframe><xsl:attribute name="id">tocframe</xsl:attribute><xsl:attribute name="class">toc</xsl:attribute><xsl:attribute name="src">/docs/<xsl:value-of select="$l10n.gentext.language"/>/toc.html</xsl:attribute>This is an iframe, to view it upgrade your browser or enable iframe display.</iframe>
296
288
      </div>
297
289
      </xsl:if>
298
290
      <xsl:call-template name="user.header.navigation"/>