Changeset 116 for trunk/main_rest.xsl


Ignore:
Timestamp:
10/04/11 09:58:49 (13 years ago)
Author:
pinsard
Message:

Consolidation of shell scripts

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/main_rest.xsl

    r111 r116  
    88<!--rst 
    99 
    10 .. _main_html.xsl: 
     10.. _main_rest.xsl: 
    1111 
    1212============= 
    13 main_html.xsl 
     13main_rest.xsl 
    1414============= 
    1515 
    16 transformation docbook en html avec formulaire 
     16transformation docbook en rest avec formulaire 
     17 
     18TODO 
     19==== 
     20 
     21make it work 
    1722 
    1823EVOLUTIONS 
     
    2025 
    2126$Id$ 
     27$URL$ 
    2228 
    23 - fplod 2008-09-17T10:23:44Z aedon.locean-ipsl.upmc.fr (Darwin) 
     29- fplod 20110629T133438Z aedon.locean-ipsl.upmc.fr (Darwin) 
    2430 
    25   * add a link to project homepage at the bottom of the page 
    26  
    27 - fplod 2008-04-30T15:23:38Z aedon.locean-ipsl.upmc.fr (Darwin) 
    28  
    29   * language inherited from biblio.xml 
    30  
    31 - fplod 2008-04-28T11:02:38Z aedon.locean-ipsl.upmc.fr (Darwin) 
    32  
    33   * input dbk5 
    34  
    35 - fplod 2007-04-18T08:15:46Z aedon.locean-ipsl.upmc.fr (Darwin) 
    36  
    37   * création 
     31  * creation 
    3832 
    3933--> 
     34<xsl:import href="db_rest.xsl"/> 
    4035 
    41 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/> 
    42  
    43 <xsl:output method="xml" 
    44 encoding="utf-8" 
    45 indent="yes" 
    46 omit-xml-declaration="yes" 
    47 doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" 
    48 doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> 
     36<xsl:output method="text"/> 
    4937 
    5038<xsl:include href="titlepage.superbib.xsl"/> 
    5139<xsl:include href="message_lang.xsl"/> 
    52 <xsl:include href="form_html.xsl"/> 
     40<xsl:include href="form_rest.xsl"/> 
    5341 
    54 <xsl:template match="*" mode="book.titlepage.mode"/> 
    55 <xsl:param name="generate.toc"> 
    56 article nop 
    57 </xsl:param> 
    58 <xsl:param name="css.decoration" select="0"/> 
    59 <xsl:param name="section.autolabel" select="0"/> 
    60  
    61 <!-- 
    62 Personalisation de bas de page 
    63 --> 
    6442<xsl:template name="user.footer.content"> 
    6543 <xsl:call-template name="para_lastupdate"> 
    6644  <xsl:with-param name="language" select="document('biblio.xml')/d:bibliography/@xml:lang"/> 
    6745  <xsl:with-param name="date" select="$makedate"/> 
    68   <xsl:with-param name="mode" select="'html'"/> 
     46  <xsl:with-param name="mode" select="'rest'"/> 
    6947 </xsl:call-template> 
    7048 
Note: See TracChangeset for help on using the changeset viewer.