Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: annuaire.php,v 1.2 2005-09-29 16:07:51 alexandre_tb Exp $
|
22 |
// CVS : $Id: annuaire.php,v 1.3 2005-10-03 09:38:42 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* programme principal du module annuaire
|
24 |
* programme principal du module annuaire
|
25 |
*
|
25 |
*
|
26 |
* programme principal du module annuaire
|
26 |
* programme principal du module annuaire
|
27 |
*
|
27 |
*
|
Line 30... |
Line 30... |
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
31 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
31 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@author Aucun
|
33 |
*@author Aucun
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.2 $
|
35 |
*@version $Revision: 1.3 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 54... |
Line 54... |
54 |
* @return string HTML
|
54 |
* @return string HTML
|
55 |
*/
|
55 |
*/
|
56 |
function afficherContenuCorps () {
|
56 |
function afficherContenuCorps () {
|
57 |
$res = '<h1 class="annuaire_titre1">'.ANN_TITRE.'</h1>'."\n" ;
|
57 |
$res = '<h1 class="annuaire_titre1">'.ANN_TITRE.'</h1>'."\n" ;
|
58 |
if (!$GLOBALS['AUTH']->getAuth()) {
|
58 |
if (!$GLOBALS['AUTH']->getAuth()) {
|
59 |
include_once INS_CHEMIN_APPLI.'langues/bottin_langue_fr.inc.php';
|
- |
|
60 |
include_once INS_CHEMIN_APPLI.'configuration/inscription.config.inc.php';
|
- |
|
61 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
|
- |
|
62 |
$res .= AUTH_formulaire_login() ;
|
59 |
$res .= ANN_LOGUEZ_VOUS ;
|
63 |
} else {
|
60 |
} else {
|
64 |
// Le code javascript des cases à cocher
|
61 |
// Le code javascript des cases à cocher
|
65 |
$java =
|
62 |
$java =
|
66 |
'function setCheckboxes(the_form) {
|
63 |
'function setCheckboxes(the_form) {
|
67 |
var do_check = document.forms[the_form].elements[\'selecttotal\'].checked;
|
64 |
var do_check = document.forms[the_form].elements[\'selecttotal\'].checked;
|
Line 89... |
Line 86... |
89 |
return $res;
|
86 |
return $res;
|
90 |
}
|
87 |
}
|
Line 91... |
Line 88... |
91 |
|
88 |
|
92 |
/**------------------------------------------------------------------------------
|
89 |
/**------------------------------------------------------------------------------
|
- |
|
90 |
* $Log: not supported by cvs2svn $
|
- |
|
91 |
* Revision 1.2 2005/09/29 16:07:51 alexandre_tb
|
- |
|
92 |
* En cours de production.
|
93 |
* $Log: not supported by cvs2svn $
|
93 |
*
|
94 |
* Revision 1.1 2005/09/22 14:02:49 ddelon
|
94 |
* Revision 1.1 2005/09/22 14:02:49 ddelon
|
95 |
* nettoyage annuaire et php5
|
95 |
* nettoyage annuaire et php5
|
96 |
*
|
96 |
*
|
97 |
* Revision 1.4 2005/09/22 13:30:49 florian
|
97 |
* Revision 1.4 2005/09/22 13:30:49 florian
|