Subversion Repositories Applications.papyrus

Rev

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

Rev 308 Rev 309
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.10 2005-03-15 14:47:14 jpm Exp $
22
// CVS : $Id: identification.php,v 1.11 2005-03-17 15:52:17 jpm 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.10 $ $Date: 2005-03-15 14:47:14 $
41
*@version       $Revision: 1.11 $ $Date: 2005-03-17 15:52:17 $
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
*/
43
*/
Line 44... Line 44...
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
Line 173... Line 173...
173
        }
173
        }
174
        $retour .= '</p>'."\n";
174
        $retour .= '</p>'."\n";
Line 175... Line 175...
175
        
175
        
176
        // Affichage du bouton de déconnexion
176
        // Affichage du bouton de déconnexion
177
        $retour .= str_repeat(' ', 16).'<p id="deconnexion">'."\n";
177
        $retour .= str_repeat(' ', 16).'<p id="deconnexion">'."\n";
178
        $retour .= str_repeat(' ', 20).'<a href="'.$url.'&amp;logout=1" />'.'Déconnexion'.'</a>'."\n";
178
        $retour .= str_repeat(' ', 20).'<a href="'.$url.'&amp;logout=1">'.'Déconnexion'.'</a>'."\n";
179
        $retour .= str_repeat(' ', 16).'</p>'."\n";
179
        $retour .= str_repeat(' ', 16).'</p>'."\n";
180
    }
180
    }
181
    return $retour;
181
    return $retour;
Line 188... Line 188...
188
 
188
 
189
 
189
 
190
/* +--Fin du code ----------------------------------------------------------------------------------------+
190
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
191
*
-
 
192
* $Log: not supported by cvs2svn $
-
 
193
* Revision 1.10  2005/03/15 14:47:14  jpm
191
*
194
* Utilisation d'un lien à la place d'un formulaire pour la déconnexion.
192
* $Log: not supported by cvs2svn $
195
*
193
* Revision 1.9  2005/03/15 14:17:46  jpm
196
* Revision 1.9  2005/03/15 14:17:46  jpm
194
* Ajout d'un fichier de config et de traduction.
197
* Ajout d'un fichier de config et de traduction.
195
* Début gestion des constantes de langue.
198
* Début gestion des constantes de langue.