Subversion Repositories Applications.papyrus

Rev

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

Rev 153 Rev 214
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.4 2004-11-10 19:41:27 jpm Exp $
22
// CVS : $Id: vous_etes_ici.php,v 1.5 2004-12-06 19:39:57 jpm 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.4 $ $Date: 2004-11-10 19:41:27 $
42
*@version       $Revision: 1.5 $ $Date: 2004-12-06 19:39:57 $
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
44
*/
44
*/
Line 45... Line 45...
45
 
45
 
46
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
Line 91... Line 91...
91
    }
91
    }
92
    $vei = '';
92
    $vei = '';
Line 93... Line 93...
93
    
93
    
94
    // Gestion des erreurs
94
    // Gestion des erreurs
-
 
95
    if (empty($id_menu_courant)) {
-
 
96
        if (isset($GLOBALS['_VEI_']['usurpation'])) {
-
 
97
            $vei = $GLOBALS['_VEI_']['usurpation'];
95
    if (empty($id_menu_courant)) {
98
        }
96
        return $vei;
99
        return $vei;
Line 97... Line 100...
97
    }
100
    }
98
    
101
    
Line 174... Line 177...
174
 
177
 
175
 
178
 
176
/* +--Fin du code ----------------------------------------------------------------------------------------+
179
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
180
*
-
 
181
* $Log: not supported by cvs2svn $
-
 
182
* Revision 1.4  2004/11/10 19:41:27  jpm
177
*
183
* Correction bogue quand pas de menu par défaut.
178
* $Log: not supported by cvs2svn $
184
*
179
* Revision 1.3  2004/09/23 17:57:19  jpm
185
* Revision 1.3  2004/09/23 17:57:19  jpm
180
* La page active n'est pas afficher sous forme de lien mais sous forme de texte.
186
* La page active n'est pas afficher sous forme de lien mais sous forme de texte.
181
*
187
*