Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 499 → Rev 500

/trunk/client/bottin/annuaire.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: annuaire.php,v 1.2 2005-09-29 16:07:51 alexandre_tb Exp $
// CVS : $Id: annuaire.php,v 1.3 2005-10-03 09:38:42 alexandre_tb Exp $
/**
* programme principal du module annuaire
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $
*@version $Revision: 1.3 $
// +------------------------------------------------------------------------------------------------------+
*/
 
56,10 → 56,7
function afficherContenuCorps () {
$res = '<h1 class="annuaire_titre1">'.ANN_TITRE.'</h1>'."\n" ;
if (!$GLOBALS['AUTH']->getAuth()) {
include_once INS_CHEMIN_APPLI.'langues/bottin_langue_fr.inc.php';
include_once INS_CHEMIN_APPLI.'configuration/inscription.config.inc.php';
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
$res .= AUTH_formulaire_login() ;
$res .= ANN_LOGUEZ_VOUS ;
} else {
// Le code javascript des cases à cocher
$java =
91,6 → 88,9
 
/**------------------------------------------------------------------------------
* $Log: not supported by cvs2svn $
* Revision 1.2 2005/09/29 16:07:51 alexandre_tb
* En cours de production.
*
* Revision 1.1 2005/09/22 14:02:49 ddelon
* nettoyage annuaire et php5
*