Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 45 → Rev 46

/trunk/langues/pro_langue_fr.inc.php
10,7 → 10,7
* | Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
* +-----------------------------------------------------------------------+
 
* $Id: pro_langue_fr.inc.php,v 1.6 2005-10-17 13:41:35 ddelon Exp $
* $Id: pro_langue_fr.inc.php,v 1.7 2005-10-20 10:28:25 ddelon Exp $
*/
 
 
221,26 → 221,10
define ('PROJET_NE_PAS_RECEVOIR_MESSAGES', 'Ne plus recevoir de messages') ;
define ('PROJET_MESSAGES_DE', 'Messages de ') ;
define ('PROJET_FILE_DE_DISCUSSION', 'fil de discussion') ;
define ("BAZ_EST_INSCRIT_COMME", "est inscrit comme") ;
define ("BAZ_PAS_INSCRIT", "n'est pas inscrit &agrave; ce projet") ;
define ('PROJET_VOUS_N_ETES_PAS_INSCRIT', 'Vous n\'êtes pas inscrit à ce projet') ;
define ('PROJET_VOUS_ETES_PARTICIPANT', 'Vous êtes participant à ce projet') ;
define ('PROJET_SE_DESINSCRIRE', 'Se désinscrire du projet') ;
define ("BAZ_JE_SOUHAITE", "Je souhaite m'inscrire &agrave; ce projet ou modifier mon inscription") ;
define ("BAZ_INSCRIT_CONTRIBUTEUR", "Je m'inscris comme contributeur au projet") ;
define ("BAZ_INSCRIT_OBSERVATEUR", "Je m'inscris comme observateur au projet") ;
define ("BAZ_LAIUS_CONTRIBUTEUR", "Les acteurs d'un projet collaborent activement &agrave; sa r&eacute;alisation en relation avec le chef du projet et l'ensemble des autres membres du projet. Ils ont droit &agrave; citation comme co-auteur des travaux r&eacute;alis&eacute;s.") ;
define ("BAZ_LAIUS_OBSERVATEUR", "Si vous manquez de disponibilit&eacute; ou que vos comp&eacute;tences ne vous permettent pas de travailler activement au projet, vous pouvez cependant suivre son &eacute;volution et apporter vos critiques constructives en vous inscrivant comme observateur. Vous ne pourrez pas, normalement, pr&eacute;tendre &agrave; &ecirc;tre cit&eacute; comme co-auteur du projet") ;
define ("BAZ_INSCRIT_SUPPRIMER", "Je supprime mon inscription") ;
define ("BAZ_LAIUS_DESINSCRIPTION", "Vous ne souhaitez plus, momentan&eacute;ment ou d&eacute;finitivement, participer &agrave; ce projet. Vous pourrez vous r&eacute;inscrire ult&eacute;rieurement.") ;
define ("BAZ_VALIDER", "Valider modification") ;
define ("BAZ_RETOUR_LISTE", "Retourner &agrave; la liste des projets") ;
 
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_SUJET", "I-Jumelage : une personne souhaite s'inscrire à un projet ") ;
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_1", "La personne avec le mail suivant :\n") ;
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_2", "\nsouhaite s'inscrire au projet : \n") ;
define ("BAZ_MAIL_DEMANDE_INSCRIPTION_CORPS_3", "\nEn tant que coordinateur, vous devez modérer cette inscription.") ;
define ("BAZ_DEMANDE_INSCRIPTION_PRISE_EN_COMPTE", "Votre demande d'inscription a &eacute;t;&eacute; transmise aux coordinateurs du projet") ;
 
// ======================= Labels pour l'envoie d'email ==================================
define ("PROJET_MAIL_TITRE", "Titre") ;
/trunk/configuration/projet.config.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: projet.config.inc.php,v 1.1 2005-09-27 12:50:28 ddelon Exp $
// CVS : $Id: projet.config.inc.php,v 1.2 2005-10-20 10:28:25 ddelon Exp $
/**
* Application projet, fichier de configuration
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $
*@version $Revision: 1.2 $
// +------------------------------------------------------------------------------------------------------+
*/
 
