.
This commit is contained in:
parent
9ae3115019
commit
b9576c8c01
186
htdocs/public/dons/don.php
Normal file
186
htdocs/public/dons/don.php
Normal file
@ -0,0 +1,186 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
|
<link rel="stylesheet" type="text/css" href="./eucd.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!--
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
-->
|
||||||
|
<table border="1" cellpadding="5" cellspacing="10" class="main">
|
||||||
|
<tr>
|
||||||
|
<td colspan="2"><span>
|
||||||
|
<a href="http://eucd.info/">EUCD.INFO</a> - Au <a href="donations.fr.php">secours</a> de la copie privée</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top">
|
||||||
|
<a href="index.fr.php">Accueil</a>
|
||||||
|
<br>
|
||||||
|
<a href="revue.fr.php">Presse</a>
|
||||||
|
<br>
|
||||||
|
<a href="donations.fr.php">Aider</a>
|
||||||
|
<br>
|
||||||
|
<a href="transparence.fr.php">Transparence</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="eucd.fr.php">Analyse</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="who.fr.php">Qui</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="donations.fr.php">Dons</a>
|
||||||
|
<br>
|
||||||
|
<script language="php">
|
||||||
|
if (file_exists ("thermometer.php"))
|
||||||
|
{
|
||||||
|
include("thermometer.php");
|
||||||
|
print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
<td valign="top" class="main">
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h1>Ce formulaire n'est pas encore actif, merci de ne pas l'utiliser</h1>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<form action="index.php" method="post">
|
||||||
|
<table cellpadding="4" cellspacing="0" id="formulaire">
|
||||||
|
<input type="hidden" name="action" value="add">
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Date
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="date">
|
||||||
|
<script language="php">
|
||||||
|
$a = setlocale("LC_TIME", "FRENCH");
|
||||||
|
print strftime("%d %B %Y", time());
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<input type="hidden" name="projetid" value="1">
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td valign="top" class="titre">Don public</td>
|
||||||
|
<td class="valeur" id="public">
|
||||||
|
<select name="public">
|
||||||
|
<option value="1">oui</option>
|
||||||
|
<option value="0">non</option>
|
||||||
|
</select>
|
||||||
|
<div class="commentaire">
|
||||||
|
Acceptez-vous que votre don soit public et que vos noms
|
||||||
|
et prénoms soient affichés dans la liste des donateurs ?
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Nom Prénom
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="nom">
|
||||||
|
<input type="text" name="nom" size="40">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Adresse
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="adresse">
|
||||||
|
<input type="text" name="adresse" size="40">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Code Postal
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="cp">
|
||||||
|
<input type="text" name="cp" size="8">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Ville
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="ville">
|
||||||
|
<input type="text" name="ville" size="40">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Email
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="email">
|
||||||
|
<input type="text" name="email" size="40">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Montant
|
||||||
|
</td>
|
||||||
|
<td class="valeur">
|
||||||
|
<input type="text" name="montant" size="10"> euros
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td valign="top" class="titre">
|
||||||
|
Commentaire
|
||||||
|
</td>
|
||||||
|
<td valign="top" class="valeur" id="commentaire">
|
||||||
|
<textarea name="comment" wrap="soft" cols="40" rows="8"></textarea>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2" align="center" class="titre">
|
||||||
|
<input type="submit" value="Enregistrer">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<p>
|
||||||
|
La FSF France s'engage à n'utliser vos informations personnelles
|
||||||
|
qu'exclusivement pour le traitement de votre don.
|
||||||
|
</p>
|
||||||
|
<p>Nous vous adresserons ensuite un <a href="http://france.fsfeurope.org/donations/formulaire.fr.html">formulaire</a>
|
||||||
|
vous permettant de bénéficier d'une déduction d'impôts. Selon
|
||||||
|
l'<a href="http://www.legifrance.gouv.fr/citoyen/unarticledecode.ow?code=CGIMPOT0.rcv&art=200">article
|
||||||
|
200 du CGI</a>, <i>Ouvrent droit à une réduction d'impôt sur
|
||||||
|
le revenu égale à 50 % de leur montant les sommes prises dans
|
||||||
|
la limite de 6 % du revenu imposable qui correspondent à des
|
||||||
|
dons et versements, y compris l'abandon exprès de revenus ou
|
||||||
|
produits, effectués par les contribuables domiciliés en
|
||||||
|
France.</i> Voir aussi, concernant les entreprises, l'<a href="http://www.legifrance.gouv.fr/WAspad/VisuArticleCode?commun=CGIMPO&code=&h0=CGIMPO00.rcv&h1=1&h3=39">article
|
||||||
|
238 bis du CGI</a>.</p>
|
||||||
|
</form>
|
||||||
|
</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>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<!--
|
||||||
|
Local Variables: ***
|
||||||
|
mode: xml ***
|
||||||
|
End: ***
|
||||||
|
-->
|
||||||
200
htdocs/public/dons/erreur.php
Normal file
200
htdocs/public/dons/erreur.php
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
|
<link rel="stylesheet" type="text/css" href="./eucd.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!--
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
-->
|
||||||
|
<table border="1" cellpadding="5" cellspacing="10" class="main">
|
||||||
|
<tr>
|
||||||
|
<td colspan="2"><span>
|
||||||
|
<a href="http://eucd.info/">EUCD.INFO</a> - Au <a href="donations.fr.php">secours</a> de la copie privée</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top">
|
||||||
|
<a href="index.fr.php">Accueil</a>
|
||||||
|
<br>
|
||||||
|
<a href="revue.fr.php">Presse</a>
|
||||||
|
<br>
|
||||||
|
<a href="donations.fr.php">Aider</a>
|
||||||
|
<br>
|
||||||
|
<a href="transparence.fr.php">Transparence</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="eucd.fr.php">Analyse</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="who.fr.php">Qui</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="donations.fr.php">Dons</a>
|
||||||
|
<br>
|
||||||
|
<script language="php">
|
||||||
|
if (file_exists ("thermometer.php"))
|
||||||
|
{
|
||||||
|
include("thermometer.php");
|
||||||
|
print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
<td valign="top" class="main">
|
||||||
|
<p>
|
||||||
|
<h1>Erreur</h1>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Nous avons détecté les erreurs suivantes :
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<script language="php">
|
||||||
|
$don->print_error_list();
|
||||||
|
</script>
|
||||||
|
</ol>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<b>Pour corriger ces erreurs utilisez la touche 'Back' de votre navigateur.</b>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<form action="index.php" method="post">
|
||||||
|
|
||||||
|
<table cellpadding="4" cellspacing="0" id="formulaire">
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Date
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="date">
|
||||||
|
<script language="php">
|
||||||
|
$a = setlocale("LC_TIME", "FRENCH");
|
||||||
|
print strftime("%d %B %Y", time());
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<input type="hidden" name="projetid" value="1">
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td valign="top" class="titre">Don public</td>
|
||||||
|
<td class="valeur" id="public">
|
||||||
|
|
||||||
|
<div class="commentaire">
|
||||||
|
Acceptez-vous que votre don soit public et que vos noms
|
||||||
|
et prénoms soient affichés dans la liste des donateurs ?
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Nom Prénom
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="nom">
|
||||||
|
<script language="php">
|
||||||
|
print $don->nom;
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Adresse
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="adresse">
|
||||||
|
<script language="php">
|
||||||
|
print "$don->adresse";
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Code Postal
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="cp">
|
||||||
|
<script language="php">
|
||||||
|
print $don->cp;
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Ville
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="ville">
|
||||||
|
<script language="php">
|
||||||
|
print $don->ville;
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Email
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="email">
|
||||||
|
<script language="php">
|
||||||
|
print $don->email;
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="titre">
|
||||||
|
Montant
|
||||||
|
</td>
|
||||||
|
<td class="valeur" id="montant">
|
||||||
|
<script language="php">
|
||||||
|
print number_format($don->amount, 2, '.', ' ');
|
||||||
|
</script>
|
||||||
|
euros
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
<p>
|
||||||
|
La FSF France s'engage à n'utliser vos informations personnelles
|
||||||
|
qu'exclusivement pour le traitement de votre don.
|
||||||
|
</p>
|
||||||
|
<p>Nous vous adresserons ensuite un <a href="http://france.fsfeurope.org/donations/formulaire.fr.html">formulaire</a>
|
||||||
|
vous permettant de bénéficier d'une déduction d'impôts. Selon
|
||||||
|
l'<a href="http://www.legifrance.gouv.fr/citoyen/unarticledecode.ow?code=CGIMPOT0.rcv&art=200">article
|
||||||
|
200 du CGI</a>, <i>Ouvrent droit à une réduction d'impôt sur
|
||||||
|
le revenu égale à 50 % de leur montant les sommes prises dans
|
||||||
|
la limite de 6 % du revenu imposable qui correspondent à des
|
||||||
|
dons et versements, y compris l'abandon exprès de revenus ou
|
||||||
|
produits, effectués par les contribuables domiciliés en
|
||||||
|
France.</i> Voir aussi, concernant les entreprises, l'<a href="http://www.legifrance.gouv.fr/WAspad/VisuArticleCode?commun=CGIMPO&code=&h0=CGIMPO00.rcv&h1=1&h3=39">article
|
||||||
|
238 bis du CGI</a>.</p>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
<!--
|
||||||
|
Local Variables: ***
|
||||||
|
mode: xml ***
|
||||||
|
End: ***
|
||||||
|
-->
|
||||||
81
htdocs/public/dons/merci.php
Normal file
81
htdocs/public/dons/merci.php
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
|
<link rel="stylesheet" type="text/css" href="./eucd.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!--
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
-->
|
||||||
|
<table border="1" cellpadding="5" cellspacing="10" class="main">
|
||||||
|
<tr>
|
||||||
|
<td colspan="2"><span>
|
||||||
|
<a href="http://eucd.info/">EUCD.INFO</a> - Au <a href="donations.fr.php">secours</a> de la copie privée</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top">
|
||||||
|
<a href="index.fr.php">Accueil</a>
|
||||||
|
<br>
|
||||||
|
<a href="revue.fr.php">Presse</a>
|
||||||
|
<br>
|
||||||
|
<a href="donations.fr.php">Aider</a>
|
||||||
|
<br>
|
||||||
|
<a href="transparence.fr.php">Transparence</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="eucd.fr.php">Analyse</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="who.fr.php">Qui</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="donations.fr.php">Dons</a>
|
||||||
|
<br>
|
||||||
|
<script language="php">
|
||||||
|
if (file_exists ("thermometer.php"))
|
||||||
|
{
|
||||||
|
include("thermometer.php");
|
||||||
|
print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</td>
|
||||||
|
<td valign="top" class="main">
|
||||||
|
<p>
|
||||||
|
<h1>Votre promesse de don a été prise en compte</h1>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Merci pour votre soutient
|
||||||
|
</p>
|
||||||
|
<!-- Paiement en ligne -->
|
||||||
|
<!--
|
||||||
|
<form action="pay.php" method="post">
|
||||||
|
<script language="php">
|
||||||
|
require("code_valid.php");
|
||||||
|
</script>
|
||||||
|
<input type="submit" value="Valider" />
|
||||||
|
</form>
|
||||||
|
-->
|
||||||
|
</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>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<!--
|
||||||
|
Local Variables: ***
|
||||||
|
mode: xml ***
|
||||||
|
End: ***
|
||||||
|
-->
|
||||||
Loading…
Reference in New Issue
Block a user