Subversion Repositories Applications.papyrus

Rev

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

Rev 754 Rev 959
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: identification.php,v 1.21 2006-03-02 10:49:49 ddelon Exp $
22
// CVS : $Id: identification.php,v 1.22 2006-09-21 15:25:17 jp_milcent Exp $
23
/**
23
/**
24
* Applette : identification
24
* Applette : identification
25
*
25
*
26
* Génère un formulaire les champs nécessaires pour s'identifier.
26
* Génère un formulaire les champs nécessaires pour s'identifier.
27
* Nécessite :
27
* Nécessite :
Line 36... Line 36...
36
//Auteur original :
36
//Auteur original :
37
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
37
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
38
//Autres auteurs :
38
//Autres auteurs :
39
*@author        Aucun
39
*@author        Aucun
40
*@copyright     Tela-Botanica 2000-2004
40
*@copyright     Tela-Botanica 2000-2004
41
*@version       $Revision: 1.21 $ $Date: 2006-03-02 10:49:49 $
41
*@version       $Revision: 1.22 $ $Date: 2006-09-21 15:25:17 $
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
*/
43
*/
Line 44... Line 44...
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
Line 196... Line 196...
196
                        $GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif.'">'.
196
                        $GLOBALS['_GEN_commun']['info_auth_bdd']->url_inscription_modif.'">'.
197
                        IDEN_LG_INSCRIPTION_URL_MODIF.
197
                        IDEN_LG_INSCRIPTION_URL_MODIF.
198
                        '</a>'."\n";
198
                        '</a>'."\n";
199
        }
199
        }
200
        // Affichage du bouton de déconnexion
200
        // Affichage du bouton de déconnexion
201
        $objet_url->addQueryString('logout', 1) ;
201
        $objet_url->addQueryString('logout', 1);
202
        $retour .= str_repeat(' ', 20).'<a id="deconnexion" href="'.$objet_url->getURL().'">'.IDEN_LG_DECONNEXION.'</a>'."\n";
202
        $retour .= str_repeat(' ', 20).'<a id="deconnexion" href="'.$objet_url->getURL().'">'.IDEN_LG_DECONNEXION.'</a>'."\n";
-
 
203
        $objet_url->removeQueryString('logout');
203
        $retour .= str_repeat(' ', 16).'</p>'."\n";
204
        $retour .= str_repeat(' ', 16).'</p>'."\n";
204
    }
205
    }
205
    return $retour;
206
    return $retour;
206
}
207
}
Line 212... Line 213...
212
 
213
 
213
 
214
 
214
/* +--Fin du code ----------------------------------------------------------------------------------------+
215
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
216
*
-
 
217
* $Log: not supported by cvs2svn $
-
 
218
* Revision 1.21  2006/03/02 10:49:49  ddelon
215
*
219
* Fusion branche multilinguisme dans branche principale
216
* $Log: not supported by cvs2svn $
220
*
217
* Revision 1.20  2005/12/13 11:13:35  alexandre_tb
221
* Revision 1.20  2005/12/13 11:13:35  alexandre_tb
218
* ajout d'un message si l'identification échoue
222
* ajout d'un message si l'identification échoue
219
*
223
*