Subversion Repositories Applications.papyrus

Rev

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

Rev 459 Rev 465
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: vous_etes_ici.php,v 1.7 2005-09-23 14:21:18 florian Exp $
22
// CVS : $Id: vous_etes_ici.php,v 1.8 2005-09-26 20:18:27 ddelon Exp $
23
/**
23
/**
24
* Applette : Vous Etes Ici
24
* Applette : Vous Etes Ici
25
*
25
*
26
* Affiche les liens contenant la suite des menus visités pour arriver
26
* Affiche les liens contenant la suite des menus visités pour arriver
27
* au menu courant visioné par l'utilisateur.
27
* au menu courant visioné par l'utilisateur.
Line 37... Line 37...
37
//Auteur original :
37
//Auteur original :
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
39
//Autres auteurs :
39
//Autres auteurs :
40
*@author        Aucun
40
*@author        Aucun
41
*@copyright     Tela-Botanica 2000-2004
41
*@copyright     Tela-Botanica 2000-2004
42
*@version       $Revision: 1.7 $ $Date: 2005-09-23 14:21:18 $
42
*@version       $Revision: 1.8 $ $Date: 2005-09-26 20:18:27 $
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
44
*/
44
*/
Line 45... Line 45...
45
 
45
 
46
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
Line 81... Line 81...
81
function afficherVousEtesIci($tab_arguments, $_GEN_commun, $menu_courant_id = '', $premier_appel = true)
81
function afficherVousEtesIci($tab_arguments, $_GEN_commun, $menu_courant_id = '', $premier_appel = true)
82
{
82
{
83
    // Initialisation de variable.
83
    // Initialisation de variable.
84
    $objet_pear_db =& $GLOBALS['_GEN_commun']['pear_db'];
84
    $objet_pear_db =& $GLOBALS['_GEN_commun']['pear_db'];
85
    $vei_numero = $GLOBALS['_PAPYRUS_']['applette']['comptage'][$GLOBALS['_VEI_']['nom_fonction']];
85
    $vei_numero = $GLOBALS['_PAPYRUS_']['applette']['comptage'][$GLOBALS['_VEI_']['nom_fonction']];
-
 
86
    if (isset( $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu)) {
86
    (empty($menu_courant_id)) ? $menu_courant_id = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu : '';
87
    	(empty($menu_courant_id)) ? $menu_courant_id = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu : '';
-
 
88
    }
87
    $vei = '';
89
    $vei = '';
Line 88... Line 90...
88
    
90
    
89
    // Gestion des erreurs
91
    // Gestion des erreurs
90
    if (empty($menu_courant_id)) {
92
    if (empty($menu_courant_id)) {
Line 158... Line 160...
158
 
160
 
159
 
161
 
160
/* +--Fin du code ----------------------------------------------------------------------------------------+
162
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
163
*
-
 
164
* $Log: not supported by cvs2svn $
-
 
165
* Revision 1.7  2005/09/23 14:21:18  florian
161
*
166
* compatibilité XHTML
162
* $Log: not supported by cvs2svn $
167
*
163
* Revision 1.6  2005/04/14 16:38:02  jpm
168
* Revision 1.6  2005/04/14 16:38:02  jpm
164
* Ajout de la gestion des URL avec la classe Pap_URL de Papyrus.
169
* Ajout de la gestion des URL avec la classe Pap_URL de Papyrus.
165
*
170
*