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.8 2005-11-14 10:14:30 ddelon Exp $
|
22 |
// CVS : $Id: admin_wikini.php,v 1.9 2006-04-28 12:41:26 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Application gérant les Wikini associe à Papyrus
|
24 |
* Application gérant les Wikini associe à Papyrus
|
25 |
*
|
25 |
*
|
26 |
*@package Admin_Wikini
|
26 |
*@package Admin_Wikini
|
27 |
//Auteur original :
|
27 |
//Auteur original :
|
28 |
*@author David Delon <david.delon@clapas.net>
|
28 |
*@author David Delon <david.delon@clapas.net>
|
29 |
*@copyright Tela-Botanica 2000-2005
|
29 |
*@copyright Tela-Botanica 2000-2005
|
30 |
*@version $Revision: 1.8 $
|
30 |
*@version $Revision: 1.9 $
|
31 |
// +------------------------------------------------------------------------------------------------------+
|
31 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
*/
|
32 |
*/
|
Line 33... |
Line 33... |
33 |
|
33 |
|
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 36... |
Line 36... |
36 |
// | ENTÊTE du PROGRAMME |
|
36 |
// | ENTÊTE du PROGRAMME |
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
/** Inclusion des fonctions de cette application.*/
|
39 |
/** Inclusion des fonctions de cette application.*/
|
40 |
require_once 'client/integrateur_wikini/bibliotheque/iw_admin_wikini.fonct.php';
|
40 |
require_once 'bibliotheque/iw_admin_wikini.fonct.php';
|
Line 56... |
Line 56... |
56 |
|
56 |
|
57 |
|
57 |
|
58 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
58 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
59 |
*
|
- |
|
60 |
* $Log: not supported by cvs2svn $
|
- |
|
61 |
* Revision 1.8 2005/11/14 10:14:30 ddelon
|
59 |
*
|
62 |
* Projets Wikini
|
60 |
* $Log: not supported by cvs2svn $
|
63 |
*
|
61 |
* Revision 1.7 2005/10/21 20:55:06 ddelon
|
64 |
* Revision 1.7 2005/10/21 20:55:06 ddelon
|
62 |
* todo wikini
|
65 |
* todo wikini
|
63 |
*
|
66 |
*
|