Subversion Repositories Applications.papyrus

Rev

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

Rev 329 Rev 342
Line 20... Line 20...
20
// | You should have received a copy of the GNU Lesser General Public                                     |
20
// | You should have received a copy of the GNU Lesser General Public                                     |
21
// | License along with this library; if not, write to the Free Software                                  |
21
// | License along with this library; 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
// +------------------------------------------------------------------------------------------------------+
24
// +------------------------------------------------------------------------------------------------------+
25
// CVS : $Id: pap_config_avancee.inc.php,v 1.13 2005-04-12 16:12:46 jpm Exp $
25
// CVS : $Id: pap_config_avancee.inc.php,v 1.14 2005-04-18 16:40:39 jpm Exp $
26
/**
26
/**
27
* Page de configuration avancée de Papyrus
27
* Page de configuration avancée de Papyrus
28
*
28
*
29
* La page contient différents paramêtre permettant de configurer, le chronométrage, le débogage, les url...
29
* La page contient différents paramêtre permettant de configurer, le chronométrage, le débogage, les url...
30
*
30
*
Line 34... Line 34...
34
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author            Alexandre GRANIER <alex@tela-botanica.org>
36
*@author            Alexandre GRANIER <alex@tela-botanica.org>
37
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
37
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
38
*@copyright         Tela-Botanica 2000-2004
38
*@copyright         Tela-Botanica 2000-2004
39
*@version           $Revision: 1.13 $ $Date: 2005-04-12 16:12:46 $
39
*@version           $Revision: 1.14 $ $Date: 2005-04-18 16:40:39 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
Line 76... Line 76...
76
// Paramétrage du nom du champ servant à identifier un site dans l'url
76
// Paramétrage du nom du champ servant à identifier un site dans l'url
77
/** Type du code d'un site passé dans l'url.*/
77
/** Type du code d'un site passé dans l'url.*/
78
define('GEN_URL_ID_TYPE_SITE', 'int');// string ou int
78
define('GEN_URL_ID_TYPE_SITE', 'int');// string ou int
79
/** Type du code d'un menu passé dans l'url.*/
79
/** Type du code d'un menu passé dans l'url.*/
80
define('GEN_URL_ID_TYPE_MENU', 'int');// string ou int
80
define('GEN_URL_ID_TYPE_MENU', 'int');// string ou int
-
 
81
/** Type du code d'un site pour les urls raccourcies.*/
-
 
82
define('GEN_URL_RACCOURCI_ID_TYPE_SITE', 'string');// string ou int
-
 
83
/** Type du code d'un menu pour les urls raccourcies.*/
-
 
84
define('GEN_URL_RACCOURCI_ID_TYPE_MENU', 'string');// string ou int
Line 81... Line 85...
81
 
85
 
82
// +------------------------------------------------------------------------------------------------------+
86
// +------------------------------------------------------------------------------------------------------+
83
// Paramétrage des clés de l'url
87
// Paramétrage des clés de l'url
84
// Redéfini le séparateur utilisé lorsque PHP génère des URLs pour séparer les arguments. (compatible XHTML strict)
88
// Redéfini le séparateur utilisé lorsque PHP génère des URLs pour séparer les arguments. (compatible XHTML strict)