Subversion Repositories eFlore/Archives.chorologie

Rev

Rev 22 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 30
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_source.php,v 1.1 2005-02-23 17:30:41 jpm Exp $
24
// CVS : $Id: eflore_chorologie_source.php,v 1.2 2005-05-31 13:45:10 jpm Exp $
25
/**
25
/**
26
* Affichage des sources biblio utilisées pour les listes chorologiques.
26
* Affichage des sources biblio utilisées pour les listes chorologiques.
27
*
27
*
28
* Ce script fournit le code html permettant d'afficher les sources biblio des listes chorologiques.
28
* Ce script fournit le code html permettant d'afficher les sources biblio des 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:41 $
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 122... Line 122...
122
            $sortie .= '<li>'.$resultat_source[ECSO_REF].'</li>'."\n";
122
            $sortie .= '<li>'.$resultat_source[ECSO_REF].'</li>'."\n";
123
        }
123
        }
124
    }
124
    }
125
    $sortie .= '</ul>'."\n";
125
    $sortie .= '</ul>'."\n";
Line 126... Line 126...
126
    
126
    
127
    return $sortie;
127
    return remplaceEntiteHTLM($sortie);
Line 128... Line 128...
128
}
128
}
129
 
129
 
130
function afficherContenuPied()
130
function afficherContenuPied()
Line 138... Line 138...
138
 
138
 
139
 
139
 
140
/* +--Fin du code ----------------------------------------------------------------------------------------+
140
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
141
*
-
 
142
* $Log: not supported by cvs2svn $
-
 
143
* Revision 1.1  2005/02/23 17:30:41  jpm
141
*
144
* Ajout de la consultation des sources de la chorologie.
142
* $Log: not supported by cvs2svn $
145
*
143
*
146
*
144
* +-- Fin du code ----------------------------------------------------------------------------------------+
147
* +-- Fin du code ----------------------------------------------------------------------------------------+
145
*/
148
*/