Line 19... |
Line 19... |
19 |
// | |
|
19 |
// | |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// CVS : $Id: eflore_chorologie_contributeur.php,v 1.1 2005-02-23 17:30:35 jpm Exp $
|
24 |
// CVS : $Id: eflore_chorologie_contributeur.php,v 1.2 2005-05-31 13:45:10 jpm Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Affichage des contributeurs aux listes chorologiques.
|
26 |
* Affichage des contributeurs aux listes chorologiques.
|
27 |
*
|
27 |
*
|
28 |
* Ce script fournit le code html permettant d'afficher les contributeurs aux listes chorologiques.
|
28 |
* Ce script fournit le code html permettant d'afficher les contributeurs aux listes chorologiques.
|
29 |
*
|
29 |
*
|
Line 32... |
Line 32... |
32 |
//Auteur original :
|
32 |
//Auteur original :
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
34 |
//Autres auteurs :
|
34 |
//Autres auteurs :
|
35 |
*@author Aucun
|
35 |
*@author Aucun
|
36 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@version $Revision: 1.1 $ $Date: 2005-02-23 17:30:35 $
|
37 |
*@version $Revision: 1.2 $ $Date: 2005-05-31 13:45:10 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 136... |
Line 136... |
136 |
$sortie .= echoro_possederCourriel($resultat_corres[ECC_COURRIEL], $tablo_formatLien).'</li>'."\n";
|
136 |
$sortie .= echoro_possederCourriel($resultat_corres[ECC_COURRIEL], $tablo_formatLien).'</li>'."\n";
|
137 |
}
|
137 |
}
|
138 |
}
|
138 |
}
|
139 |
$sortie .= '</ul>'."\n";
|
139 |
$sortie .= '</ul>'."\n";
|
Line 140... |
Line 140... |
140 |
|
140 |
|
141 |
return $sortie;
|
141 |
return remplaceEntiteHTLM($sortie);
|
Line 142... |
Line 142... |
142 |
}
|
142 |
}
|
143 |
|
143 |
|
144 |
function afficherContenuPied()
|
144 |
function afficherContenuPied()
|
Line 152... |
Line 152... |
152 |
|
152 |
|
153 |
|
153 |
|
154 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
154 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
155 |
*
|
- |
|
156 |
* $Log: not supported by cvs2svn $
|
- |
|
157 |
* Revision 1.1 2005/02/23 17:30:35 jpm
|
155 |
*
|
158 |
* Ajout de la consultation des contributeurs de la chorologie.
|
156 |
* $Log: not supported by cvs2svn $
|
159 |
*
|
157 |
*
|
160 |
*
|
158 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
161 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
159 |
*/
|
162 |
*/
|