Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: bb_consultation.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $
|
22 |
// CVS : $Id: bb_consultation.php,v 1.1 2005/11/23 10:22:25 jp_milcent Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Appli bb_consultation : moteur de recherche de Biblio Bota
|
24 |
* Appli bb_consultation : moteur de recherche de Biblio Bota
|
25 |
*
|
25 |
*
|
26 |
* Cette application permet de gérer les moteurs de recherches et la consultation des informations
|
26 |
* Cette application permet de gérer les moteurs de recherches et la consultation des informations
|
27 |
* de l'ensemble des données comprise dans le modèle de Biblio Bota :
|
27 |
* de l'ensemble des données comprise dans le modèle de Biblio Bota :
|
Line 34... |
Line 34... |
34 |
//Auteur original :
|
34 |
//Auteur original :
|
35 |
*@author Jean-Charles GRANGER <tela@vecteur.org>
|
35 |
*@author Jean-Charles GRANGER <tela@vecteur.org>
|
36 |
//Autres auteurs :
|
36 |
//Autres auteurs :
|
37 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
37 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
38 |
*@copyright Tela-Botanica 2000-2004
|
38 |
*@copyright Tela-Botanica 2000-2004
|
39 |
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:22:25 $
|
39 |
*@version $Revision: 1.1 $ $Date: 2005/11/23 10:22:25 $
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
*/
|
41 |
*/
|
Line 42... |
Line 42... |
42 |
|
42 |
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
Line 51... |
Line 51... |
51 |
// Initialisation de variables
|
51 |
// Initialisation de variables
|
52 |
$sortie .= '<!-- BiblioBota - Consultation : DEBUT -->'."\n";
|
52 |
$sortie .= '<!-- BiblioBota - Consultation : DEBUT -->'."\n";
|
53 |
// +------------------------------------------------------------------------------------------------------+
|
53 |
// +------------------------------------------------------------------------------------------------------+
|
54 |
// | CORPS du PROGRAMME |
|
54 |
// | CORPS du PROGRAMME |
|
55 |
// +------------------------------------------------------------------------------------------------------+
|
55 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
56 |
mysql_select_db(BB_BDD_NOM);
|
Line 56... |
Line 57... |
56 |
|
57 |
|
57 |
if (!isset($_GET['consultation'])) {
|
58 |
if (!isset($_GET['consultation'])) {
|
58 |
include_once 'bbc_recherche.inc.php';
|
59 |
include_once 'bbc_recherche.inc.php';
|
Line 105... |
Line 106... |
105 |
$sortie .= '<!-- BiblioBota - Consultation : FIN -->'."\n";
|
106 |
$sortie .= '<!-- BiblioBota - Consultation : FIN -->'."\n";
|
Line 106... |
Line 107... |
106 |
|
107 |
|
107 |
|
108 |
|
108 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
109 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
110 |
*
|
- |
|
111 |
* $Log: bb_consultation.php,v $
|
- |
|
112 |
* Revision 1.1 2005/11/23 10:22:25 jp_milcent
|
- |
|
113 |
* Ajout au dépot de l'application BiblioBota.
|
109 |
*
|
114 |
* Elle doit à terme migrer dans eFlore.
|
110 |
* $Log: not supported by cvs2svn $
|
115 |
*
|
111 |
* Revision 1.7 2005/05/17 10:10:08 jpm
|
116 |
* Revision 1.7 2005/05/17 10:10:08 jpm
|
112 |
* Correction des bogues avant mise en ligne du site v4.
|
117 |
* Correction des bogues avant mise en ligne du site v4.
|
113 |
*
|
118 |
*
|