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: hb_carto.php,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
|
24 |
// CVS : $Id: hb_carto.php,v 1.2 2006-10-31 10:31:36 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Application fournissant une cartographie des herbiers
|
26 |
* Application fournissant une cartographie des herbiers
|
27 |
*
|
27 |
*
|
28 |
* Fournit la carte des herbiers enregistrés dans la base de données.
|
28 |
* Fournit la carte des herbiers enregistrés dans la base de données.
|
29 |
*
|
29 |
*
|
Line 31... |
Line 31... |
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
34 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
35 |
*@copyright Tela-Botanica 2000-2005
|
35 |
*@copyright Tela-Botanica 2000-2005
|
36 |
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:32:32 $
|
36 |
*@version $Revision: 1.2 $ $Date: 2006-10-31 10:31:36 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// | ENTETE du PROGRAMME |
|
41 |
// | ENTETE du PROGRAMME |
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
/** Inclusion du fichier de configuration de l'application Herbier - Cartographie. */
|
43 |
/** Inclusion du fichier de configuration de l'application Herbier - Cartographie. */
|
Line 44... |
Line 44... |
44 |
require_once HB_CHEMIN_APPLI.'hb_carto'.GEN_SEP.'configuration'.GEN_SEP.'hbca_config.inc.php';
|
44 |
require_once HB_CHEMIN_MODULE.'hb_carto'.GEN_SEP.'configuration'.GEN_SEP.'hbca_config.inc.php';
|
45 |
|
45 |
|
46 |
/** Inclusion de la classe principale d'Herbier : herbier */
|
46 |
/** Inclusion de la classe principale d'Herbier : herbier */
|
47 |
//require_once HB_CHEMIN_BIBLIO.'hb_herbier.class.php';
|
47 |
//require_once HB_CHEMIN_BIBLIO.'hb_herbier.class.php';
|
Line 180... |
Line 180... |
180 |
$sortie .= '<!-- Herbier - Cartographie : FIN -->'."\n";
|
180 |
$sortie .= '<!-- Herbier - Cartographie : FIN -->'."\n";
|
Line 181... |
Line 181... |
181 |
|
181 |
|
182 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
182 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
183 |
*
|
183 |
*
|
- |
|
184 |
* $Log: not supported by cvs2svn $
|
- |
|
185 |
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
|
- |
|
186 |
* Ajout au dépot de l'application Herbiers.
|
- |
|
187 |
* Elle doit à terme migrer dans eFlore.
|
184 |
* $Log: not supported by cvs2svn $
|
188 |
*
|
185 |
* Revision 1.1 2005/03/09 15:55:44 jpm
|
189 |
* Revision 1.1 2005/03/09 15:55:44 jpm
|
186 |
* Ajout de l'application Cartographie des Herbiers.
|
190 |
* Ajout de l'application Cartographie des Herbiers.
|
187 |
*
|
191 |
*
|
188 |
*
|
192 |
*
|