Subversion Repositories Applications.projet

Rev

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

Rev 269 Rev 272
Line 18... Line 18...
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
// +------------------------------------------------------------------------------------------------------+
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
// CVS : $Id: projetControleur.class.php,v 1.39 2007-11-19 14:27:47 alexandre_tb Exp $
23
// CVS : $Id: projetControleur.class.php,v 1.40 2007-11-21 09:42:50 alexandre_tb Exp $
24
 
24
 
25
/**
25
/**
26
* Application projet
26
* Application projet
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        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.39 $
36
*@version       $Revision: 1.40 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 1532... Line 1532...
1532
            		$objet_mail->send($entetes['To'], $entetes, $tpl->get());
1532
            		$objet_mail->send($entetes['To'], $entetes, $tpl->get());
1533
            	}
1533
            	}
1534
            }
1534
            }
Line 1535... Line 1535...
1535
 
1535
 
1536
            if ($this->_presentation != 'arbre') {
1536
            if ($this->_presentation != 'arbre') {
1537
                return '<h1>'.$projet->getTitre().'</h1>'.
1537
                if ($projet->isModere()) return '<h1>'.$projet->getTitre().'</h1>'.
-
 
1538
                		str_replace ('nom_du_projet', $projet->getTitre(), PROJET_LAIUS_INSCRIPTION_MODERE);
1538
                		str_replace ('nom_du_projet', $projet->getTitre(), PROJET_LAIUS_INSCRIPTION_MODERE);
1539
                		else $this->_action = PROJET_ACTION_VOIR_RESUME;
1539
            } else {
1540
            } else {
1540
                $this->_action = PROJET_ACTION_VOIR_RESUME;
1541
                $this->_action = PROJET_ACTION_VOIR_RESUME;
1541
            }
1542
            }
1542
            return PROJET_LAIUS_INSCRIPTION_MODERE;
1543
            return PROJET_LAIUS_INSCRIPTION_MODERE;