Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 243 → Rev 244

/trunk/client/annuaire/bibliotheque/annuaire.fonct.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: annuaire.fonct.php,v 1.1.1.1 2005-01-03 17:27:49 alex Exp $
// CVS : $Id: annuaire.fonct.php,v 1.2 2005-01-06 15:18:31 alex Exp $
/**
* Fonctions du module annuaire
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1.1.1 $
*@version $Revision: 1.2 $
// +------------------------------------------------------------------------------------------------------+
*/
 
47,11 → 47,8
 
 
function AUTH_formulaire_login() {
// l'url de la page en cours
$url = ANN_URL_SPIP;
 
$res = '';
$url = preg_replace ('/&/', '&', $GLOBALS['ann_url']->getURL()) ;
$form = new HTML_QuickForm ('inscription', 'post', $url) ;
$form->addElement ('text', 'username', ANN_EMAIL) ;
$form->addElement ('password', 'password', ANN_MOT_DE_PASSE) ;
168,6 → 165,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1.1.1 2005/01/03 17:27:49 alex
* Import initial
*
* Revision 1.1 2005/01/03 17:18:49 alex
* retour vers la liste des participants après un ajout.
*