Subversion Repositories Applications.projet

Rev

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

Rev 332 Rev 335
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.46 2008-08-28 14:48:54 alexandre_tb Exp $
23
// CVS : $Id: projetControleur.class.php,v 1.47 2008-09-01 14:38:00 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.46 $
36
*@version       $Revision: 1.47 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 1224... Line 1224...
1224
			
1224
			
1225
			// On controle si la liste est externe (yahoo) auquel cas on ne presente pas l inscription
1225
			// On controle si la liste est externe (yahoo) auquel cas on ne presente pas l inscription
1226
			include_once PROJET_CHEMIN_CLASSES.'liste_externe.class.php' ;
1226
			include_once PROJET_CHEMIN_CLASSES.'liste_externe.class.php' ;
1227
			$liste_ext = new liste_externe($this->_db);
1227
			$liste_ext = new liste_externe($this->_db);
1228
			$listes = $liste_ext->getListesAssociees($this->_id_projet);
1228
			$listes = $liste_ext->getListesAssociees($this->_id_projet);
1229
			$info_liste = $liste_ext->getInfoListe($listes[0]);
1229
			if (count ($listes))$info_liste = $liste_ext->getInfoListe($listes[0]);
1230
			if (count ($listes) != 0) {
1230
			if (count ($listes) != 0) {
1231
				$avoir_liste_externe = true;
1231
				$avoir_liste_externe = true;
1232
				$msg = '';
1232
				$msg = '';
1233
				$msg = 'Pour vous inscrire &agrave; la liste de discussion, h&eacute;berg&eacute;e par Yahoo Groupes, <a href="mailto:';
1233
				$msg = 'Pour vous inscrire &agrave; la liste de discussion, h&eacute;berg&eacute;e par Yahoo Groupes, <a href="mailto:';
Line 1685... Line 1685...
1685
	}
1685
	}
1686
}
1686
}
1687
/* +--Fin du code ----------------------------------------------------------------------------------------+
1687
/* +--Fin du code ----------------------------------------------------------------------------------------+
1688
*
1688
*
1689
* $Log: not supported by cvs2svn $
1689
* $Log: not supported by cvs2svn $
-
 
1690
* Revision 1.46  2008-08-28 14:48:54  alexandre_tb
-
 
1691
* encodage et suppression d une methode inutile
-
 
1692
*
1690
* Revision 1.45  2008-08-26 12:42:10  alexandre_tb
1693
* Revision 1.45  2008-08-26 12:42:10  alexandre_tb
1691
* nettoyage url apres suppression d un fichier
1694
* nettoyage url apres suppression d un fichier
1692
*
1695
*
1693
* Revision 1.44  2008-08-26 08:52:28  alexandre_tb
1696
* Revision 1.44  2008-08-26 08:52:28  alexandre_tb
1694
* suppression de la methode accueilProjet desormais remplacee par resume.php
1697
* suppression de la methode accueilProjet desormais remplacee par resume.php