Line 19... |
Line 19... |
19 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | You should have received a copy of the GNU Lesser General Public |
|
20 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | License along with this library; if not, write to the Free Software |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | |
|
22 |
// | |
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// CVS : $Id: pap_identification.fonct.php,v 1.2 2004-09-23 14:32:03 jpm Exp $
|
24 |
// CVS : $Id: pap_identification.fonct.php,v 1.3 2004-10-25 14:49:59 jpm Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Bibliothèque de fonctions d'identification de Papyrus.
|
26 |
* Bibliothèque de fonctions d'identification de Papyrus.
|
27 |
*
|
27 |
*
|
28 |
* Ce paquetage contient des fonctions d'identifiacation pour différents besoin
|
28 |
* Ce paquetage contient des fonctions d'identifiacation pour différents besoin
|
29 |
* de Papyrus.
|
29 |
* de Papyrus.
|
Line 33... |
Line 33... |
33 |
//Auteur original :
|
33 |
//Auteur original :
|
34 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
34 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
35 |
//Autres auteurs :
|
35 |
//Autres auteurs :
|
36 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
36 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
37 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@copyright Tela-Botanica 2000-2004
|
38 |
*@version $Revision: 1.2 $ $Date: 2004-09-23 14:32:03 $
|
38 |
*@version $Revision: 1.3 $ $Date: 2004-10-25 14:49:59 $
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
*/
|
40 |
*/
|
Line 41... |
Line 41... |
41 |
|
41 |
|
42 |
// +-------------------------------------------------------------------------+
|
42 |
// +-------------------------------------------------------------------------+
|
Line 57... |
Line 57... |
57 |
$res = "\n";
|
57 |
$res = "\n";
|
58 |
$res .= str_repeat(' ', 12).'<p>';
|
58 |
$res .= str_repeat(' ', 12).'<p>';
|
59 |
$res .= 'Veuillez vous identifier dans la zone d\'identification mis à votre disposition sur ce site.';
|
59 |
$res .= 'Veuillez vous identifier dans la zone d\'identification mis à votre disposition sur ce site.';
|
60 |
$res .= str_repeat(' ', 12).'</p>'."\n";
|
60 |
$res .= str_repeat(' ', 12).'</p>'."\n";
|
61 |
$res .= str_repeat(' ', 12).'<p>';
|
61 |
$res .= str_repeat(' ', 12).'<p>';
|
62 |
$res .= '<strong>Note : </strong>Veuillez contacter le webmaster si cette zone d\'identification est abscente.';
|
62 |
$res .= '<strong>Note : </strong>Veuillez contacter le webmaster si cette zone d\'identification est absente.';
|
63 |
$res .= str_repeat(' ', 12).'</p>'."\n";
|
63 |
$res .= str_repeat(' ', 12).'</p>'."\n";
|
Line 64... |
Line 64... |
64 |
|
64 |
|
65 |
return $res;
|
65 |
return $res;
|
Line 112... |
Line 112... |
112 |
}
|
112 |
}
|
113 |
}
|
113 |
}
|
Line 114... |
Line 114... |
114 |
|
114 |
|
115 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
115 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
- |
|
116 |
* $Log: not supported by cvs2svn $
|
- |
|
117 |
* Revision 1.2 2004/09/23 14:32:03 jpm
|
- |
|
118 |
* Correction bogue sur l'annuaire_tela.
|
116 |
* $Log: not supported by cvs2svn $
|
119 |
*
|
117 |
* Revision 1.1 2004/06/15 15:10:15 jpm
|
120 |
* Revision 1.1 2004/06/15 15:10:15 jpm
|
118 |
* Changement de nom et d'arborescence de Genesia en Papyrus.
|
121 |
* Changement de nom et d'arborescence de Genesia en Papyrus.
|
119 |
*
|
122 |
*
|
120 |
* Revision 1.8 2004/05/01 11:42:40 jpm
|
123 |
* Revision 1.8 2004/05/01 11:42:40 jpm
|