Subversion Repositories Applications.projet

Rev

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

Rev 269 Rev 431
Line 21... Line 21...
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: tela.php,v 1.7 2007-11-19 14:27:46 alexandre_tb Exp $
22
// CVS : $Id: tela.php,v 1.7 2007-11-19 14:27:46 alexandre_tb Exp $
23
/**
23
/**
24
* Application projet
24
* Application projet
25
*
25
*
26
* Fichier de présentation de la liste des projets pour Tela Botanica
26
* Fichier de pr�sentation de la liste des projets pour Tela Botanica
27
*
27
*
28
*@package projet
28
*@package projet
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 :
Line 69... Line 69...
69
<a href="http://www.tela-botanica.org/page:creez_votre_projet">Voir la d&eacute;marche en d&eacute;tail</a></p>
69
<a href="http://www.tela-botanica.org/page:creez_votre_projet">Voir la d&eacute;marche en d&eacute;tail</a></p>
70
</div>';
70
</div>';
71
// On inclue un fichier local
71
// On inclue un fichier local
72
if (file_exists(PROJET_CHEMIN_APPLI.'langues/pro_langues_fr.local.inc.php'))
72
if (file_exists(PROJET_CHEMIN_APPLI.'langues/pro_langues_fr.local.inc.php'))
73
	include_once PROJET_CHEMIN_APPLI.'langues/pro_langues_fr.local.inc.php' ;
73
	include_once PROJET_CHEMIN_APPLI.'langues/pro_langues_fr.local.inc.php' ;
74
// On vérifie si l'utilisateur participe à des projets
74
// On v�rifie si l'utilisateur participe � des projets
Line 75... Line 75...
75
 
75
 
76
$projetNonParticipantListe = & $projetListe ;
76
$projetNonParticipantListe = & $projetListe ;
77
include_once PROJET_CHEMIN_CLASSES.'HTML_listeProjet.class.php' ;
77
include_once PROJET_CHEMIN_CLASSES.'HTML_listeProjet.class.php' ;
78
$HTML_projetNonParticipantListe = new HTML_listeProjet(true) ;
78
$HTML_projetNonParticipantListe = new HTML_listeProjet(true) ;
Line 151... Line 151...
151
 
151
 
152
/* +--Fin du code ----------------------------------------------------------------------------------------+
152
/* +--Fin du code ----------------------------------------------------------------------------------------+
153
*
153
*
154
* $Log: not supported by cvs2svn $
154
* $Log: not supported by cvs2svn $
155
* Revision 1.6  2007-04-19 15:34:35  neiluj
155
* Revision 1.6  2007-04-19 15:34:35  neiluj
156
* préparration release (livraison) "Narmer" - v0.25
156
* pr�parration release (livraison) "Narmer" - v0.25
157
*
157
*
158
* Revision 1.5.2.1  2007/04/11 14:24:39  alexandre_tb
158
* Revision 1.5.2.1  2007/04/11 14:24:39  alexandre_tb
159
* amélioration des performances par l'appel d'une requete directe
159
* am�lioration des performances par l'appel d'une requete directe
160
*
160
*
161
* Revision 1.5  2006/10/30 11:26:11  jp_milcent
161
* Revision 1.5  2006/10/30 11:26:11  jp_milcent
162
* Modification du cartouche concernant la création d'un projet sur Tela.
162
* Modification du cartouche concernant la cr�ation d'un projet sur Tela.
163
*
163
*
164
* Revision 1.4  2006/01/09 21:55:19  ddelon
164
* Revision 1.4  2006/01/09 21:55:19  ddelon
165
* flux rss dans liste des projets
165
* flux rss dans liste des projets
166
*
166
*