Subversion Repositories Applications.papyrus

Rev

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

Rev 407 Rev 435
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: pap_menu.fonct.php,v 1.22 2005-07-08 15:16:37 alexandre_tb Exp $
22
// CVS : $Id: pap_menu.fonct.php,v 1.23 2005-08-29 09:05:12 ddelon Exp $
23
/**
23
/**
24
* Bibliothèque de fonction sur le rendu.
24
* Bibliothèque de fonction sur le rendu.
25
*
25
*
26
* Cette bibliothèque contient des fonctions utilisé par le rendu des pages de Papyrus.
26
* Cette bibliothèque contient des fonctions utilisé par le rendu des pages de Papyrus.
27
*
27
*
Line 31... Line 31...
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Alexandre GRANIER <alexadandre@tela-botanica.org>
33
*@author        Alexandre GRANIER <alexadandre@tela-botanica.org>
34
*@author        Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
34
*@author        Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.22 $ $Date: 2005-07-08 15:16:37 $
36
*@version       $Revision: 1.23 $ $Date: 2005-08-29 09:05:12 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 644... Line 644...
644
                $site.
644
                $site.
645
                $type_modif.
645
                $type_modif.
646
                $categorie.
646
                $categorie.
647
                'ORDER BY gmc_date_modification DESC';
647
                'ORDER BY gmc_date_modification DESC';
Line 648... Line 648...
648
    
648
    
649
    $aso_info =& $db->getAssoc($requete, false, array(), $mode, $groupe);echo $requete;
649
    $aso_info =& $db->getAssoc($requete, false, array(), $mode, $groupe);
Line 650... Line 650...
650
    (PEAR::isError($aso_info)) ? die(BOG_afficherErreurSql(__FILE__, __LINE__, $aso_info->getMessage(), $requete)) : '';
650
    (PEAR::isError($aso_info)) ? die(BOG_afficherErreurSql(__FILE__, __LINE__, $aso_info->getMessage(), $requete)) : '';
651
    
651
    
652
    return $aso_info;
652
    return $aso_info;
Line 687... Line 687...
687
    }
687
    }
688
    return $aso_site_menus;
688
    return $aso_site_menus;
689
}
689
}
690
/* +--Fin du code ---------------------------------------------------------------------------------------+
690
/* +--Fin du code ---------------------------------------------------------------------------------------+
691
* $Log: not supported by cvs2svn $
691
* $Log: not supported by cvs2svn $
-
 
692
* Revision 1.22  2005/07/08 15:16:37  alexandre_tb
-
 
693
* ajout de la fonction GEN_lireInfoMenuMeta() qui permet de sélectionner des menus en fonction de leur mot clé et leur catégorie
-
 
694
*
692
* Revision 1.21  2005/06/08 19:11:43  jpm
695
* Revision 1.21  2005/06/08 19:11:43  jpm
693
* Ajout de ordre et condition pour la fonction de lecture des infos sur les menus.
696
* Ajout de ordre et condition pour la fonction de lecture des infos sur les menus.
694
*
697
*
695
* Revision 1.20  2005/05/26 08:00:51  jpm
698
* Revision 1.20  2005/05/26 08:00:51  jpm
696
* Correction dans la fonction GEN_retournerTableauMenusSiteCodeAlpha().
699
* Correction dans la fonction GEN_retournerTableauMenusSiteCodeAlpha().