Subversion Repositories Applications.papyrus

Rev

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

Rev 1090 Rev 1145
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: vous_etes_ici.php,v 1.11 2006-12-01 16:33:40 florian Exp $
22
// CVS : $Id: vous_etes_ici.php,v 1.12 2006-12-12 13:53:54 jp_milcent Exp $
23
/**
23
/**
24
* Applette : Vous Etes Ici
24
* Applette : Vous Etes Ici
25
*
25
*
26
* Affiche les liens contenant la suite des menus visités pour arriver
26
* Affiche les liens contenant la suite des menus visités pour arriver
27
* au menu courant visioné par l'utilisateur.
27
* au menu courant visioné par l'utilisateur.
Line 37... Line 37...
37
//Auteur original :
37
//Auteur original :
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
39
//Autres auteurs :
39
//Autres auteurs :
40
*@author        Aucun
40
*@author        Aucun
41
*@copyright     Tela-Botanica 2000-2004
41
*@copyright     Tela-Botanica 2000-2004
42
*@version       $Revision: 1.11 $ $Date: 2006-12-01 16:33:40 $
42
*@version       $Revision: 1.12 $ $Date: 2006-12-12 13:53:54 $
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
44
*/
44
*/
Line 45... Line 45...
45
 
45
 
46
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
Line 49... Line 49...
49
// Inclusion de la bibliothèque defonction sur les menu : inutile car inclue par Papyrus
49
// Inclusion de la bibliothèque defonction sur les menu : inutile car inclue par Papyrus
50
// require_once GEN_CHEMIN_BIBLIO.'pap_menu.fonct.php';
50
// require_once GEN_CHEMIN_BIBLIO.'pap_menu.fonct.php';
Line 51... Line 51...
51
 
51
 
52
$GLOBALS['_VEI_']['nom_fonction'] = 'afficherVousEtesIci';
52
$GLOBALS['_VEI_']['nom_fonction'] = 'afficherVousEtesIci';
53
$GLOBALS['_GEN_commun']['info_applette_nom_fonction'] = $GLOBALS['_VEI_']['nom_fonction'];
53
$GLOBALS['_GEN_commun']['info_applette_nom_fonction'] = $GLOBALS['_VEI_']['nom_fonction'];
-
 
54
$GLOBALS['_GEN_commun']['info_applette_balise'] = 	'(?:<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'(VOUS_ETES_ICI) -->|'.
Line 54... Line 55...
54
$GLOBALS['_GEN_commun']['info_applette_balise'] = '<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'(VOUS_ETES_ICI) -->';
55
													'\{\{[Vv]ousEtesIci\s*\}\})';
55
 
56
 
56
// +------------------------------------------------------------------------------------------------------+
57
// +------------------------------------------------------------------------------------------------------+
Line 188... Line 189...
188
 
189
 
189
 
190
 
190
/* +--Fin du code ----------------------------------------------------------------------------------------+
191
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
192
*
-
 
193
* $Log: not supported by cvs2svn $
-
 
194
* Revision 1.11  2006/12/01 16:33:40  florian
191
*
195
* Amélioration de la gestion des applettes et compatibilité avec le nouveau mode de gestion de l'inclusion des applettes.
192
* $Log: not supported by cvs2svn $
196
*
193
* Revision 1.10  2006/04/28 12:41:49  florian
197
* Revision 1.10  2006/04/28 12:41:49  florian
194
* corrections erreurs chemin
198
* corrections erreurs chemin
195
*
199
*