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: menu.php,v 1.9 2004-11-15 16:17:40 jpm Exp $
|
22 |
// CVS : $Id: menu.php,v 1.10 2004-11-15 17:40:02 jpm Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Applette : menu
|
24 |
* Applette : menu
|
25 |
*
|
25 |
*
|
26 |
* Génère une liste de listes comportant tous les niveaux des menus "classiques" d'un site.
|
26 |
* Génère une liste de listes comportant tous les niveaux des menus "classiques" d'un site.
|
27 |
* Nécessite :
|
27 |
* Nécessite :
|
Line 36... |
Line 36... |
36 |
//Auteur original :
|
36 |
//Auteur original :
|
37 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
37 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
38 |
//Autres auteurs :
|
38 |
//Autres auteurs :
|
39 |
*@author Aucun
|
39 |
*@author Aucun
|
40 |
*@copyright Tela-Botanica 2000-2004
|
40 |
*@copyright Tela-Botanica 2000-2004
|
41 |
*@version $Revision: 1.9 $ $Date: 2004-11-15 16:17:40 $
|
41 |
*@version $Revision: 1.10 $ $Date: 2004-11-15 17:40:02 $
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
*/
|
43 |
*/
|
Line 44... |
Line 44... |
44 |
|
44 |
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
46 |
// | ENTÊTE du PROGRAMME |
|
46 |
// | ENTÊTE du PROGRAMME |
|
Line 47... |
Line 47... |
47 |
// +------------------------------------------------------------------------------------------------------+
|
47 |
// +------------------------------------------------------------------------------------------------------+
|
Line 48... |
Line 48... |
48 |
|
48 |
|
49 |
require_once 'papyrus/bibliotheque/fonctions/pap_menu.fonct.php';
|
49 |
require_once 'papyrus/bibliotheque/fonctions/pap_menu.fonct.php';
|
Line 50... |
Line 50... |
50 |
|
50 |
|
51 |
$_GEN_commun['info_applette_nom_fonction'] = 'afficherMenuNiveauMultiple';
|
51 |
$_GEN_commun['info_applette_nom_fonction'] = 'afficherMenuNiveauMultiple';
|
52 |
$_GEN_commun['info_applette_balise'] = 'PAPYRUS_MENU_?(?:(|CLASSIQUE|COMMUN)_([0-9]+)_([0-9]+)(|_ID_([0-9]+))|(UNIQUE)_([0-9]+))';
|
52 |
$_GEN_commun['info_applette_balise'] = 'MENU_?(?:(|CLASSIQUE|COMMUN)_([0-9]+)_([0-9]+)(|_ID_([0-9]+))|(UNIQUE)_([0-9]+))';
|
Line 362... |
Line 362... |
362 |
|
362 |
|
363 |
|
363 |
|
364 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
364 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
365 |
*
|
- |
|
366 |
* $Log: not supported by cvs2svn $
|
- |
|
367 |
* Revision 1.9 2004/11/15 16:17:40 jpm
|
365 |
*
|
368 |
* Gestion des différents types de menus.
|
366 |
* $Log: not supported by cvs2svn $
|
369 |
*
|
367 |
* Revision 1.8 2004/11/10 18:59:21 jpm
|
370 |
* Revision 1.8 2004/11/10 18:59:21 jpm
|
368 |
* Début de gestion de l'ensemble des types de menu dans l'applette menu.
|
371 |
* Début de gestion de l'ensemble des types de menu dans l'applette menu.
|
369 |
*
|
372 |
*
|