Fichiers manquant pour pages de dons eucd.info
This commit is contained in:
parent
cf06ee5765
commit
6b85536647
96
htdocs/public/dons/eucd.css
Normal file
96
htdocs/public/dons/eucd.css
Normal file
@ -0,0 +1,96 @@
|
||||
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
Copyright (C) 2002 Loic Dachary <loic@gnu.org>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
$Id$
|
||||
$Source$
|
||||
*/
|
||||
body {
|
||||
color: black;
|
||||
font-family: arial, sans-serif;
|
||||
background-color: white;
|
||||
}
|
||||
table.main {
|
||||
border: 0 solid;
|
||||
}
|
||||
|
||||
table.formulaire {
|
||||
border: 0 solid;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
ul { list-style: circle; }
|
||||
|
||||
|
||||
|
||||
span {
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
font-size: 10pt;
|
||||
}
|
||||
a {
|
||||
color: #002390;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.extern {
|
||||
color: #002390;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.extern:hover {
|
||||
color: #002390;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
address {
|
||||
font-weight: bold;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-left: 9px;
|
||||
}
|
||||
|
||||
p.passe {
|
||||
color: #c0C0C0;
|
||||
}
|
||||
|
||||
td.titre{
|
||||
font-weight: bold;
|
||||
background-color: #d0d0d0;
|
||||
}
|
||||
|
||||
td.valeur {
|
||||
font-weight: normal;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
div.commentaire {
|
||||
font-size: 10pt;
|
||||
}
|
||||
62
htdocs/public/dons/fsfe-fr.xsl
Normal file
62
htdocs/public/dons/fsfe-fr.xsl
Normal file
@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp " ">]>
|
||||
|
||||
<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="./eucd.css" />
|
||||
<xsl:apply-templates select="@*|node()"/>
|
||||
</head>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:include href="navigation.fr.xsl" />
|
||||
<!-- <xsl:include href="navigation.en.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>
|
||||
57
htdocs/public/dons/navigation.fr.xsl
Normal file
57
htdocs/public/dons/navigation.fr.xsl
Normal file
@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp " ">]>
|
||||
<xsl:stylesheet version="1.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
<xsl:template match="/html[@lang='fr']/body/div">
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<!-- Top menu line -->
|
||||
<table border="1" cellpadding="5" cellspacing="10" class="main">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<span><img src="http://eucd.info/eucd.info-logo-50x64.png" align="middle" /> <a href="http://eucd.info/">EUCD.INFO</a> - Au <a href="http://eucd.info/donations.fr.php">secours</a> de la copie privée<br/>For UK citizens: <a href="http://www.eucd.org/">www.eucd.org</a> is addressing the same problem your country.</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<a href="http://eucd.info/index.fr.php">Accueil</a><br />
|
||||
<a href="http://eucd.info/documents/documents.fr.php">Dossier</a><br />
|
||||
<a href="http://eucd.info/revue.fr.php">Presse</a><br />
|
||||
<br/>
|
||||
<a href="http://eucd.info/donations.fr.php">Aider</a><br />
|
||||
<a href="http://eucd.info/transparence.fr.php">Transparence</a><br />
|
||||
<a href="http://wiki.ael.be/index.php/EUCD-Status">Situation</a><br />
|
||||
<a href="http://mail.gnu.org/mailman/listinfo/fsfe-france">Discuter</a><br />
|
||||
<a href="http://eucd.info/who.fr.php">Qui</a><br />
|
||||
<a href="http://eucd.info/images.fr.php">Images</a><br />
|
||||
<br />
|
||||
<br />
|
||||
<a href="http://dons.eucd.info/">Dons</a><br />
|
||||
<script language="php">
|
||||
if (file_exists ("therm.php"))
|
||||
{
|
||||
include("therm.php");
|
||||
}
|
||||
</script>
|
||||
|
||||
</td>
|
||||
|
||||
<td valign="top">
|
||||
|
||||
<xsl:apply-templates select="@*|node()"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<address><a href="mailto:contact@eucd.info">Contact:</a> EUCD.INFO c/o FSF France 8, rue de valois, 75001 Paris - Tel: 01 42 76 05 49 - Mail: <a href="mailto:contact@eucd.info">contact@eucd.info</a> - Web: <a href="http://eucd.info/">http://eucd.info/</a></address>
|
||||
</xsl:template>
|
||||
|
||||
<!--
|
||||
Local Variables: ***
|
||||
mode: xml ***
|
||||
End: ***
|
||||
-->
|
||||
</xsl:stylesheet>
|
||||
Loading…
Reference in New Issue
Block a user