nouveau fichier

This commit is contained in:
Rodolphe Quiedeville 2003-02-10 17:12:50 +00:00
parent 4dbb88512f
commit ee8e1a7ee2

View File

@ -0,0 +1,217 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../blue.css">
<title>FSFE France - Formulaire</title>
</head>
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<?PHP
require("../../../main.inc.php3");
require("../../../projetdon.class.php");
require("../../../don.class.php");
setlocale(LC_TIME,"fr_FR");
$db = new Db();
$don = new Don($db);
$don->id = $rowid;
$don->fetch($rowid);
?>
<blockquote>
<p></p>
<p></p>
<p></p>
<p></p>
<table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#ffffff">
<tr>
<td width="20%" nowrap>Cerfa No 11580 01</td>
<td nowrap>
<center>
<font size="+2">Reçu dons aux oeuvres</font>
<br>
<font size="+1">
<b>(Article 200-5 du Code Général des Impôts)</b>
</font>
<br>
+ article 238 bis
</center>
</td>
<td width="15%" nowrap>
<center>
Numéro d'ordre du reçu<p></p>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#000000">
<tr>
<td valign="bottom" align="center">
<table border="0" bgcolor="#ffffff" cellspacing="0" cellpadding="3">
<tr>
<td width="100" height="20">
No:
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
<p></p>
<table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000">
<tr>
<td valign="bottom">
<table width="100%" border="0" bgcolor="#ffffff" cellspacing="0" cellpadding="3">
<tr bgcolor="#e0e0e0" align="center">
<td nowrap>
<font size="+2">
<b>Bénéficiaire des versements</b>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000">
<tr>
<td valign="bottom">
<table width="100%" border="0" bgcolor="#ffffff" cellspacing="0" cellpadding="3">
<tr>
<td>
<b>Nom ou dénomination :</b>
<br>
Free Software Foundation Europe Chapter France (FSF France) <br>
<b>Adresse :</b>
<br>
<b>No</b> 8 <b>Rue</b> de Valois <br>
<b>Code postal</b> 75001 <b>Commune</b> Paris <br>
<b>Objet</b> : <br>
Le soutien à tous les organismes d'Etat et privés dans
toutes les questions de Logiciels Libres, la
collaboration coordonnée avec les associations
nationales poursuivant les mêmes objectifs et avec la
FSF Europe, le soutien de projets développant des
Logiciels Libres, la dissémination des idéaux
philosophiques des Logiciels Libres. La FSF France se
dédie aux seules et immédiates finalités scientifiques
et d'utilité publique.
<p></p>
<b>Organisme d'intérêt général ayant un caractère
scientifique et éducatif.</b>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p></p>
<table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000">
<tr>
<td valign="bottom">
<table width="100%" border="0" bgcolor="#ffffff" cellspacing="0" cellpadding="3">
<tr bgcolor="#e0e0e0" align="center">
<td nowrap>
<font size="+2">
<b>Donateur</b>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000">
<tr>
<td valign="bottom">
<table width="100%" border="0" bgcolor="#ffffff" cellspacing="0" cellpadding="3">
<tr>
<td>
<b>Nom :</b>
<?PHP print "$don->prenom $don->nom" ?><br>
<b>Adresse :</b>_____________________________________________<br>
<b>No</b> ______ <b>Rue</b> _________________________________<br>
<b>Code postal</b> <?PHP print $don->cp; ?> <b>Commune</b> <?PHP print $don->ville; ?><br>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p></p>
<table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000">
<tr>
<td valign="bottom">
<table width="100%" border="0" bgcolor="#ffffff" cellspacing="0" cellpadding="3">
<tr>
<td>
Le bénéficiaire reconnait avoir reçu au titre des
versements ouvrant droit à réduction d'impôt, la
somme de : <br>
<table width="100%">
<tr align="center">
<td>
<?php print price($don->amount); ?> euros
</td>
</tr>
</table>
Somme en toutes lettres (<b>en euros</b>): <?php print transcoS2L(number_format($don->amount, 2, ',', ' '), "euros"); ?><br>
Date du paiement : <?php print strftime("%d %B %Y", $don->date); ?> <br>
Mode de versement :
<table width="100%">
<tr align="center">
<td valign="top">
Numéraire
</td>
<td valign="top">
<?php
if ($don->modepaiementid == 7)
{
print "Chèque ou virement";
}
else
{
print "<b>Chèque ou virement</b>";
}
?>
</td>
<td valign="top">
Autres
</td>
<td align="right">
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#000000">
<tr>
<td valign="bottom" align="center">
<table border="0" bgcolor="#ffffff" cellspacing="0" cellpadding="3">
<tr>
<td width="200" height="100" valign="top">
<center>Date et signature</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</blockquote>
</body>
</html>