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: iden_config.inc.php,v 1.2 2006-11-20 17:30:40 jp_milcent Exp $
|
24 |
// CVS : $Id: iden_config.inc.php,v 1.3 2007-09-18 08:41:14 alexandre_tb Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Configuration de l'applette Identification.
|
26 |
* Configuration de l'applette Identification.
|
27 |
*
|
27 |
*
|
28 |
* Fichier de configuration de l'applette Identification.
|
28 |
* Fichier de configuration de l'applette Identification.
|
29 |
*
|
29 |
*
|
Line 32... |
Line 32... |
32 |
//Auteur original :
|
32 |
//Auteur original :
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
34 |
//Autres auteurs :
|
34 |
//Autres auteurs :
|
35 |
*@author Aucun
|
35 |
*@author Aucun
|
36 |
*@copyright Tela-Botanica 2000-2005
|
36 |
*@copyright Tela-Botanica 2000-2005
|
37 |
*@version $Revision: 1.2 $ $Date: 2006-11-20 17:30:40 $
|
37 |
*@version $Revision: 1.3 $ $Date: 2007-09-18 08:41:14 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 58... |
Line 58... |
58 |
/** Chemin vers les fichiers de traduction de l'applette Identification de Papyrus.*/
|
58 |
/** Chemin vers les fichiers de traduction de l'applette Identification de Papyrus.*/
|
59 |
define('IDEN_CHEMIN_LANGUE', IDEN_CHEMIN_APPLETTE.'langues'.GEN_SEP);
|
59 |
define('IDEN_CHEMIN_LANGUE', IDEN_CHEMIN_APPLETTE.'langues'.GEN_SEP);
|
60 |
/** Chemin vers les fichiers de la bibliotheque de l'applette Identification de Papyrus.*/
|
60 |
/** Chemin vers les fichiers de la bibliotheque de l'applette Identification de Papyrus.*/
|
61 |
define('IDEN_CHEMIN_BIBLIO', IDEN_CHEMIN_APPLETTE.'bibliotheque'.GEN_SEP);
|
61 |
define('IDEN_CHEMIN_BIBLIO', IDEN_CHEMIN_APPLETTE.'bibliotheque'.GEN_SEP);
|
Line -... |
Line 62... |
- |
|
62 |
|
- |
|
63 |
/** Chemin vers le fichier squelette par defaut */
|
- |
|
64 |
define ('IDEN_SQUELETTE_DEFAUT', 'identification.tpl.html');
|
62 |
|
65 |
|
63 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
66 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
64 |
*
|
67 |
*
|
- |
|
68 |
* $Log: not supported by cvs2svn $
|
- |
|
69 |
* Revision 1.2 2006/11/20 17:30:40 jp_milcent
|
- |
|
70 |
* Amélioration de la gestion de l'identification.
|
- |
|
71 |
* Utilisation des durées de session correcte.
|
- |
|
72 |
* Suppression du code pour Spip non fonctionnel.
|
65 |
* $Log: not supported by cvs2svn $
|
73 |
*
|
66 |
* Revision 1.1 2005/03/15 14:18:49 jpm
|
74 |
* Revision 1.1 2005/03/15 14:18:49 jpm
|
67 |
* Ajout d'un fichier de config.
|
75 |
* Ajout d'un fichier de config.
|
68 |
*
|
76 |
*
|
69 |
*
|
77 |
*
|