Subversion Repositories Applications.papyrus

Rev

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

Rev 364 Rev 383
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.18 2005-05-03 08:39:32 jpm Exp $
22
// CVS : $Id: menu.php,v 1.19 2005-05-27 10:23:00 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.18 $ $Date: 2005-05-03 08:39:32 $
41
*@version       $Revision: 1.19 $ $Date: 2005-05-27 10:23:00 $
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
*/
43
*/
Line 44... Line 44...
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
Line 355... Line 355...
355
    $menu_nom = htmlentities($menu_info['gm_nom']);
355
    $menu_nom = htmlentities($menu_info['gm_nom']);
356
    $menu_hreflang = htmlentities($menu_info['gm_ce_i18n']);
356
    $menu_hreflang = htmlentities($menu_info['gm_ce_i18n']);
357
    $menu_accesskey = '';
357
    $menu_accesskey = '';
358
    $raccourci_txt = '';
358
    $raccourci_txt = '';
359
    if (($menu_accesskey = htmlentities($menu_info['gm_raccourci_clavier'])) != '') {
359
    if (($menu_accesskey = htmlentities($menu_info['gm_raccourci_clavier'])) != '') {
360
        $raccourci_txt = '(Raccourci : '.$menu_accesskey.' ).';
360
        $raccourci_txt = '[Raccourci : '.$menu_accesskey.' ] ';
361
        $menu_accesskey = 'accesskey="'.$menu_accesskey.'" ';
361
        $menu_accesskey = 'accesskey="'.$menu_accesskey.'" ';
362
    }
362
    }
363
    $menu_texte_title = '';
363
    $menu_texte_title = '';
364
    if (($menu_texte_title = htmlentities($menu_info['gm_description_resume'])) != '') {
364
    if (($menu_texte_title = htmlentities($menu_info['gm_description_resume'])) != '') {
365
        $menu_texte_title = 'title="'.$raccourci_txt.$menu_texte_title.'" ';;
365
        $menu_texte_title = 'title="'.$raccourci_txt.$menu_texte_title.'" ';;
Line 382... Line 382...
382
 
382
 
383
 
383
 
384
/* +--Fin du code ----------------------------------------------------------------------------------------+
384
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
385
*
-
 
386
* $Log: not supported by cvs2svn $
-
 
387
* Revision 1.18  2005/05/03 08:39:32  jpm
385
*
388
* Ajout d'un test sur la date.
386
* $Log: not supported by cvs2svn $
389
*
387
* Revision 1.17  2005/04/19 16:59:51  jpm
390
* Revision 1.17  2005/04/19 16:59:51  jpm
388
* Suppression de l'affichage d'un débogage.
391
* Suppression de l'affichage d'un débogage.
389
*
392
*