Subversion Repositories eFlore/Archives.chorologie

Compare Revisions

Ignore whitespace Rev 19 → Rev 20

/trunk/configuration/echoro_config.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: echoro_config.inc.php,v 1.2 2005-02-22 19:36:55 jpm Exp $
// CVS : $Id: echoro_config.inc.php,v 1.3 2005-02-23 17:30:14 jpm Exp $
/**
* Fichier de configuration de la chorologie d'eFlore.
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2005-02-22 19:36:55 $
*@version $Revision: 1.3 $ $Date: 2005-02-23 17:30:14 $
// +------------------------------------------------------------------------------------------------------+
*/
 
76,6 → 76,8
define('ECHORO_CHEMIN_LANGUE', ECHORO_CHEMIN_APPLI.'langues/');
/** Constante stockant le chemin vers le dossier styles.*/
define('ECHORO_CHEMIN_STYLE', ECHORO_CHEMIN_PRESENTATION.'styles/');
/** Constante stockant le chemin vers le dossier images.*/
define('ECHORO_CHEMIN_IMAGE', ECHORO_CHEMIN_PRESENTATION.'images/');
 
// +------------------------------------------------------------------------------------------------------+
// Définition de fichiers
127,9 → 129,9
global $choro_dep_TABLEAU_CHOIX_LIGNE_PAGE;
$choro_dep_TABLEAU_CHOIX_LIGNE_PAGE = array(10,'Afficher les taxons par 10',20,'Afficher les taxons par 20',50,'Afficher les taxons par 50',100,'Afficher les taxons par 100', 200,'Afficher les taxons par 200');
define('MODELE_INFO', 'taxon');
define('CLASSE_CSS_TITRE', 'insTitle1');
define('CLASSE_CSS_FRAGMENTEUR', 'insInputForm');
define('CLASSE_CSS_INFO', 'insTitle1');
define('CLASSE_CSS_TITRE', 'echoro_titre');
define('CLASSE_CSS_FRAGMENTEUR', 'nav_fragmenteur');
define('CLASSE_CSS_INFO', 'echoro_info');
 
/** Constantes de définition de style */
define('STYLE_GSITE', 1);//à 1 on utilise le la librairie de style GSITE à O, on doit inclure un fichier CSS dans l'entête
326,6 → 328,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2005/02/22 19:36:55 jpm
* Ajout de constantes de configuration.
*
* Revision 1.1 2005/02/22 12:02:41 jpm
* Ajout des fichiers de configuration de l'application.
*