Subversion Repositories Applications.papyrus

Rev

Rev 556 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 556 Rev 565
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: iw_integrateur.fonct.php,v 1.2 2005-10-20 10:28:25 ddelon Exp $
24
// CVS : $Id: iw_integrateur.fonct.php,v 1.3 2005-10-21 22:22:16 ddelon Exp $
25
/**
25
/**
26
* Fonctions de l'integrateur de page Wikini
26
* Fonctions de l'integrateur de page Wikini
27
*
27
*
28
* Application permettant d'intégrer des pages wikini dans Papyrus.
28
* Application permettant d'intégrer des pages wikini dans Papyrus.
29
*
29
*
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        David Delon <david.delon@clapas.net>
32
*@author        David Delon <david.delon@clapas.net>
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.2 $ $Date: 2005-10-20 10:28:25 $
36
*@version       $Revision: 1.3 $ $Date: 2005-10-21 22:22:16 $
37
*
37
*
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            ENTETE du PROGRAMME                                       |
39
// |                                            ENTETE du PROGRAMME                                       |
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 248... Line 248...
248
function afficherPageMenuWikini()
248
function afficherPageMenuWikini()
249
{
249
{
Line 250... Line 250...
250
	
250
	
Line 251... Line -...
251
	$GLOBALS['_PAPYRUS_']['erreur']->setActive(0);
-
 
252
 
-
 
253
  // TODO
-
 
254
  // Changement du niveau d'erreur pour éviter les Notices PHP dues à Wikini
251
	$GLOBALS['_PAPYRUS_']['erreur']->setActive(0);
255
  //  error_reporting(E_PARSE);
252
 
Line 256... Line 253...
256
  
253
 
257
  // Autre possibilite : la page speciale MENU 
254
  // Autre possibilite : la page speciale MENU 
258
	
255
	
Line 272... Line 269...
272
        list(, $page) = $matches;
269
        list(, $page) = $matches;
273
    }
270
    }
Line 274... Line 271...
274
 
271
 
275
    $server=$_SERVER['PHP_SELF'];
272
    $server=$_SERVER['PHP_SELF'];
276
	$_SERVER['PHP_SELF']="wakka.php";
273
	$_SERVER['PHP_SELF']="wakka.php";
277
	
-
 
278
    // Sinon Affichage Page Menu (configurable TODO ?) 
-
 
279
    
274
	   
Line 280... Line 275...
280
    $contenu=$wiki->LoadPage("PageMenu");
275
    $contenu=$wiki->LoadPage("PageMenu");
281
    
276