Subversion Repositories Sites.tela-botanica.org

Rev

Rev 292 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 1
<?php
2
include_once 'papyrus/applettes/identification/identification.php';
3
include_once 'api/debogage/BOG_sql.fonct.php';
4
include_once 'papyrus/bibliotheque/fonctions/pap_identification.fonct.php';
5
 
292 jpm 6
$GLOBALS['_GEN_commun']['url'] = $NetUrl;
196 jpm 7
$GLOBALS['_GEN_commun']['pear_db'] = DB::connect (PAP_DSN);
8
$GLOBALS['_GEN_commun']['pear_auth'] =& $GLOBALS['identification'];
9
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_prenom = 'U_SURNAME';
10
$GLOBALS['_GEN_commun']['info_auth_bdd']->chp_personne_nom = 'U_NAME';
11
$GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif = 'http://www.tela-botanica.org/inscription';
12
$GLOBALS['_GEN_commun']['info_auth_bdd']->gsab_nom_table = 'annuaire_tela';
13
echo '<div id="menu_contextuel">';
14
echo afficherFormIdentification($tab_arguments, $GLOBALS['_GEN_commun']);
4 david 15
echo '</div>' ;
16
?>