Subversion Repositories Applications.papyrus

Rev

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

Rev 1176 Rev 1561
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.31 2006-12-15 14:49:47 jp_milcent Exp $
22
// CVS : $Id: identification.php,v 1.32 2007-08-28 14:14:35 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.31 $ $Date: 2006-12-15 14:49:47 $
41
*@version       $Revision: 1.32 $ $Date: 2007-08-28 14:14:35 $
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
*/
43
*/
Line 44... Line 44...
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
Line 232... Line 232...
232
 
232
 
233
 
233
 
234
/* +--Fin du code ----------------------------------------------------------------------------------------+
234
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
235
*
-
 
236
* $Log: not supported by cvs2svn $
-
 
237
* Revision 1.31  2006-12-15 14:49:47  jp_milcent
235
*
238
* Correction bogue : le type de cryptage est stocké à 2 endroits...
236
* $Log: not supported by cvs2svn $
239
*
237
* Revision 1.30  2006/12/14 15:01:05  jp_milcent
240
* Revision 1.30  2006/12/14 15:01:05  jp_milcent
238
* Utilisation d'un système permettant de mémoriser les idenitifications.
241
* Utilisation d'un système permettant de mémoriser les idenitifications.
239
* Passage à Auth 1.4.3 et DB 1.7.6.
242
* Passage à Auth 1.4.3 et DB 1.7.6.