Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 244 → Rev 245

/trunk/client/annuaire/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-01-06 15:17:39 alex Exp $
// CVS : $Id: annuaire.php,v 1.3 2005-01-06 15:44:33 alex Exp $
/**
* programme principal du module annuaire
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $
*@version $Revision: 1.3 $
// +------------------------------------------------------------------------------------------------------+
*/
 
62,9 → 62,9
*/
 
function afficherContenuCorps () {
 
$res = "<h1 class=\"annuaire_titre1\">".ANN_TITRE."</h1>\n" ;
if (!$GLOBALS['AUTH']->getAuth()) {
$res = AUTH_formulaire_login() ;
$res .= AUTH_formulaire_login() ;
} else {
// Le code javascript des cases à cocher
$java =
84,10 → 84,8
} // Fin if... else
return true;
} // Fin de la fonction 'setCheckboxes()'";
$GLOBALS['javascript'] .= $java ;
GEN_stockerCodeScript($java) ;
 
$res = "<h1 class=\"annuaire_titre1\">".ANN_TITRE."</h1>\n" ;
 
$res .= "<h2 class=\"annuaire_titre2\">".ANN_CLIQUEZ_LETTRE."</h2>\n";
 
global $baseURL ;
157,6 → 155,9
}
/**------------------------------------------------------------------------------
* $Log: not supported by cvs2svn $
* Revision 1.2 2005/01/06 15:17:39 alex
* ajout de commentaires
*
* Revision 1.1.1.1 2005/01/03 17:27:49 alex
* Import initial
*