Subversion Repositories Applications.papyrus

Rev

Rev 104 | Rev 1171 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 104 Rev 295
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.3 2004-10-25 14:49:59 jpm Exp $
24
// CVS : $Id: pap_identification.fonct.php,v 1.4 2005-03-03 14:36:09 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.3 $ $Date: 2004-10-25 14:49:59 $
38
*@version           $Revision: 1.4 $ $Date: 2005-03-03 14:36:09 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +-------------------------------------------------------------------------+
42
// +-------------------------------------------------------------------------+
Line 54... Line 54...
54
*/
54
*/
55
function GEN_afficherInfoIdentification()
55
function GEN_afficherInfoIdentification()
56
{
56
{
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 mise à 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 absente.';
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 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.3  2004/10/25 14:49:59  jpm
-
 
118
* Correction orthographe.
116
* $Log: not supported by cvs2svn $
119
*
117
* Revision 1.2  2004/09/23 14:32:03  jpm
120
* Revision 1.2  2004/09/23 14:32:03  jpm
118
* Correction bogue sur l'annuaire_tela.
121
* Correction bogue sur l'annuaire_tela.
119
*
122
*
120
* Revision 1.1  2004/06/15 15:10:15  jpm
123
* Revision 1.1  2004/06/15 15:10:15  jpm