[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/htdocs/public/dons/ -> eucd.xsl (source)

   1  <?xml version="1.0" encoding="ISO-8859-1"?>
   2  <!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;">]>
   3  
   4  <xsl:stylesheet version="1.0"
   5                  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   6  
   7    <xsl:output method="html"
   8          encoding="ISO-8859-1"
   9          doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN"
  10          doctype-system="http://www.w3.org/TR/REC-html40/loose.dtd"
  11          indent="yes"
  12          />
  13  
  14    <xsl:param name="fsffrance">http://france.fsfeurope.org</xsl:param>
  15    <xsl:param name="fsfeurope">http://www.fsfeurope.org</xsl:param>
  16    <xsl:param name="fsf">http://www.fsf.org</xsl:param>
  17    <xsl:param name="gnu">http://www.gnu.org</xsl:param>
  18    <xsl:param name="filebase">nofile.html</xsl:param>
  19    <xsl:param name="path">nofile.html</xsl:param>
  20  
  21    <xsl:template match="/">
  22      <xsl:copy>
  23        <xsl:apply-templates select="@*|node()"/>
  24      </xsl:copy>
  25    </xsl:template>
  26  
  27    <xsl:template match="/html/body">
  28      <body>
  29        <xsl:comment>
  30  
  31      DO NOT MODIFY THIS DOCUMENT. IT WAS GENERATED BY XSLT PROCESSING
  32      AND YOUR MODIFICATIONS WILL BE LOST. THE SOURCE OF THE DOCUMENT
  33      IS IN THE .xhtml FILE USE make all TO REGENERATE
  34  
  35        </xsl:comment>
  36        <xsl:apply-templates select="node()"/>
  37      </body>
  38    </xsl:template>
  39  
  40    <xsl:template match="/html/head">
  41      <head>
  42        <link rel="stylesheet" type="text/css" href="http://eucd.info/eucd.css" />
  43        <meta name="author" content="FSF France"></meta>
  44        <meta name="keywords" content="logiciel libre projet eucd"></meta>
  45        <meta name="description" content="Dons à la FSF France."></meta>
  46        <title>Dons FSF France - Fond de secours EUCD.INFO</title>
  47  
  48        <xsl:apply-templates select="@*|node()"/>
  49      </head>
  50    </xsl:template>
  51  
  52    <xsl:include href="eucd-nav.fr.xsl" />
  53  
  54    <xsl:template match="@*|node()" priority="-1">
  55      <xsl:copy>
  56        <xsl:apply-templates select="@*|node()"/>
  57      </xsl:copy>
  58    </xsl:template>
  59  
  60  <!--
  61  Local Variables: ***
  62  mode: xml ***
  63  End: ***
  64  -->
  65  </xsl:stylesheet>


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics