2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/public/dons/eucd.xsl
Rodolphe Quiedeville 2c1b302951 *** empty log message ***
2002-12-20 18:07:49 +00:00

66 lines
1.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;">]>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"
encoding="ISO-8859-1"
doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/REC-html40/loose.dtd"
indent="yes"
/>
<xsl:param name="fsffrance">http://france.fsfeurope.org</xsl:param>
<xsl:param name="fsfeurope">http://www.fsfeurope.org</xsl:param>
<xsl:param name="fsf">http://www.fsf.org</xsl:param>
<xsl:param name="gnu">http://www.gnu.org</xsl:param>
<xsl:param name="filebase">nofile.html</xsl:param>
<xsl:param name="path">nofile.html</xsl:param>
<xsl:template match="/">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
<xsl:template match="/html/body">
<body>
<xsl:comment>
DO NOT MODIFY THIS DOCUMENT. IT WAS GENERATED BY XSLT PROCESSING
AND YOUR MODIFICATIONS WILL BE LOST. THE SOURCE OF THE DOCUMENT
IS IN THE .xhtml FILE USE make all TO REGENERATE
</xsl:comment>
<xsl:apply-templates select="node()"/>
</body>
</xsl:template>
<xsl:template match="/html/head">
<head>
<link rel="stylesheet" type="text/css" href="http://eucd.info/eucd.css" />
<meta name="author" content="FSF France"></meta>
<meta name="keywords" content="logiciel libre projet eucd"></meta>
<meta name="description" content="Dons à la FSF France."></meta>
<title>Dons FSF France - Fond de secours EUCD.INFO</title>
<xsl:apply-templates select="@*|node()"/>
</head>
</xsl:template>
<xsl:include href="eucd-nav.fr.xsl" />
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->
</xsl:stylesheet>