Subversion Repositories Applications.projet

Rev

Rev 334 | Rev 351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 334 Rev 339
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU General Public                                            |
18
// | You should have received a copy of the GNU 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: tela_ergo.php,v 1.2 2008-09-01 14:37:15 alexandre_tb Exp $
22
// CVS : $Id: tela_ergo.php,v 1.3 2008-09-16 14:07:40 alexandre_tb Exp $
23
/**
23
/**
24
* Application projet
24
* Application projet
25
*
25
*
26
* Fichier de presentation de la liste des projets pour Tela Botanica nouvelle version
26
* Fichier de presentation de la liste des projets pour Tela Botanica nouvelle version
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Aucun
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.2 $
34
*@version       $Revision: 1.3 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 156... Line 156...
156
 
156
 
157
// Contruction de la requete, soit avec le moteur de recherche
157
// Contruction de la requete, soit avec le moteur de recherche
158
// soit la liste des projets
158
// soit la liste des projets
159
if (isset($_GET['projet_recherche']) && $_GET['projet_recherche'] != '') {
159
if (isset($_GET['projet_recherche']) && $_GET['projet_recherche'] != '') {
-
 
160
	$_SESSION['_PROJET_']['motif_recherche'] = $_GET['projet_recherche'];
-
 
161
	if (!isset($GLOBALS['_MOTEUR_RECHERCHE_']['bd']['papyrus'])) $GLOBALS['_MOTEUR_RECHERCHE_']['bd']['papyrus'] = $this->_db;
160
	$_SESSION['_PROJET_']['motif_recherche'] = $_GET['projet_recherche'];
162
	include_once 'papyrus/applettes/moteur_recherche/bibliotheque/more_recherche.class.php';
161
	include_once 'papyrus/applettes/moteur_recherche/bibliotheque/more_recherche.class.php';
163
	include_once 'papyrus/applettes/moteur_recherche/bibliotheque/more_recherche.class.php';
Line 162... Line 164...
162
	include_once 'papyrus/applettes/moteur_recherche/bibliotheque/more_recherche_projet.class.php';
164
	include_once 'papyrus/applettes/moteur_recherche/bibliotheque/more_recherche_projet.class.php';
163
	
165
	
Line 467... Line 469...
467
return $res ;
469
return $res ;
Line 468... Line 470...
468
 
470
 
469
/* +--Fin du code ----------------------------------------------------------------------------------------+
471
/* +--Fin du code ----------------------------------------------------------------------------------------+
470
*
472
*
-
 
473
* $Log: not supported by cvs2svn $
-
 
474
* Revision 1.2  2008-09-01 14:37:15  alexandre_tb
-
 
475
* modification du tri par defaut
471
* $Log: not supported by cvs2svn $
476
*
472
* Revision 1.1  2008-08-25 15:00:28  alexandre_tb
477
* Revision 1.1  2008-08-25 15:00:28  alexandre_tb
473
* version initiale
478
* version initiale
474
*
479
*
475
* +-- Fin du code ----------------------------------------------------------------------------------------+
480
* +-- Fin du code ----------------------------------------------------------------------------------------+