21,7 → 21,7 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
// | | |
// +------------------------------------------------------------------------------------------------------+ |
// CVS : $Id: pap_identification.fonct.php,v 1.3 2004-10-25 14:49:59 jpm Exp $ |
// CVS : $Id: pap_identification.fonct.php,v 1.4 2005-03-03 14:36:09 jpm Exp $ |
/** |
* Bibliothèque de fonctions d'identification de Papyrus. |
* |
35,7 → 35,7 |
//Autres auteurs : |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org> |
*@copyright Tela-Botanica 2000-2004 |
*@version $Revision: 1.3 $ $Date: 2004-10-25 14:49:59 $ |
*@version $Revision: 1.4 $ $Date: 2005-03-03 14:36:09 $ |
// +------------------------------------------------------------------------------------------------------+ |
*/ |
|
56,7 → 56,7 |
{ |
$res = "\n"; |
$res .= str_repeat(' ', 12).'<p>'; |
$res .= 'Veuillez vous identifier dans la zone d\'identification mis à votre disposition sur ce site.'; |
$res .= 'Veuillez vous identifier dans la zone d\'identification mise à votre disposition sur ce site.'; |
$res .= str_repeat(' ', 12).'</p>'."\n"; |
$res .= str_repeat(' ', 12).'<p>'; |
$res .= '<strong>Note : </strong>Veuillez contacter le webmaster si cette zone d\'identification est absente.'; |
114,6 → 114,9 |
|
/* +--Fin du code ---------------------------------------------------------------------------------------+ |
* $Log: not supported by cvs2svn $ |
* Revision 1.3 2004/10/25 14:49:59 jpm |
* Correction orthographe. |
* |
* Revision 1.2 2004/09/23 14:32:03 jpm |
* Correction bogue sur l'annuaire_tela. |
* |