Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 103 → Rev 104

/trunk/papyrus/bibliotheque/fonctions/pap_identification.fonct.php
21,7 → 21,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// | |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_identification.fonct.php,v 1.2 2004-09-23 14:32:03 jpm Exp $
// CVS : $Id: pap_identification.fonct.php,v 1.3 2004-10-25 14:49:59 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.2 $ $Date: 2004-09-23 14:32:03 $
*@version $Revision: 1.3 $ $Date: 2004-10-25 14:49:59 $
// +------------------------------------------------------------------------------------------------------+
*/
 
59,7 → 59,7
$res .= 'Veuillez vous identifier dans la zone d\'identification mis à 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 abscente.';
$res .= '<strong>Note : </strong>Veuillez contacter le webmaster si cette zone d\'identification est absente.';
$res .= str_repeat(' ', 12).'</p>'."\n";
return $res;
114,6 → 114,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.2 2004/09/23 14:32:03 jpm
* Correction bogue sur l'annuaire_tela.
*
* Revision 1.1 2004/06/15 15:10:15 jpm
* Changement de nom et d'arborescence de Genesia en Papyrus.
*