Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 435 → Rev 436

/trunk/actu/incl_identification_ellipse.html
6,9 → 6,14
$GLOBALS['_GEN_commun']['url'] = $NetUrl;
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN);
$GLOBALS['_GEN_commun']['pear_auth'] =& $GLOBALS['identification'];
// Note : tant que Papyrus ne permet pas d'appeler une fonction permettant de récupérer les info de Auth, on est obligé
// de les rentrer à la main ci-dessous....
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME';
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME';
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif = 'http://www.tela-botanica.org/inscription';
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription = 'http://www.tela-botanica.org/page:inscription';
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif = 'http://www.tela-botanica.org/page:inscription';
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_erreur = 'http://www.tela-botanica.org/page:inscription?action=mdp_oubli';
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_aide = 'http://www.tela-botanica.org/page:faq#QTBI';
$GLOBALS['_GEN_commun']['info_auth_bdd']->gsab_nom_table = 'annuaire_tela';
echo '<div id="menu_contextuel">';
echo afficherFormIdentification(array(), $GLOBALS['_GEN_commun']);