Subversion Repositories Applications.projet

Rev

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

Rev 208 Rev 240
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: liste.php,v 1.6 2007-04-19 15:34:35 neiluj Exp $
22
// CVS : $Id: liste.php,v 1.7 2007-06-01 13:56:13 alexandre_tb Exp $
23
/**
23
/**
24
* Application projet
24
* Application projet
25
*
25
*
26
* Fichier de présentation de la liste des projets
26
* Fichier de présentation de la liste des projets
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.6 $
34
*@version       $Revision: 1.7 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 164... Line 164...
164
   	}
164
   	}
Line 165... Line 165...
165
 
165
 
166
    foreach ($projet_a_exclure as $valeur) {
166
    foreach ($projet_a_exclure as $valeur) {
167
    	unset ($projetNonParticipantListe[$valeur]) ;
167
    	unset ($projetNonParticipantListe[$valeur]) ;
168
    }
-
 
-
 
168
    }
169
 
169
	include_once PROJET_CHEMIN_CLASSES.'HTML_listeProjet.class.php';
170
    $HTML_projetNonParticipantListe = new HTML_listeProjet(true) ;
170
    $HTML_projetNonParticipantListe = new HTML_listeProjet(true) ;
171
    $entete_liste = array (PROJET_LISTE) ;
171
    $entete_liste = array (PROJET_LISTE) ;
Line 172... Line 172...
172
    array_push ($entete_liste, PROJET_S_INSCRIRE) ;
172
    array_push ($entete_liste, PROJET_S_INSCRIRE) ;
Line 225... Line 225...
225
return $titre.$res ;
225
return $titre.$res ;
Line 226... Line 226...
226
 
226
 
227
/* +--Fin du code ----------------------------------------------------------------------------------------+
227
/* +--Fin du code ----------------------------------------------------------------------------------------+
228
*
228
*
-
 
229
* $Log: not supported by cvs2svn $
-
 
230
* Revision 1.6  2007/04/19 15:34:35  neiluj
-
 
231
* préparration release (livraison) "Narmer" - v0.25
229
* $Log: not supported by cvs2svn $
232
*
230
* Revision 1.5  2006/12/19 09:48:50  alexandre_tb
233
* Revision 1.5  2006/12/19 09:48:50  alexandre_tb
231
* amélioration du retour erreur lors de l appel au template
234
* amélioration du retour erreur lors de l appel au template
232
*
235
*
233
* Revision 1.4  2006/12/18 17:24:09  alexandre_tb
236
* Revision 1.4  2006/12/18 17:24:09  alexandre_tb