Subversion Repositories Applications.papyrus

Rev

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

Rev 545 Rev 556
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.1 2005-10-17 13:41:34 ddelon Exp $
24
// CVS : $Id: iw_integrateur.fonct.php,v 1.2 2005-10-20 10:28:25 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.1 $ $Date: 2005-10-17 13:41:34 $
36
*@version       $Revision: 1.2 $ $Date: 2005-10-20 10:28:25 $
37
*
37
*
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            ENTETE du PROGRAMME                                       |
39
// |                                            ENTETE du PROGRAMME                                       |
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 83... Line 83...
83
 
83
 
Line 84... Line 84...
84
 
84
 
-
 
85
ob_start();
-
 
86
 
Line 85... Line 87...
85
ob_start();
87
include_once IW_CHEMIN_WIKINI_COURANT.'wakka.php';
86
 
88
include_once(IW_CHEMIN_WIKINI_COURANT."/formatters/tableaux.php");
Line 87... Line 89...
87
include_once IW_CHEMIN_WIKINI_COURANT.'wakka.php';
89
include_once(IW_CHEMIN_WIKINI_COURANT."/actions/attach.class.php");
88
 
90
 
Line 89... Line -...
89
ob_end_clean();
-
 
90
$_SERVER['PHP_SELF']=$server;
-
 
91
 
91
ob_end_clean();
Line 92... Line 92...
92
 
92
$_SERVER['PHP_SELF']=$server;
93
// On surcharge la classe Wiki pour en faire ce qu'on en veut
93