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: projet.php,v 1.13 2007-04-19 09:18:46 alexandre_tb Exp $
|
22 |
// CVS : $Id: projet.php,v 1.14 2007-04-19 15:34:35 neiluj Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Application projet
|
24 |
* Application projet
|
25 |
*
|
25 |
*
|
26 |
* Fichier d'appel pour papyrus
|
26 |
* Fichier d'appel pour papyrus
|
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.13 $
|
34 |
*@version $Revision: 1.14 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
Line 103... |
Line 103... |
103 |
// et pour id_repertoire
|
103 |
// et pour id_repertoire
|
104 |
$id_repertoire = isset($_REQUEST['id_repertoire']) ? $_REQUEST['id_repertoire'] : '';
|
104 |
$id_repertoire = isset($_REQUEST['id_repertoire']) ? $_REQUEST['id_repertoire'] : '';
|
Line 105... |
Line 105... |
105 |
|
105 |
|
Line -... |
Line 106... |
- |
|
106 |
$controleur = new projetControleur($GLOBALS['projet_db'], $GLOBALS['projet_auth'], $GLOBALS['url']) ;
|
106 |
$controleur = new projetControleur($GLOBALS['projet_db'], $GLOBALS['projet_auth'], $GLOBALS['url']) ;
|
107 |
|
107 |
|
108 |
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
|
108 |
if ($id_projet != '' && projet::projetExiste($GLOBALS['projet_db'], $id_projet)) {
|
109 |
if ($id_projet != '' && projet::projetExiste($GLOBALS['projet_db'], $id_projet)) {
|
109 |
$controleur->setIdProjet($id_projet) ;
|
110 |
$controleur->setIdProjet($id_projet) ;
|
110 |
}
|
111 |
}
|
Line 225... |
Line 226... |
225 |
return $class ;
|
226 |
return $class ;
|
226 |
}
|
227 |
}
|
227 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
228 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
228 |
*
|
229 |
*
|
229 |
* $Log: not supported by cvs2svn $
|
230 |
* $Log: not supported by cvs2svn $
|
- |
|
231 |
* Revision 1.13 2007/04/19 09:18:46 alexandre_tb
|
- |
|
232 |
* ajout de la variable $service pour appeler les services (dans la cadre de liaisons asynchrones
|
- |
|
233 |
*
|
230 |
* Revision 1.12 2006/07/04 09:35:04 alexandre_tb
|
234 |
* Revision 1.12 2006/07/04 09:35:04 alexandre_tb
|
231 |
* Simplification du code et ajout de controle
|
235 |
* Simplification du code et ajout de controle
|
232 |
*
|
236 |
*
|
233 |
* Revision 1.11 2006/04/28 12:41:28 florian
|
237 |
* Revision 1.11 2006/04/28 12:41:28 florian
|
234 |
* corrections erreurs chemin
|
238 |
* corrections erreurs chemin
|