Changeset 58 for trunk/main_html.xsl


Ignore:
Timestamp:
04/30/08 17:43:22 (16 years ago)
Author:
pinsard
Message:

introduce language dependency on each update message (bibilo, user, html files)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/main_html.xsl

    r56 r58  
    11<?xml version='1.0' encoding='ISO-8859-1'?>  
    22<xsl:stylesheet  
     3xmlns:d="http://docbook.org/ns/docbook" 
    34xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  
    45xmlns:html="http://www.w3.org/1999/xhtml" 
     
    1112update : 
    1213$Id$ 
     14fplod 2008-04-30T15:23:38Z aedon.locean-ipsl.upmc.fr (Darwin) 
     15language inherited from biblio.xml 
    1316fplod 2008-04-28T11:02:38Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1417input dbk5 
     
    2730 
    2831<xsl:include href="titlepage.superbib.xsl"/> 
     32<xsl:include href="message_lang.xsl"/> 
    2933<xsl:include href="form_html.xsl"/> 
    3034 
     
    4044--> 
    4145<xsl:template name="user.footer.content"> 
    42   <xsl:element name="p"> 
    43 Last update : <xsl:value-of select="$makedate"/> 
    44   </xsl:element> 
     46 <xsl:call-template name="para_lastupdate"> 
     47  <xsl:with-param name="language" select="document('biblio.xml')/d:bibliography/@xml:lang"/> 
     48  <xsl:with-param name="date" select="$makedate"/> 
     49  <xsl:with-param name="mode" select="'html'"/> 
     50 </xsl:call-template> 
    4551</xsl:template> 
    4652 
Note: See TracChangeset for help on using the changeset viewer.