';
dynamiqItemImage (0, 0, 'connTitre', 'span', '-action-', 'client', 6, 'icones', '-textClass-', '-varStyle-');
echo '';
}
else {
// ---------------------------------------------------
// sinon // msg ==> identifiez-vous
// ---------------------------------------------------
echo '
';
// ---------------------------------------------------
// Msg ==> login / e-mail
// ---------------------------------------------------
dynamiqItemMessage(0, 1, 'libConnCell', '-styleDiv-', '-balise-', 'libConn', '-action-', 'client', 8, '-msg1-');
if ( $affMContext === true ) echo '
';
else echo '
';
// si mail=ip ne pas afficher
$testMail='';
if (isset($idMail)) $testMail=mb_strpos($idMail, '@');
if ($testMail === false ) echo '';
echo '
';
// ---------------------------------------------------
// Msg ==> pwd
// ---------------------------------------------------
dynamiqItemMessage(0, 1, 'libConnCell', '-styleDiv-', '-balise-', 'libConn', '-action-', 'client', 9, '-msg1-');
$voirMdp= '
';
dynamiqChamp(0, 1, 'champsConnCell', 'input', 'password', 'champsConn', 'onClick="document.getElementById(\'flagUpdCpte\').value=\'Oui\';" ', 'pwd', 'mot de passe', $pwd, $voirMdp, '-');
if ( $affMContext === true ) echo '
';
else echo '
';
echo '
';
// ---------------------------------------------------
// Bouton valider avec action
// ---------------------------------------------------
dynamiqItemImage (0, 0, 'boutons', 'span', 'onClick="controlerConnect();"', 'bouton', 6, 'icones', '-textClass-', '');
echo ' ';
// ---------------------------------------------------
// Lien ouvrir un compte
// ---------------------------------------------------
$action='onClick="window.location=\'inscription\';"';
dynamiqItemImage (0, 0, 'boutons', 'span', $action, 'menu', 11, 'icones', '-textClass-', '');
echo ' ';
// ---------------------------------------------------
// Lien mot de passe oubliƩ
// ---------------------------------------------------
$action='onClick="mdpOublie();"';
dynamiqItemImage (0, 0, 'boutons', 'span', $action, 'client', 66, 'icones', '-textClass-', '');
echo '
';
echo '
'; //pageConnexion
?>