Subversion Repositories Applications.papyrus

Rev

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

Rev 441 Rev 467
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.17 2005-09-12 09:17:17 alexandre_tb Exp $
22
// CVS : $Id: identification.php,v 1.18 2005-09-27 09:07:32 ddelon 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.17 $ $Date: 2005-09-12 09:17:17 $
41
*@version       $Revision: 1.18 $ $Date: 2005-09-27 09:07:32 $
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
*/
43
*/
Line 44... Line 44...
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
Line 143... Line 143...
143
        $retour .= str_repeat(' ', 16).'<form id="form_connexion" class="form_identification" action="'.$url.'" method="post">'."\n";
143
        $retour .= str_repeat(' ', 16).'<form id="form_connexion" class="form_identification" action="'.$url.'" method="post">'."\n";
144
        $retour .= str_repeat(' ', 16).'<fieldset>'."\n";
144
        $retour .= str_repeat(' ', 16).'<fieldset>'."\n";
145
        $retour .= str_repeat(' ', 20).'<legend>'.IDEN_LG_FORM_LEGEND.'</legend>'."\n";
145
        $retour .= str_repeat(' ', 20).'<legend>'.IDEN_LG_FORM_LEGEND.'</legend>'."\n";
146
        $retour .= str_repeat(' ', 20).''."\n";
146
        $retour .= str_repeat(' ', 20).''."\n";
147
        $retour .= str_repeat(' ', 24).'<label for="username">'.IDEN_LG_FORM_LABEL_COURRIEL.'</label>'."\n";
147
        $retour .= str_repeat(' ', 24).'<label for="username">'.IDEN_LG_FORM_LABEL_COURRIEL.'</label>'."\n";
148
        $retour .= str_repeat(' ', 24).'<input type="text" size="12" id="username" name="username" maxlength="80" tabindex="1" value="'.IDEN_LG_FORM_VALUE_COURRIEL.'" />'."\n";
148
        $retour .= str_repeat(' ', 24).'<input type="text"  id="username" name="username" maxlength="80" tabindex="1" value="'.IDEN_LG_FORM_VALUE_COURRIEL.'" />'."\n";
149
        $retour .= str_repeat(' ', 20).''."\n";
149
        $retour .= str_repeat(' ', 20).''."\n";
150
        $retour .= str_repeat(' ', 20).''."\n";
150
        $retour .= str_repeat(' ', 20).''."\n";
151
        $retour .= str_repeat(' ', 24).'<label for="password">'.IDEN_LG_FORM_LABEL_MDP.'</label>'."\n";
151
        $retour .= str_repeat(' ', 24).'<label for="password">'.IDEN_LG_FORM_LABEL_MDP.'</label>'."\n";
152
        $retour .= str_repeat(' ', 24).'<input type="password" size="12" id="password" name="password" maxlength="80" tabindex="2" value="'.IDEN_LG_FORM_VALUE_MDP.'" />'."\n";
152
        $retour .= str_repeat(' ', 24).'<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="'.IDEN_LG_FORM_VALUE_MDP.'" />'."\n";
153
        $retour .= str_repeat(' ', 20).''."\n";
153
        $retour .= str_repeat(' ', 20).''."\n";
154
        $retour .= str_repeat(' ', 20).''."\n";
154
        $retour .= str_repeat(' ', 20).''."\n";
155
        $retour .= str_repeat(' ', 24).'<input type="submit" id="connexion" name="connexion" tabindex="3" value="'.IDEN_LG_FORM_VALUE_SUBMIT.'" />'."\n";
155
        $retour .= str_repeat(' ', 24).'<input type="submit" id="connexion" name="connexion" tabindex="3" value="'.IDEN_LG_FORM_VALUE_SUBMIT.'" />'."\n";
156
        $retour .= str_repeat(' ', 20).''."\n";
156
        $retour .= str_repeat(' ', 20).''."\n";
157
        // Si l'url de la page d'inscription est stockée dans les paramêtres, nous l'affichons
157
        // Si l'url de la page d'inscription est stockée dans les paramêtres, nous l'affichons
Line 204... Line 204...
204
 
204
 
205
 
205
 
206
/* +--Fin du code ----------------------------------------------------------------------------------------+
206
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
207
*
-
 
208
* $Log: not supported by cvs2svn $
-
 
209
* Revision 1.17  2005/09/12 09:17:17  alexandre_tb
207
*
210
* utilisation de l'objet Net_URL pour ajouter la variable logout dans le lien de déconnexion
208
* $Log: not supported by cvs2svn $
211
*
209
* Revision 1.16  2005/06/09 17:06:28  jpm
212
* Revision 1.16  2005/06/09 17:06:28  jpm
210
* Ajout de constantes de langue.
213
* Ajout de constantes de langue.
211
*
214
*