Subversion Repositories Applications.projet

Rev

Rev 397 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 397 Rev 431
Line 1... Line 1...
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU General Public                                                  |
9
// | modify it under the terms of the GNU General Public                                                  |
10
// | License as published by the Free Software Foundation; either                                         |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | General Public License for more details.                                                             |
16
// | General Public License for more details.                                                             |
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
 
22
 
23
// CVS : $Id: projetTemplate.class.php,v 1.4 2008-09-16 14:10:41 alexandre_tb Exp $
23
// CVS : $Id: projetTemplate.class.php,v 1.3 2008-08-25 15:04:38 alexandre_tb Exp $
24
 
24
 
25
/**
25
/**
26
* Application projet
26
* Application projet
27
*
27
*
28
* La classe controleur projet
28
* La classe controleur projet
29
*
29
*
30
*@package projet
30
*@package projet
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        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.4 $
36
*@version       $Revision: 1.3 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
// |                                            ENTETE du PROGRAMME                                       |
41
// |                                            ENTETE du PROGRAMME                                       |
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
 
43
 
44
include_once 'PEAR.php' ;
44
include_once 'PEAR.php' ;
45
 
45
 
46
/** Constante des templates */
46
/** Constante des templates */
47
// Pour le coordinateur dans la cas de projets moderes
47
// Pour le coordinateur dans la cas de projets moderes
48
define ('PROJET_TEMPLATE_DEMANDE_INSCRIPTION_SUJET', 1);
48
define ('PROJET_TEMPLATE_DEMANDE_INSCRIPTION_SUJET', 1);
49
define ('PROJET_TEMPLATE_DEMANDE_INSCRIPTION_CORPS', 2);
49
define ('PROJET_TEMPLATE_DEMANDE_INSCRIPTION_CORPS', 2);
50
 
50
 
51
// Pour le coordinateur lors d une nouvelle inscription (projets non moderes)
51
// Pour le coordinateur lors d une nouvelle inscription (projets non moderes)
52
define ('PROJET_TEMPLATE_INSCRIPTION_NOUVELLE_SUJET', 3);
52
define ('PROJET_TEMPLATE_INSCRIPTION_NOUVELLE_SUJET', 3);
53
define ('PROJET_TEMPLATE_INSCRIPTION_NOUVELLE_CORPS', 4);
53
define ('PROJET_TEMPLATE_INSCRIPTION_NOUVELLE_CORPS', 4);
54
 
54
 
55
// pour le coodinateur lors des desinscription
55
// pour le coodinateur lors des desinscription
56
define ('PROJET_TEMPLATE_DESINSCRIPTION_SUJET', 5);
56
define ('PROJET_TEMPLATE_DESINSCRIPTION_SUJET', 5);
57
define ('PROJET_TEMPLATE_DESINSCRIPTION_CORPS', 6);
57
define ('PROJET_TEMPLATE_DESINSCRIPTION_CORPS', 6);
58
 
58
 
59
// Pour le coordinateur lors du depot d un nouveau document
59
// Pour le coordinateur lors du depot d un nouveau document
60
define ('PROJET_TEMPLATE_NOUVEAU_DOC_SUJET', 7);
60
define ('PROJET_TEMPLATE_NOUVEAU_DOC_SUJET', 7);
61
define ('PROJET_TEMPLATE_NOUVEAU_DOC_CORPS', 8);
61
define ('PROJET_TEMPLATE_NOUVEAU_DOC_CORPS', 8);
62
 
62
 
63
// Pour les administrateur lorsque le dernier coordinateur
63
// Pour les administrateur lorsque le dernier coordinateur
64
// d un projet se desinscrit
64
// d un projet se desinscrit
65
define ('PROJET_TEMPLATE_DESINSCRIPTION_DERNIER_COORD_SUJET', 9);
65
define ('PROJET_TEMPLATE_DESINSCRIPTION_DERNIER_COORD_SUJET', 9);
66
define ('PROJET_TEMPLATE_DESINSCRIPTION_DERNIER_COORD_CORPS', 10);
66
define ('PROJET_TEMPLATE_DESINSCRIPTION_DERNIER_COORD_CORPS', 10);
67
 
67
 
68
class projetTemplate extends PEAR {
68
class projetTemplate extends PEAR {
69
 
69
 
70
 
70
 
71
	var $_db ;
71
	var $_db ;
72
	
72
	
73
    function projetTemplate(&$objetDB) {
73
    function projetTemplate(&$objetDB) {
74
    		$this->_db = $objetDB ;
74
    		$this->_db = $objetDB ;
75
    }
75
    }
76
    
76
    
77
    function getTemplate ($id_template, $lang='fr-FR', $argument = 0) {
77
    function getTemplate ($id_template, $lang='fr-FR', $argument = 0) {
78
    		$requete = 'select pt_template from projet_template where pt_id_template='.$this->_db->escapeSimple($id_template).
78
    		$requete = 'select pt_template from projet_template where pt_id_template='.$this->_db->escapeSimple($id_template).
79
    					' and pt_i18n like "'.$lang.'%"' ;
79
    					' and pt_i18n like "'.$lang.'%"' ;
80
    		if ($argument != 0) $requete .= ' and pt_argument='.$this->_db->escapeSimple($argument) ;
80
    		if ($argument != 0) $requete .= ' and pt_argument='.$this->_db->escapeSimple($argument) ;
81
    		$resultat = $GLOBALS['projet_db']->query($requete) ;
81
    		$resultat = $GLOBALS['projet_db']->query($requete) ;
82
    		if (DB::isError($resultat)) return $this->raiseError ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
82
    		if (DB::isError($resultat)) return $this->raiseError ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
83
    		if ($resultat->numRows() == 0) return $this->raiseError ('Aucun template avec l\'identifiant: '.$id_template.
83
    		if ($resultat->numRows() == 0) return $this->raiseError ('Aucun template avec l\'identifiant: '.$id_template.
84
				', la langue: '.$lang. ' et l argument '.$argument) ;
84
				', la langue: '.$lang. ' et l argument '.$argument) ;
85
    		$ligne = $resultat->fetchRow (DB_FETCHMODE_OBJECT) ;
85
    		$ligne = $resultat->fetchRow (DB_FETCHMODE_OBJECT) ;
86
    		return $ligne->pt_template ;
86
    		return $ligne->pt_template ;
87
    }
87
    }
88
}
88
}
89
?>
89
?>
90
90