112,6 → 112,9
define ("PROJET_VARIABLE_ID_REPERTOIRE", "id_repertoire") ;
define ("PROJET_VARIABLE_ID_DOCUMENT", "id_document") ;
 
 
 
 
/**
//==================================== CONSTANTES ==================================
* Constantes pour les listes de discussion
121,10 → 124,23
define ('PROJET_CHEMIN_LISTES', '') ;
define ('PROJET_DOMAINE_LISTE', '') ;
 
 
/**
//==================================== CONSTANTES ==================================
* Constantes pour des options
//==================================================================================
*/
define ('PROJET_UTILISE_TYPE', false) ;
define ('PROJET_UTILISE_HIERARCHIE', false) ;
 
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/09/27 12:50:28 ddelon
* Projet configuration
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
 
/trunk/classes/projetControleur.class.php
20,7 → 20,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
 
// CVS : $Id: projetControleur.class.php,v 1.14 2005-10-17 16:20:38 alexandre_tb Exp $
// CVS : $Id: projetControleur.class.php,v 1.15 2005-10-20 10:28:25 ddelon Exp $
 
/**
* Application projet
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.14 $
*@version $Revision: 1.15 $
// +------------------------------------------------------------------------------------------------------+
*/
 
81,7 → 81,6
define ("PROJET_ACTION_MODIFIER_V", 15) ;
define ('PROJET_ACTION_NOUVELLE_LISTE', 16) ;
define ('PROJET_ACTION_NOUVELLE_LISTE_V', 17) ;
//define ('PROJET_ACTION_VOIR_PARTICIPANT', 18) ;
define ('PROJET_ACTION_S_INSCRIRE', 21) ;
define ('PROJET_ACTION_CREER_WIKI', 22) ;
define ('PROJET_ACTION_SUPPRIMER_WIKI', 23) ;
1465,7 → 1464,7
 
 
/**
* Fonction affichant les particpants à un projet
* Fonction affichant les participants à un projet
*
* @return string
* @access public
1473,7 → 1472,6
function voirParticipants( )
{
include_once PROJET_CHEMIN_CLASSES.'HTML_listeParticipants.class.php' ;
$projet = new projet ($this->_db, $this->_id_projet) ;
$titre = '<h1>'.$projet->getTitre().'</h1>'."\n" ;
$titre .= '<h2>'.PROJET_LISTE_PARTICIPANT.'</h2>'."\n" ;
/trunk/actions/forums.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: forums.php,v 1.5 2005-10-17 16:19:51 alexandre_tb Exp $
// CVS : $Id: forums.php,v 1.6 2005-10-20 10:28:25 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.5 $
*@version $Revision: 1.6 $
// +------------------------------------------------------------------------------------------------------+
*/
 
51,6 → 51,7
 
$liste_ext_res = '' ;
$sortie_liste = '' ;
$inscription_laius ='' ;
if ($projet->avoirListe()) {
foreach ($projet->_listes_associes as $info_liste) {
ob_start() ;
183,7 → 184,7
$info->listname = $info_liste->getNom();
$info->listdomain = $info_liste->getDomaine() ;
echo '[ '.$info->makelink('action=show_threads&amp;actionargs[]='.$liste->actionargs[0], 'par fil de discussion').' ]' ;
print'<h2>'.PROJET_MESSAGE_DU_MOIS.$GLOBALS['mois'][((int)substr($liste->actionargs[0],4,2) / 1)-1] .', ' .
// print'<h2>'.PROJET_MESSAGE_DU_MOIS.$GLOBALS['mois'][((int)substr($liste->actionargs[0],4,2) / 1)-1] .', ' .
substr($liste->actionargs[0],0,4). '</h2>'."\n" ;
if (!$info->show_month($liste->actionargs[0])) {
echo 'Pas de message dans cette liste' ;