Subversion Repositories Applications.papyrus

Rev

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

Rev 436 Rev 437
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: integrateur_wikini.php,v 1.3 2005-08-31 17:34:52 ddelon Exp $
24
// CVS : $Id: integrateur_wikini.php,v 1.4 2005-09-02 11:29:25 ddelon Exp $
25
/**
25
/**
26
* Integrateur de page Wikini
26
* 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        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@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.3 $ $Date: 2005-08-31 17:34:52 $
36
*@version       $Revision: 1.4 $ $Date: 2005-09-02 11:29:25 $
37
*
37
*
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            ENTETE du PROGRAMME                                       |
39
// |                                            ENTETE du PROGRAMME                                       |
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 70... Line 70...
70
 
70
 
71
$server=$_SERVER['PHP_SELF'];
71
$server=$_SERVER['PHP_SELF'];
Line 72... Line 72...
72
$_SERVER['PHP_SELF']="wakka.php";
72
$_SERVER['PHP_SELF']="wakka.php";
73
 
73
 
74
// Utilise le wakkaconfig de la racine ...
74
// Utilise le wakkaconfig de la racine ...
75
// TODO : generer un wakkaconfig en fonction des parametres, dans un temp et l'ecrire
75
// TODO : Prevoir de revoir la contrib menu ... qui doit être switchable, ou plutot,
-
 
76
// TODO : Customiser son menu avec papyrus ...
76
// juste avant ... : bof (car conflits possibles).
77
// TODO : un wiki par défaut pour chaque papyrus à l'installation de Papyrus
77
// Ou alors : on utilise un wakkaconfig generique à minima ...
78
// TODO : message erreur session 
-
 
79
// TODO : message erreur interwiki
-
 
80
// TODO : verifier bon dimensionnement des champs et clef de la table papyrus_wiki
78
// Dans tous les cas, il faut gerer le WakaConfig Generique !
81
// TODO : creation des tables par defaut à l'installation d'un wikini
Line 79... Line 82...
79
// Prevoir de revoir la contrib menu ... qui doit être switchable, ou plutot,
82
// TODO : Fusion des fichiers de configuration ?
80
// Customiser son menu avec papyrus ...
83
// TODO : creation automatique des Wikis ...
81
 
84
 
82
ob_start();
85
ob_start();
Line 201... Line 204...
201
*
204
*
202
* @return  string  du code XHTML correspondant au pied renvoyé par l'application.
205
* @return  string  du code XHTML correspondant au pied renvoyé par l'application.
203
*/
206
*/
204
function afficherContenuPied()
207
function afficherContenuPied()
205
{
208
{
206
	return;
-
 
207
    return inclusion_html('pied_page');
209
    return inclusion_html('pied_page');
208
}
210
}
209
?>
211
?>
210
212