Subversion Repositories Applications.bazar

Rev

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

Rev 225 Rev 247
Line 30... Line 30...
30
 
30
 
31
// Le fait que vous puissiez accéder à cet en-tête signifie que vous avez 
31
// Le fait que vous puissiez accéder à cet en-tête signifie que vous avez 
32
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
32
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
33
// termes.
33
// termes.
34
// ----
34
// ----
35
// CVS : $Id: bazar.calendrier.applette.php,v 1.8 2007-04-11 08:30:12 neiluj Exp $
35
// CVS : $Id: bazar.calendrier.applette.php,v 1.9 2007-05-30 16:19:51 alexandre_tb Exp $
36
/**
36
/**
37
* bazar_calendrier : programme affichant les evenements du bazar sous forme de Calendrier
37
* bazar_calendrier : programme affichant les evenements du bazar sous forme de Calendrier
38
*
38
*
39
*
39
*
40
*@package Bazar
40
*@package Bazar
41
//Auteur original :
41
//Auteur original :
42
*@author        David DELON <david.delon@clapas.net>
42
*@author        David DELON <david.delon@clapas.net>
43
*@version       $Revision: 1.8 $ $Date: 2007-04-11 08:30:12 $
43
*@version       $Revision: 1.9 $ $Date: 2007-05-30 16:19:51 $
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
Line 45... Line 45...
45
*/
45
*/
46
 
46
 
Line 54... Line 54...
54
include_once 'bibliotheque/bazar.fonct.cal.php'; //fichier des fonctions de Bazar
54
include_once 'bibliotheque/bazar.fonct.cal.php'; //fichier des fonctions de Bazar
Line 55... Line 55...
55
 
55
 
56
 
56
 
57
 
57
 
58
$GLOBALS['_CAL_']['nom_fonction'] = 'afficherCalendrier';
58
$GLOBALS['_CAL_']['nom_fonction'] = 'afficherCalendrier';
59
$_GEN_commun['info_applette_nom_fonction'] = $GLOBALS['_CAL_']['nom_fonction'];
-
 
60
// Balise : CLIENT_BAZAR_CALENDRIER
-
 
-
 
59
$GLOBALS['_GEN_commun']['info_applette_nom_fonction'] = $GLOBALS['_CAL_']['nom_fonction'];
61
$_GEN_commun['info_applette_balise'] = 'BAZAR_CALENDRIER';
60
// Balise : CLIENT_BAZAR_CALENDRIER
Line 62... Line 61...
62
 
61
$GLOBALS['_GEN_commun']['info_applette_balise'] = 	'(?:<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe_client'].'(BAZAR_CALENDRIER) -->|'.
Line 63... Line 62...
63
 
62
													'\{\{[Bb]azarCalendrier\s*\}\})';