Subversion Repositories Applications.projet

Rev

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

Rev 74 Rev 79
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.22 2005-11-28 11:16:11 alexandre_tb Exp $
23
// CVS : $Id: projetControleur.class.php,v 1.23 2005-12-05 10:15:20 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.22 $
36
*@version       $Revision: 1.23 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 301... Line 301...
301
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
301
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
302
            break ;
302
            break ;
303
            case PROJET_ACTION_ASSOCIER_WIKI : $retour .= $this->associerWiki() ;
303
            case PROJET_ACTION_ASSOCIER_WIKI : $retour .= $this->associerWiki() ;
304
            break ;
304
            break ;
305
            case PROJET_ACTION_ASSOCIER_WIKI_V : $retour .= $this->associationWiki() ;
305
            case PROJET_ACTION_ASSOCIER_WIKI_V : $retour .= $this->associationWiki() ;
-
 
306
            	$this->_action = PROJET_ACTION_VOIR_RESUME ;
306
            break ;
307
            break ;
307
            case PROJET_ACTION_SUPPRIMER_WIKI : $retour .= $this->supprimerWiki();
308
            case PROJET_ACTION_SUPPRIMER_WIKI : $retour .= $this->supprimerWiki();
308
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
309
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
309
            break ;
310
            break ;
310
            case PROJET_ACTION_INSCRIPTION_LISTE : $retour .= $this->inscriptionListe() ;
311
            case PROJET_ACTION_INSCRIPTION_LISTE : $retour .= $this->inscriptionListe() ;
Line 1519... Line 1520...
1519
		require_once 'client/integrateur_wikini/bibliotheque/iw_admin_wikini.fonct.php';
1520
		require_once 'client/integrateur_wikini/bibliotheque/iw_admin_wikini.fonct.php';
Line 1520... Line 1521...
1520
 
1521
 
1521
 
1522
 
-
 
1523
  		$url = &$GLOBALS['_GEN_commun']['url'] ;
1522
  		$url = &$GLOBALS['_GEN_commun']['url'] ;
1524
		$url->addQueryString ('act', PROJET_ACTION_CREER_WIKI) ;
-
 
1525
		$url->addQueryString (PROJET_VARIABLE_ID_PROJET, $this->_id_projet) ;
1523
		$url->addQueryString ('act', PROJET_ACTION_CREER_WIKI) ;
1526
		$res =admin_afficherContenuCorps();
Line 1524... Line 1527...
1524
		$res =admin_afficherContenuCorps();
1527
		$res .= '<br /><a href="'.$this->_url->getURL().'">'.PROJET_RETOUR_RESUME.'</a>';