source: trunk/superbibmany02_html.xsl @ 41

Last change on this file since 41 was 40, checked in by pinsard, 17 years ago

replacing bibnemomaf by product name

  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?> 
2<!--
3module :
4transformation docbook en plusieurs html avec formulaire
5
6mise à jour :
7$Id$
8fplod 2007-04-06T10:30:31Z aedon.locean-ipsl.upmc.fr (Darwin)
9création
10-->
11<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 
12
13<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
14
15<xsl:include href="titlepage.superbib.xsl"/>
16<xsl:include href="form_html.xsl"/>
17
18<xsl:template match="*" mode="book.titlepage.mode"/>
19<xsl:param name="generate.toc">
20article nop
21</xsl:param>
22<xsl:param name="section.autolabel" select="0"/>
23<xsl:param name="css.decoration" select="0"/>
24<xsl:param name="chunk.section.depth" select="1"/>
25<xsl:param name="use.id.as.filename" select="1"/>
26<xsl:param name="chunker.output.doctype-public">"-//W3C//DTD XHTML 1.0 Strict//EN"</xsl:param>
27<xsl:param name="chunker.output.omit-xml-declaration">yes</xsl:param> <!-- parce que .php -->
28<xsl:param name="chunker.output.encoding">utf-8</xsl:param>
29<xsl:param name="chunker.output.indent">yes</xsl:param>
30<xsl:param name="doctype-system">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"</xsl:param>
31
32<!--
33Personalisation de bas de page
34-->
35<xsl:template name="user.footer.navigation">
36  <xsl:element name="p">
37Last update : <xsl:value-of select="$makedate"/>
38  </xsl:element>
39</xsl:template>
40
41</xsl:stylesheet> 
Note: See TracBrowser for help on using the repository browser.