Subversion Repositories Applications.papyrus

Rev

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

Rev 1854 Rev 1856
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.34 2008-08-12 16:21:44 jp_milcent Exp $
22
// CVS : $Id: menu.php,v 1.35 2008-08-12 16:22:51 jp_milcent 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.34 $ $Date: 2008-08-12 16:21:44 $
41
*@version       $Revision: 1.35 $ $Date: 2008-08-12 16:22:51 $
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
*/
43
*/
Line 44... Line 44...
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
Line 522... Line 522...
522
 
522
 
523
 
523
 
524
/* +--Fin du code ----------------------------------------------------------------------------------------+
524
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
525
*
-
 
526
* $Log: not supported by cvs2svn $
-
 
527
* Revision 1.34  2008-08-12 16:21:44  jp_milcent
525
*
528
* Correction bogue FS#101.
526
* $Log: not supported by cvs2svn $
529
*
527
* Revision 1.33  2008-08-08 14:56:46  jp_milcent
530
* Revision 1.33  2008-08-08 14:56:46  jp_milcent
528
* Les listes de menu sous les menus cachés s'affiche maintenant.
531
* Les listes de menu sous les menus cachés s'affiche maintenant.
529
*
532
*