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: integrateur_wikini.admin.php,v 1.2 2005-09-06 08:35:36 ddelon Exp $
|
22 |
// CVS : $Id: integrateur_wikini.admin.php,v 1.3 2005-09-14 09:12:15 ddelon Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Gestion des Wikini associé à un menu pour papyrus : lit et stocke les informations dans la
|
24 |
* Gestion des Wikini associé à un menu pour papyrus : lit et stocke les informations dans la
|
25 |
* champs gm_application_arguments de la table gen_menu
|
25 |
* champs gm_application_arguments de la table gen_menu
|
26 |
*
|
26 |
*
|
27 |
* Principe :
|
27 |
* Principe :
|
Line 51... |
Line 51... |
51 |
*
|
51 |
*
|
52 |
*@package IntegrateurWikini
|
52 |
*@package IntegrateurWikini
|
53 |
//Auteur original :
|
53 |
//Auteur original :
|
54 |
*@author David Delon <david.delon@clapas.net>
|
54 |
*@author David Delon <david.delon@clapas.net>
|
55 |
*@copyright Tela-Botanica 2000-2004
|
55 |
*@copyright Tela-Botanica 2000-2004
|
56 |
*@version $Revision: 1.2 $ $Date: 2005-09-06 08:35:36 $
|
56 |
*@version $Revision: 1.3 $ $Date: 2005-09-14 09:12:15 $
|
57 |
// +------------------------------------------------------------------------------------------------------+
|
57 |
// +------------------------------------------------------------------------------------------------------+
|
58 |
*/
|
58 |
*/
|
Line 59... |
Line 59... |
59 |
|
59 |
|
60 |
|
60 |
|
61 |
// +------------------------------------------------------------------------------------------------------+
|
61 |
// +------------------------------------------------------------------------------------------------------+
|
62 |
// | ENTÊTE du PROGRAMME |
|
- |
|
63 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
- |
|
62 |
// | ENTÊTE du PROGRAMME |
|
- |
|
63 |
// +------------------------------------------------------------------------------------------------------+
|
64 |
|
64 |
// TODO GEN_GER_STYLE !!!
|
65 |
|
65 |
//GEN_stockerStyleExterne('afficheur', AFFI_CHEMIN_STYLE.'afficheur.css');
|
66 |
// +------------------------------------------------------------------------------------------------------+
|
66 |
// +------------------------------------------------------------------------------------------------------+
|
Line 67... |
Line 67... |
67 |
// | CLASSE |
|
67 |
// | CLASSE |
|
Line 274... |
Line 274... |
274 |
|
274 |
|
275 |
|
275 |
|
276 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
276 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
277 |
*
|
- |
|
278 |
* $Log: not supported by cvs2svn $
|
- |
|
279 |
* Revision 1.2 2005/09/06 08:35:36 ddelon
|
277 |
*
|
280 |
* Integrateur Wikini et administration des Wikini
|
278 |
* $Log: not supported by cvs2svn $
|
281 |
*
|
279 |
* Revision 1.1 2005/09/02 11:29:25 ddelon
|
282 |
* Revision 1.1 2005/09/02 11:29:25 ddelon
|
280 |
* Integrateur Wikini et administration des Wikini
|
283 |
* Integrateur Wikini et administration des Wikini
|
281 |
*
|
284 |
*
|