source: trunk/bibnemomaf01_html.xsl @ 33

Last change on this file since 33 was 33, checked in by pinsard, 16 years ago

add Id in many headers; replace bibrefnemo.xml by biblio.xml

  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?> 
2<!--
3module :
4transformation docbook en un html
5
6mise à jour :
7$Id$
8fplod 2007-03-30T09:55:19Z 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/docbook.xsl"/>
14
15<xsl:output method="xml" 
16encoding="utf-8" 
17indent="yes" 
18omit-xml-declaration="no"
19doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" 
20doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
21
22<xsl:include href="titlepage.bibnemomaf.xsl"/>
23
24<xsl:template match="*" mode="book.titlepage.mode"/>
25<xsl:param name="generate.toc">
26article nop
27</xsl:param>
28<xsl:param name="css.decoration" select="0"/>
29<xsl:param name="section.autolabel" select="0"/>
30
31<!--
32Personalisation de bas de page
33-->
34<xsl:template name="user.footer.content">
35  <xsl:element name="p">
36Last update : <xsl:value-of select="$makedate"/>
37  </xsl:element>
38</xsl:template>
39
40</xsl:stylesheet> 
Note: See TracBrowser for help on using the repository browser.