Subversion Repositories Applications.papyrus

Rev

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

Rev 584 Rev 585
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.7 2005-11-02 13:47:01 ddelon Exp $
24
// CVS : $Id: iw_integrateur.fonct.php,v 1.8 2005-11-02 13:51:50 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.7 $ $Date: 2005-11-02 13:47:01 $
36
*@version       $Revision: 1.8 $ $Date: 2005-11-02 13:51:50 $
37
*
37
*
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            ENTETE du PROGRAMME                                       |
39
// |                                            ENTETE du PROGRAMME                                       |
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 298... Line 298...
298
{
298
{
Line 299... Line 299...
299
 
299
 
Line 300... Line -...
300
	$GLOBALS['_PAPYRUS_']['erreur']->setActive(0);
-
 
Line 301... Line 300...
301
 
300
	$GLOBALS['_PAPYRUS_']['erreur']->setActive(0);
302
 
301
 
303
  // Autre possibilite : la page speciale MENU
302
 
304
 
303
 
Line 321... Line 320...
321
    $server=$_SERVER['PHP_SELF'];
320
    $server=$_SERVER['PHP_SELF'];
322
	$_SERVER['PHP_SELF']="wakka.php";
321
	$_SERVER['PHP_SELF']="wakka.php";
Line 323... Line 322...
323
 
322
 
Line 324... Line 323...
324
    $contenu=$wiki->LoadPage("PageMenu");
323
    $contenu=$wiki->LoadPage("PageMenu");
325
 
324
 
-
 
325
    $sortie.="<div id=\"menu_wikini\">";
Line 326... Line 326...
326
    $sortie.=$wiki->Format("----");
326
	$sortie.=$wiki->Format($contenu['body']);
Line 327... Line 327...
327
	$sortie.=$wiki->Format($contenu['body']);
327
	$sortie.="</div>";