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_consultation.php,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
|
24 |
// CVS : $Id: hb_consultation.php,v 1.2 2006-10-31 10:31:36 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Application fournissant un moteur de recherche sur les herbiers
|
26 |
* Application fournissant un moteur de recherche sur les herbiers
|
27 |
*
|
27 |
*
|
28 |
* Fournit la liste des herbiers enregistrés dans la base de données.
|
28 |
* Fournit la liste 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 - Consultation. */
|
43 |
/** Inclusion du fichier de configuration de l'application Herbier - Consultation. */
|
44 |
require_once HB_CHEMIN_APPLI.'hb_consultation'.GEN_SEP.'configuration'.GEN_SEP.'hbc_config.inc.php';
|
44 |
require_once HB_CHEMIN_MODULE.'hb_consultation'.GEN_SEP.'configuration'.GEN_SEP.'hbc_config.inc.php';
|
45 |
/** Inclusion du fichier de configuration de l'application Herbier - Administration. */
|
45 |
/** Inclusion du fichier de configuration de l'application Herbier - Administration. */
|
Line 46... |
Line 46... |
46 |
require_once HB_CHEMIN_APPLI.'hb_admin'.GEN_SEP.'configuration'.GEN_SEP.'hba_config.inc.php';
|
46 |
require_once HB_CHEMIN_MODULE.'hb_admin'.GEN_SEP.'configuration'.GEN_SEP.'hba_config.inc.php';
|
47 |
|
47 |
|
48 |
/** Inclusion de l'API Fragmenteur */
|
48 |
/** Inclusion de l'API Fragmenteur */
|
49 |
require_once HB_CHEMIN_API_FRAGMENTEUR.'FRAG_fragmenteur.fonct.php';
|
49 |
require_once HB_CHEMIN_API_FRAGMENTEUR.'FRAG_fragmenteur.fonct.php';
|
Line 216... |
Line 216... |
216 |
$sortie .= '<!-- Herbier - Consultation : FIN -->'."\n";
|
216 |
$sortie .= '<!-- Herbier - Consultation : FIN -->'."\n";
|
Line 217... |
Line 217... |
217 |
|
217 |
|
218 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
218 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
219 |
*
|
219 |
*
|
- |
|
220 |
* $Log: not supported by cvs2svn $
|
- |
|
221 |
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
|
- |
|
222 |
* Ajout au dépot de l'application Herbiers.
|
- |
|
223 |
* Elle doit à terme migrer dans eFlore.
|
220 |
* $Log: not supported by cvs2svn $
|
224 |
*
|
221 |
* Revision 1.3 2005/03/30 09:48:58 jpm
|
225 |
* Revision 1.3 2005/03/30 09:48:58 jpm
|
222 |
* Début gestion des raccourcis vers l'administration.
|
226 |
* Début gestion des raccourcis vers l'administration.
|
223 |
*
|
227 |
*
|
224 |
* Revision 1.2 2005/03/09 15:55:17 jpm
|
228 |
* Revision 1.2 2005/03/09 15:55:17 jpm
|