| 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.17 2005-11-14 10:14:30 ddelon Exp $
|
23 |
// CVS : $Id: projetControleur.class.php,v 1.18 2005-11-14 12:54:41 ddelon 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.17 $
|
36 |
*@version $Revision: 1.18 $
|
| 37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
| 38 |
*/
|
38 |
*/
|
| Line 39... |
Line 39... |
| 39 |
|
39 |
|
| 40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 1687... |
Line 1687... |
| 1687 |
function formulaireWiki( )
|
1687 |
function formulaireWiki( )
|
| 1688 |
{
|
1688 |
{
|
| Line 1689... |
Line 1689... |
| 1689 |
|
1689 |
|
| Line -... |
Line 1690... |
| - |
|
1690 |
require_once 'client/integrateur_wikini/bibliotheque/iw_admin_wikini.fonct.php';
|
| - |
|
1691 |
|
| 1690 |
require_once 'client/integrateur_wikini/bibliotheque/iw_admin_wikini.fonct.php';
|
1692 |
|
| 1691 |
|
1693 |
$url = $GLOBALS['_GEN_commun']['url'] ;
|
| 1692 |
$this->_url->addQueryString ('act', PROJET_ACTION_CREER_WIKI) ;
|
1694 |
$url->addQueryString ('act', PROJET_ACTION_CREER_WIKI) ;
|
| Line 1693... |
Line 1695... |
| 1693 |
$res =admin_afficherContenuCorps();
|
1695 |
$res =admin_afficherContenuCorps();
|