Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 157 → Rev 158

/trunk/papyrus/applettes/menu/menu.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: menu.php,v 1.9 2004-11-15 16:17:40 jpm Exp $
// CVS : $Id: menu.php,v 1.10 2004-11-15 17:40:02 jpm Exp $
/**
* Applette : menu
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.9 $ $Date: 2004-11-15 16:17:40 $
*@version $Revision: 1.10 $ $Date: 2004-11-15 17:40:02 $
// +------------------------------------------------------------------------------------------------------+
*/
 
49,7 → 49,7
require_once 'papyrus/bibliotheque/fonctions/pap_menu.fonct.php';
 
$_GEN_commun['info_applette_nom_fonction'] = 'afficherMenuNiveauMultiple';
$_GEN_commun['info_applette_balise'] = 'PAPYRUS_MENU_?(?:(|CLASSIQUE|COMMUN)_([0-9]+)_([0-9]+)(|_ID_([0-9]+))|(UNIQUE)_([0-9]+))';
$_GEN_commun['info_applette_balise'] = 'MENU_?(?:(|CLASSIQUE|COMMUN)_([0-9]+)_([0-9]+)(|_ID_([0-9]+))|(UNIQUE)_([0-9]+))';
 
// +------------------------------------------------------------------------------------------------------+
// | CORPS du PROGRAMME |
364,6 → 364,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.9 2004/11/15 16:17:40 jpm
* Gestion des différents types de menus.
*
* Revision 1.8 2004/11/10 18:59:21 jpm
* Début de gestion de l'ensemble des types de menu dans l'applette menu.
*