From 1ede5b34999860da64dd6f837fad5d0f4974dcbe Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 15 Jan 2003 00:03:47 +0000 Subject: [PATCH] Change copyright notice Nouvelle presentation des cotisations --- htdocs/adherents/fiche.php | 39 +++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index 212e16be823..566b61ee656 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -1,6 +1,7 @@ - * Jean-Louis Bergamo +/* Copyright (C) 2001-2003 Rodolphe Quiedeville + * Copyright (C) 2002-2003 Jean-Louis Bergamo + * * 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 @@ -337,6 +338,18 @@ if ($rowid > 0) print "

\n"; } + /* + * Cotisations + * + * + */ + + print ''; + + print ''; + + print ''; + + + + /* * Ajout d'une nouvelle cotis * @@ -388,13 +406,6 @@ if ($rowid > 0) { print ''; print ''; - print '
'; + /* * * Liste des cotisations @@ -379,6 +392,11 @@ if ($rowid > 0) print $db->error(); } + print '
'; - - print ''; - - print ''; print ''; if ($adh->datefin < time()) @@ -407,9 +418,9 @@ if ($rowid > 0) } print strftime("%d %B %Y",$adh->datefin).' '; - print ''; + print ''; - print ''; + print ''; print "\n"; + print "\n"; print ''; print ''; - print '
'; - - print 'Fin adhésion 
Nouvelle adhésion
Nouvelle adhésion
Date de cotisation\n"; if ($adh->datefin > 0) @@ -427,14 +438,16 @@ if ($rowid > 0) $paiement->select("modepaiement","crédit"); - print " 
Cotisation euros
'; print "\n"; } + print ''; + + } $db->close();