Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser 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 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: admin_wikini.php,v 1.1 2005-08-25 08:59:12 ddelon Exp $
|
22 |
// CVS : $Id: admin_wikini.php,v 1.2 2005-08-31 17:34:52 ddelon Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Application gérant les Wikini associe à Papyrus
|
24 |
* Application gérant les Wikini associe à Papyrus
|
25 |
*
|
25 |
*
|
26 |
* Cette application permet de gérer les parametre des wikini associés à l'ensemble d'un papyrus
|
26 |
* Cette application permet de gérer les parametre des wikini associés à l'ensemble d'un papyrus
|
27 |
* TODO : afficher les utilisations par les menus.
|
27 |
* TODO : afficher les utilisations par les menus.
|
28 |
* TODO : synchronisation FTP ? ....
|
28 |
* TODO : synchronisation FTP ? ....
|
29 |
* TODO : chemin vers le wikini ... (non, calcul en fonction du code alpha) , mais controles ? Pas dans un
|
29 |
* TODO : chemin vers le wikini ... (non, calcul en fonction du code alpha) , mais controles ? Pas dans un
|
30 |
* premier temps ...
|
30 |
* premier temps ...
|
31 |
* TODO : installation des wikini (tables présentes etc, et gestion ... (suppression ...)
|
31 |
* TODO : installation des wikini (tables présentes etc, et gestion ... (suppression ...)
|
- |
|
32 |
* TODO : un wiki par défaut pour chaque papyrus, ce wiki sert de modèle
|
32 |
*
|
33 |
*
|
33 |
*@package Admin_Wikini
|
34 |
*@package Admin_Wikini
|
34 |
//Auteur original :
|
35 |
//Auteur original :
|
35 |
*@author David Delon <david.delon@clapas.net>
|
36 |
*@author David Delon <david.delon@clapas.net>
|
36 |
*@copyright Tela-Botanica 2000-2005
|
37 |
*@copyright Tela-Botanica 2000-2005
|
37 |
*@version $Revision: 1.1 $
|
38 |
*@version $Revision: 1.2 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
40 |
*/
|
Line 40... |
Line 41... |
40 |
|
41 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
Line 78... |
Line 79... |
78 |
// | CORPS du PROGRAMME |
|
79 |
// | CORPS du PROGRAMME |
|
79 |
// +------------------------------------------------------------------------------------------------------+
|
80 |
// +------------------------------------------------------------------------------------------------------+
|
Line 80... |
Line 81... |
80 |
|
81 |
|
81 |
function afficherContenuCorps()
|
82 |
function afficherContenuCorps()
|
82 |
{
|
- |
|
83 |
|
83 |
{
|
84 |
/* Gestion de Deux "écrans" et des actions associées : liste des Wikini en base de donnees et ajout-modification
|
84 |
/* Gestion de Deux "écrans" et des actions associées : liste des Wikini en base de donnees et ajout-modification
|
85 |
* d'un Wikini
|
85 |
* d'un Wikini
|
Line 86... |
Line 86... |
86 |
*/
|
86 |
*/
|
Line 173... |
Line 173... |
173 |
|
173 |
|
174 |
|
174 |
|
175 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
175 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
176 |
*
|
- |
|
177 |
* $Log: not supported by cvs2svn $
|
- |
|
178 |
* Revision 1.1 2005/08/25 08:59:12 ddelon
|
176 |
*
|
179 |
* Integrateur Wikini et administration des Wikini
|
177 |
* $Log: not supported by cvs2svn $
|
180 |
*
|
178 |
* Revision 1.4 2005/03/09 10:46:17 jpm
|
181 |
* Revision 1.4 2005/03/09 10:46:17 jpm
|
179 |
* Changement d'un nom de fichier.
|
182 |
* Changement d'un nom de fichier.
|
180 |
*
|
183 |
*
|