Subversion Repositories Sites.gentiana.org

Compare Revisions

Ignore whitespace Rev 47 → Rev 48

/trunk/client/annuaire/bibliotheque/annuaire.fonct.php
49,6 → 49,8
$res = '';
$url = preg_replace ('/&/', '&', $GLOBALS['ann_url']->getURL()) ;
 
$res .= '<p>'.ANN_IDENTIFICATION_PRESENTATION_XHTML.'</p>'."\n" ;
$form = new HTML_QuickForm ('inscription', 'post', $url) ;
$form->addElement ('text', 'username', ANN_EMAIL) ;
56,7 → 58,6
$form->addElement('submit', 'valider', ANN_VALIDER);
$res .= $form->toHTML() ;
 
$res .= '<p>'.ANN_TEXTE_PERDU.'</p>'."\n" ;
return $res;
}