Subversion Repositories Applications.papyrus

Rev

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

Rev 1688 Rev 1968
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: lien.php,v 1.1 2006-12-08 20:08:59 jp_milcent Exp $
24
// CVS : $Id: lien.php,v 1.1.4.1 2008-11-14 11:22:22 jp_milcent Exp $
25
/**
25
/**
26
* papyrus_bp - lien.php
26
* papyrus_bp - lien.php
27
*
27
*
28
* Description :
28
* Description :
29
*
29
*
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 1999-2006
35
*@copyright     Tela-Botanica 1999-2006
36
*@version       $Revision: 1.1 $ $Date: 2006-12-08 20:08:59 $
36
*@version       $Revision: 1.1.4.1 $ $Date: 2008-11-14 11:22:22 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 71... Line 71...
71
*/
71
*/
72
function afficherLien($tab_applette_arguments, $_GEN_commun)
72
function afficherLien($tab_applette_arguments, $_GEN_commun)
73
{
73
{
74
	// Initialisation des variables
74
	// Initialisation des variables
75
    $sortie = '';
75
    $sortie = '';
-
 
76
    $niveau = null;
76
	$GLOBALS['_LIEN_']['url'] = '';
77
	$GLOBALS['_LIEN_']['url'] = '';
77
	$GLOBALS['_LIEN_']['titre'] = LIEN_LG_ERREUR_TITRE;
78
	$GLOBALS['_LIEN_']['titre'] = LIEN_LG_ERREUR_TITRE;
78
    $GLOBALS['_LIEN_']['erreurs'] = array();
79
    $GLOBALS['_LIEN_']['erreurs'] = array();
Line 79... Line 80...
79
 
80
 
Line 176... Line 177...
176
}
177
}
Line 177... Line 178...
177
 
178
 
178
/* +--Fin du code ----------------------------------------------------------------------------------------+
179
/* +--Fin du code ----------------------------------------------------------------------------------------+
179
*
180
*
-
 
181
* $Log: not supported by cvs2svn $
-
 
182
* Revision 1.1  2006-12-08 20:08:59  jp_milcent
-
 
183
* Ajout de l'apllette Lien.
180
* $Log: not supported by cvs2svn $
184
*
181
*
185
*
182
* +-- Fin du code ----------------------------------------------------------------------------------------+
186
* +-- Fin du code ----------------------------------------------------------------------------------------+
183
*/
187
*/
184
?>
188
?>