Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1829 → Rev 1830

/trunk/papyrus/applettes/identification/identification.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: identification.php,v 1.36 2007-11-27 11:26:55 jp_milcent Exp $
// CVS : $Id: identification.php,v 1.37 2008-04-18 14:19:09 jp_milcent Exp $
/**
* Applette : identification
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.36 $ $Date: 2007-11-27 11:26:55 $
*@version $Revision: 1.37 $ $Date: 2008-04-18 14:19:09 $
// +------------------------------------------------------------------------------------------------------+
*/
 
140,6 → 140,11
}
// Initialisation de variable.
$retour = '';
// Gestion des attributs "id" des balises XHTML uniques
$id_xhtml = '';
if ( $GLOBALS['_PAPYRUS_']['applette']['comptage']['afficherFormIdentification'] > 1) {
$id_xhtml = $GLOBALS['_PAPYRUS_']['applette']['comptage']['afficherFormIdentification'];
}
$objet_pear_auth =& $_GEN_commun['pear_auth'];
$objet_pear_db =& $_GEN_commun['pear_db'];
$InfoAuthBdd =& $_GEN_commun['info_auth_bdd'];
198,7 → 203,7
if ($objet_pear_auth->getAuth()) { $loggue = true; } else { $loggue = false; }
ob_start();
include_once $options['template'];
include $options['template'];
$retour = ob_get_contents();
// Arrete et detruit le buffer
ob_end_clean();
215,6 → 220,13
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.35.2.2 2008-04-18 14:14:55 jp_milcent
* Gestion de plusieurs applettes identifications sur la même page html.
* Correction de bogues.
*
* Revision 1.36 2007-11-27 11:26:55 jp_milcent
* Fusion avec la livraison AHA : 27 novembre 2007
*
* Revision 1.35.2.1 2007-11-27 11:25:30 jp_milcent
* Correction bogue : non affichage de l'url d'erreur de saisie du login.
*