Subversion Repositories Applications.papyrus

Rev

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

Rev 781 Rev 1016
Line 38... Line 38...
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
39
//Autres auteurs :
39
//Autres auteurs :
40
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
40
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
41
*@author        Laurent COUDOUNEAU <lc@gsite.org>
41
*@author        Laurent COUDOUNEAU <lc@gsite.org>
42
*@copyright     Tela-Botanica 2000-2004
42
*@copyright     Tela-Botanica 2000-2004
43
*@version       $Revision: 1.11 $ $Date: 2006-03-15 23:35:25 $
43
*@version       $Revision: 1.12 $ $Date: 2006-10-06 10:40:51 $
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
45
//
45
//
46
// $Id: admin_site.php,v 1.11 2006-03-15 23:35:25 ddelon Exp $
46
// $Id: admin_site.php,v 1.12 2006-10-06 10:40:51 florian Exp $
47
// FICHIER : $RCSfile: admin_site.php,v $
47
// FICHIER : $RCSfile: admin_site.php,v $
48
// AUTEUR  : $Author: ddelon $
48
// AUTEUR  : $Author: florian $
49
// VERSION : $Revision: 1.11 $
49
// VERSION : $Revision: 1.12 $
50
// DATE    : $Date: 2006-03-15 23:35:25 $
50
// DATE    : $Date: 2006-10-06 10:40:51 $
51
// +------------------------------------------------------------------------------------------------------+
51
// +------------------------------------------------------------------------------------------------------+
52
**/
52
**/
53
// +------------------------------------------------------------------------------------------------------+
53
// +------------------------------------------------------------------------------------------------------+
54
// |                                            ENTÊTE du PROGRAMME                                       |
54
// |                                            ENTÊTE du PROGRAMME                                       |
55
// +------------------------------------------------------------------------------------------------------+
55
// +------------------------------------------------------------------------------------------------------+
Line 304... Line 304...
304
            
304
            
Line 305... Line 305...
305
        }
305
        }
306
        
306
        
307
        return $sortie_xhtml;
307
        return $sortie_xhtml;
-
 
308
    } else {
-
 
309
        // L'utilisateur n'est pas identifie, nous lui demandons de le faire.        
-
 
310
        $res='';
-
 
311
    	$res .= '<p class="zone_alert">'.ADSI_IDENTIFIEZ_VOUS.'</p>'."\n" ;
-
 
312
		$res .= '<form id="form_connexion" style="clear:both;" class="form_identification" action="' ;		
-
 
313
		$res .= $url;
308
    } else {
314
		$res .= '" method="post">
-
 
315
                <fieldset>
-
 
316
                    <legend>Identifiez vous</legend>                    
-
 
317
                        <label for="username">Courriel : </label>
-
 
318
                        <input type="text"  id="username" name="username" maxlength="80" tabindex="1" value="courriel" />                    
-
 
319
                        <label for="password">Mot de passe : </label>
-
 
320
                        <input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" />                    
-
 
321
                        <input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />                    
-
 
322
                </fieldset>
309
        // L'utilisateur n'est pas identifier, nous lui demandons de le faire.
323
                </form>';
310
        return GEN_afficherInfoIdentification();
324
        return $res ;    
Line 311... Line 325...
311
    }
325
    }
312
}//Fin de la fonction afficherContenuCorps().
326
}//Fin de la fonction afficherContenuCorps().
-
 
327
 
-
 
328
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
329
* $Log: not supported by cvs2svn $
313
 
330
* Revision 1.11  2006/03/15 23:35:25  ddelon
314
/* +--Fin du code ---------------------------------------------------------------------------------------+
331
* Gestion site
315
* $Log: not supported by cvs2svn $
332
*
316
* Revision 1.10  2006/03/02 10:49:49  ddelon
333
* Revision 1.10  2006/03/02 10:49:49  ddelon
317
* Fusion branche multilinguisme dans branche principale
334
* Fusion branche multilinguisme dans branche principale