Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 195 → Rev 196

/trunk/actu/incl_identification_ellipse.html
1,5 → 1,4
<?php
 
include_once 'papyrus/configuration/pap_config_avancee.inc.php' ;
include_once 'papyrus/applettes/identification/identification.php';
include_once 'api/debogage/BOG_sql.fonct.php';
6,15 → 5,14
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
include_once 'Net/URL.php' ;
 
 
$GLOBALS['_GEN_commun']['url'] = new Net_URL($url) ;
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN) ;
$GLOBALS['_GEN_commun']['pear_auth'] = & $AUTH ;
$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']->gsab_nom_table = 'annuaire_tela' ;
echo '<div id="menu_contextuel">' ;
echo afficherFormIdentification($tab_arguments, &$_GEN_commun) ;
$GLOBALS['_GEN_commun']['url'] = new Net_URL($url);
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN);
$GLOBALS['_GEN_commun']['pear_auth'] =& $GLOBALS['identification'];
$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']->gsab_nom_table = 'annuaire_tela';
echo '<div id="menu_contextuel">';
echo afficherFormIdentification($tab_arguments, $GLOBALS['_GEN_commun']);
echo '</div>' ;
?>