Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 76 → Rev 77

/trunk/presentation/liste.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: liste.php,v 1.1 2005-11-25 14:47:51 alexandre_tb Exp $
// CVS : $Id: liste.php,v 1.2 2005-11-28 16:25:23 alexandre_tb Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $
*@version $Revision: 1.2 $
// +------------------------------------------------------------------------------------------------------+
*/
 
192,12 → 192,16
$res .= $HTML_projetNonParticipantListe->toHTML() ;
}
}
 
// Nettoyage de l'url
$this->_url->removeQueryString (PROJET_VARIABLE_ID_PROJET);
return $titre.$res ;
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/11/25 14:47:51 alexandre_tb
* version initiale
*
 
*
*