Line 19... |
Line 19... |
19 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | You should have received a copy of the GNU Lesser General Public |
|
20 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | License along with this library; if not, write to the Free Software |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | |
|
22 |
// | |
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// CVS : $Id: pap_initialise_info.inc.php,v 1.27 2006-11-07 18:43:54 jp_milcent Exp $
|
24 |
// CVS : $Id: pap_initialise_info.inc.php,v 1.28 2006-12-01 15:41:21 ddelon Exp $
|
25 |
/**
|
25 |
/**
|
26 |
*Initialisation de Papyrus : vérification et récupération de paramètres généraux.
|
26 |
*Initialisation de Papyrus : vérification et récupération de paramètres généraux.
|
27 |
*
|
27 |
*
|
28 |
* La page contient le code initialisant l'éxecution du rendu d'une page par Papyrus.
|
28 |
* La page contient le code initialisant l'éxecution du rendu d'une page par Papyrus.
|
29 |
* Nous y trouvons la recherche des informations disponibles sur :
|
29 |
* Nous y trouvons la recherche des informations disponibles sur :
|
Line 39... |
Line 39... |
39 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
39 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
40 |
//Autres auteurs :
|
40 |
//Autres auteurs :
|
41 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
41 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
42 |
*@author Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
|
42 |
*@author Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
|
43 |
*@copyright Tela-Botanica 2000-2004
|
43 |
*@copyright Tela-Botanica 2000-2004
|
44 |
*@version $Revision: 1.27 $ $Date: 2006-11-07 18:43:54 $
|
44 |
*@version $Revision: 1.28 $ $Date: 2006-12-01 15:41:21 $
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
46 |
*/
|
46 |
*/
|
Line 47... |
Line 47... |
47 |
|
47 |
|
48 |
// +------------------------------------------------------------------------------------------------------+
|
48 |
// +------------------------------------------------------------------------------------------------------+
|
Line 458... |
Line 458... |
458 |
|
458 |
|
459 |
// +------------------------------------------------------------------------------------------------------+
|
459 |
// +------------------------------------------------------------------------------------------------------+
|
Line 460... |
Line 460... |
460 |
// Gestion de l'objet URL
|
460 |
// Gestion de l'objet URL
|
- |
|
461 |
|
461 |
|
462 |
$_GEN_commun['url'] = & new Pap_URL(PAP_URL);
|
- |
|
463 |
if (isset($_GEN_commun['info_menu'])) {
|
Line 462... |
Line 464... |
462 |
$_GEN_commun['url'] = & new Pap_URL(PAP_URL);
|
464 |
$_GEN_commun['url']->setId($_GEN_commun['info_menu']->gm_id_menu);
|
463 |
$_GEN_commun['url']->setId($_GEN_commun['info_menu']->gm_id_menu);
|
465 |
}
|
464 |
|
466 |
|
Line 480... |
Line 482... |
480 |
$_GEN_commun['url']->addQueryString(GEN_URL_CLE_FORMAT, $_GEN_commun['url_format']);
|
482 |
$_GEN_commun['url']->addQueryString(GEN_URL_CLE_FORMAT, $_GEN_commun['url_format']);
|
481 |
}
|
483 |
}
|
Line 482... |
Line 484... |
482 |
|
484 |
|
483 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
485 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
- |
|
486 |
* $Log: not supported by cvs2svn $
|
- |
|
487 |
* Revision 1.27 2006/11/07 18:43:54 jp_milcent
|
- |
|
488 |
* Modification des expressions régulières des permaliens.
|
484 |
* $Log: not supported by cvs2svn $
|
489 |
*
|
485 |
* Revision 1.26 2006/10/18 10:18:05 jp_milcent
|
490 |
* Revision 1.26 2006/10/18 10:18:05 jp_milcent
|
486 |
* Gestion des erreurs HTTP par Papyrus.
|
491 |
* Gestion des erreurs HTTP par Papyrus.
|
487 |
*
|
492 |
*
|
488 |
* Revision 1.25 2006/10/11 18:04:11 jp_milcent
|
493 |
* Revision 1.25 2006/10/11 18:04:11 jp_milcent
|