Subversion Repositories Applications.papyrus

Rev

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

Rev 228 Rev 246
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.6 2004-12-13 18:07:09 alex Exp $
22
// CVS : $Id: identification.php,v 1.7 2005-01-07 12:43:03 alex 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.6 $ $Date: 2004-12-13 18:07:09 $
41
*@version       $Revision: 1.7 $ $Date: 2005-01-07 12:43:03 $
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
*/
43
*/
Line 44... Line 44...
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
Line 130... Line 130...
130
        $res  = str_repeat(' ', 16).'<form id="form_connexion" action="'.$url.'" method="post">'."\n";
130
        $res  = str_repeat(' ', 16).'<form id="form_connexion" action="'.$url.'" method="post">'."\n";
131
        $res .= str_repeat(' ', 16).'<fieldset>'."\n";
131
        $res .= str_repeat(' ', 16).'<fieldset>'."\n";
132
        $res .= str_repeat(' ', 20).'<legend>'.'Identification'.'</legend>'."\n";
132
        $res .= str_repeat(' ', 20).'<legend>'.'Identification'.'</legend>'."\n";
133
        $res .= str_repeat(' ', 20).''."\n";
133
        $res .= str_repeat(' ', 20).''."\n";
134
        $res .= str_repeat(' ', 24).'<label for="username">'.'Courriel :'.'</label>'."\n";
134
        $res .= str_repeat(' ', 24).'<label for="username">'.'Courriel :'.'</label>'."\n";
135
        $res .= str_repeat(' ', 24).'<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="'.'courriel'.'" />'."\n";
135
        $res .= str_repeat(' ', 24).'<input type="text" size="12" id="username" name="username" maxlength="80" tabindex="1" value="'.'courriel'.'" />'."\n";
136
        $res .= str_repeat(' ', 20).''."\n";
136
        $res .= str_repeat(' ', 20).''."\n";
137
        $res .= str_repeat(' ', 20).''."\n";
137
        $res .= str_repeat(' ', 20).''."\n";
138
        $res .= str_repeat(' ', 24).'<label for="password">'.'Mot de passe :'.'</label>'."\n";
138
        $res .= str_repeat(' ', 24).'<label for="password">'.'Mot de passe :'.'</label>'."\n";
139
        $res .= str_repeat(' ', 24).'<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="'.'mot de passe'.'" />'."\n";
139
        $res .= str_repeat(' ', 24).'<input type="password" size="12" id="password" name="password" maxlength="80" tabindex="2" value="'.'mot de passe'.'" />'."\n";
140
        $res .= str_repeat(' ', 20).''."\n";
140
        $res .= str_repeat(' ', 20).''."\n";
141
        $res .= str_repeat(' ', 20).''."\n";
141
        $res .= str_repeat(' ', 20).''."\n";
142
        $res .= str_repeat(' ', 24).'<input type="submit" id="connexion" name="connexion" tabindex="3" value="'.'ok'.'" />'."\n";
142
        $res .= str_repeat(' ', 24).'<input type="submit" id="connexion" name="connexion" tabindex="3" value="'.'ok'.'" />'."\n";
143
        $res .= str_repeat(' ', 20).''."\n";
143
        $res .= str_repeat(' ', 20).''."\n";
144
        $res .= str_repeat(' ', 16).'</fieldset>'."\n";
144
        $res .= str_repeat(' ', 16).'</fieldset>'."\n";
Line 170... Line 170...
170
 
170
 
171
 
171
 
172
/* +--Fin du code ----------------------------------------------------------------------------------------+
172
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
173
*
-
 
174
* $Log: not supported by cvs2svn $
-
 
175
* Revision 1.6  2004/12/13 18:07:09  alex
173
*
176
* désauthentification spip presque parfaite
174
* $Log: not supported by cvs2svn $
177
*
175
* Revision 1.5  2004/09/23 14:31:12  jpm
178
* Revision 1.5  2004/09/23 14:31:12  jpm
176
* Correction bogue sur l'identification de l'annuaire_tela.
179
* Correction bogue sur l'identification de l'annuaire_tela.
177
*
180
*