Astuces Forumactif
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Membres connectés récemment
Voir tous les membres
Le Deal du moment : -55%
Coffret d’outils – STANLEY – ...
Voir le deal
21.99 €

[TOUTES VERSIONS] Une page html connexion/deconnexion...

Voir le sujet précédent Voir le sujet suivant Aller en bas

Milouze14
Milouze14
Fondateur

https://www.milouze14.com

MessageMilouze14 Ven 10 Mar 2017 - 16:57

Hello les ami(e)s,


L'astuce est du remarquable développeur ANGE TUTEUR:
http://fmdesign.forumotion.com/t420-multi-step-login-form#3371

Cette astuce sera donc visible, mais un petit merci sera apprécié pour la traduction vers la version Française.
Un bouton a été ajouté afin de visualiser le mot de passe:

[TOUTES VERSIONS] Une page html connexion/deconnexion... 1265

[TOUTES VERSIONS] Une page html connexion/deconnexion... 2103


Dans le contenu donné , il faudra modifier le lien, le titre du forum et éventuellement l'image ici:
Code:
<h1 class="fa_login_maintitle"><a href="LIEN DE VOTRE FORUM" target="_blank"><img src="https://im0.all-up.com/static/images/sigle.png"/><span style="color:#39C;">TITRE DE VOTRE FORUM</span></a></h1>

Modules/HTML & JAVASCRIPT/Gestion des pages HTML/Création en mode avancé (HTML)

Titre * : Mettre un titre explicite
Voulez-vous utiliser le haut et le bas de page de votre forum ? Cocher Oui
Utiliser cette page en tant que page d'accueil ?  Cocher Non

Déposez ceci:

Code:

<!--
            DEVELOPED BY ANGE TUTEUR
            NO DISTRIBUTION WITHOUT CONSENT OF THE AUTHOR
            ORIGIN : http://fmdesign.forumotion.com/t420-multi-step-login-form#3371
            -->
            
            <style type="text/css">/* CONTAINERS AND GENERAL SETUP */
            body { overflow:hidden; }
              #fa_button_next,.fa_login_button{padding:0px 8px 10px !important;}
            #fa_form_container { color:#666; font-size:12px; font-family:Arial, sans-serif; background:#FFF; position:fixed; top:0; left:0; right:0; bottom:0; z-index:999999; overflow:auto; }
            #fa_form_container a { color:#69C !important; }
            #fa_form_container a:hover { color:#369 !important; }
            .fa_login_maintitle { font-size:24px; font-weight:bold; text-align:center; text-transform:uppercase; margin:20px 0; }
            .fa_login_maintitle img { vertical-align:-5px; height:30px; margin-right:6px; }
            .fa_login_title { text-align:center; margin:30px 0; color:#666; font-size:28px; font-weight:bold; font-family:Arial, sans-serif; }
            .fa_login_desc { font-size:16px; text-align:center; margin:10px 0; }
            .fa_form_wrap { text-align:center; background:#EEE; border:1px solid #DDD; box-shadow:0 6px 12px rgba(0, 0, 0, 0.1); border-radius:3px; padding:30px 6px; width:300px; margin:30px auto; overflow:hidden; position:relative; transition:250ms; }
            .fa_login_row { margin:10px 0; }
            .fa_form_links { text-align:center; }
            .fa_login_origin { font-size:12px; position:fixed; bottom:10px; right:10px; z-index:-1; }
            .fa_login_origin a { font-weight:bold; }
            
            /* AVATAR AND USERNAME */
            .fa_login_avatar { background:#FFF; border:1px solid #DDD; border-radius:100px; padding:2px; display:inline-block; width:100px; height:100px; overflow:hidden; position:relative; }
            .fa_login_avatar img { height:100px; width:100px; border-radius:100px; }
            #fa_avatar_real { background:#FFF; position:absolute; top:50px; left:50px; right:2px; bottom:2px; height:0; width:0; transition:linear 150ms; }
            #fa_avatar_real.avatar_visible { top:2px; left:2px; height:100px; width:100px; }
            .fa_login_username { font-size:16px; font-weight:bold; }
            
            /* BUTTONS AND INPUTS */
            .fa_login_button { color:#69C; background:none; border:1px solid #69C; border-radius:3px; font-size:16px; font-weight:bold; font-family:Arial, sans-serif; display:block; height:30px; line-height:30px; width:240px; margin:10px auto; transition:250ms; outline:none; cursor:pointer; }
            .fa_login_button:hover { color:#FFF; background:#69C; }
       .fa_login_input { color:#666; background:#FFF; border:1px solid #CCC; border-radius:3px; padding: 0 3px!important; height:30px; width: 232px; outline:none!important;margin:0!important; }
            .fa_login_input:focus { border-color:#69C; }
            
            /* FORM SLIDES AND BACK BUTTON */
            .fa_form_slide { position:absolute; width:100%; transition:300ms; }
            #fa_login_back { position:absolute; top:30px; left:40px; opacity:0; visibility:hidden; transition:250ms; }
            #fa_login_back.fa_login_visible { opacity:1; visibility:visible; }
            
            
            /* ACCOUNT LIST */
            #account_list { background:#EEE; position:absolute; top:0; left:0; width:100%; height:100%; overflow:auto; }
            .account_list_row { font-size:16px; text-align:left; width:80%; margin:10px auto; position:relative; }
            .account_list_inner { background:#FFF; border:1px solid #DDD; border-radius:3px; padding:3px; width:80%; cursor:pointer; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
            .account_list_inner:hover { background:#FFD }
            .account_list_avatar { height:40px; width:40px; vertical-align:middle; margin-right:3px; }
            #fa_form_container a.account_list_delete { font-size:30px; color:#F33 !important; background:#FFF; border:1px solid #F33; border-radius:100px; width:20px; height:20px; line-height:22px; text-align:center; position:absolute; margin-top:-10px; top:50%; right:0; display:block; overflow:hidden; }
            #fa_form_container a.account_list_delete:hover { color:#333 !important; border-color:#333; }
            
            /* HIDE FIELDS */
            .logged_out #fa_form_logout, .logged_in #fa_form_login, .noscript #fa_form_login, .noscript #fa_form_logout, #account_list.accounts_hidden { display:none }</style>
   <script type="text/javascript">
$(function() {
$("#visumdp").on("click", function() {
        if ($(this).is(":checked")) {
            $('input[name="password"]').prop("type", "text");
        } else {
            $('input[name="password"]').prop("type", "password");
        }
    });});
</script>
            
            <div id="fa_form_container" class="logged_out noscript">
        <h1 class="fa_login_maintitle"><a href="LIEN DE VOTRE FORUM" target="_blank"><img src="https://im0.all-up.com/static/images/sigle.png"/><span style="color:#39C;">TITRE DE VOTRE FORUM</span></a></h1>
            
              <!-- START_NOSCRIPT_LOGIN_FORM -->
              <noscript>
                <form action="/login" method="post">
                  <h2 class="fa_login_title">Connexion</h2>
                  <p class="fa_login_desc">Connectez-vous pour accéder à ce forum</p>
                  <div class="fa_form_wrap">
                    <div class="fa_login_row">
                      <input id="fa_login_username" class="fa_login_input" type="text" name="username" placeholder="Entrez votre nom d'utilisateur"/>
                    </div>
                  
                    <div class="fa_login_row">
                      <input id="fa_login_password" class="fa_login_input" type="password" name="password" placeholder="Mot de passe"/>
                      <br /> <br /><input type="checkbox" name="visumdp" id="visumdp"> Afficher le mot de passe</input><br />
                    </div>
                  
                    <div class="fa_login_row">
                      <input class="fa_login_button" type="submit" name="login" value="Connexion"/>
                      
                      <div style="width:240px;margin:auto;">
                        <div style="float:left;">
                          <label for="fa_autologin"><input id="fa_autologin" type="checkbox" name="autologin"/>Connexion automatique</label>
                        </div>
                        
                        <div style="float:right;">
                          <a href="/profile?mode=sendpassword">Mot de passe oublié?</a>
                        </div>
                        
                        <div class="clear"></div>
                      </div>
                    </div>
                  </div>
                
                  <div class="fa_form_links">
                    <div class="fa_login_row">
                      <a href="/register">Créer un compte</a>
                    </div>
                    <div class="fa_login_row">
                      <a href="/login#login_classic">Connexion classique</a> | <a href="/login?logout=true#login_classic">Classic logout</a>
                    </div>
                  </div>
                </form>
              </noscript>
              <!-- END_NOSCRIPT_LOGIN_FORM -->
            
              <!-- START_LOGIN_FORM -->
              <form id="fa_form_login" action="/login" method="post">
                <h2 class="fa_login_title">Connexion</h2>
                <p class="fa_login_desc">Veuillez vous connecter pour avoir un accès complet à  <script type="text/javascript">document.write('<a href="http://' + window.location.host + '">' + window.location.host + '</a>');</script></p>
                  <div id="fa_form_wrap" class="fa_form_wrap" style="height:210px;">
                    <div class="fa_login_row">
                      <a id="fa_login_back" href="#">Retour</a>
                      <span class="fa_login_avatar">
                        <img src="https://2img.net/i/fa/invision/pp-blank-thumb.png"/>
                        <img id="fa_avatar_real" src="https://2img.net/i/fa/invision/pp-blank-thumb.png"/>
                      </span>
                    </div>
                  
                    <!-- START_STEP_1 -->
                    <div id="login_step_1" class="fa_form_slide" style="left:0px;">
                      <div class="fa_login_row">
                        <input id="fa_login_username" class="fa_login_input" type="text" name="username" placeholder="Entrez votre nom d'utilisateur"/>
                        <p id="fa_error_username" class="fa_login_row" style="color:#F00;display:none;">S'il vous plaît entrez votre nom d'utilisateur.</p>
                      </div>
                  
                      <div class="fa_login_row">
                        <input id="fa_button_next" class="fa_login_button" type="button" value="Suivant"/>
                      </div>
                    </div>
                    <!-- END_STEP_1 -->
                  
                    <!-- START_STEP_2 -->
                    <div id="login_step_2" class="fa_form_slide" style="left:400px;">
                      <div class="fa_login_row">
                        <span class="fa_login_username"></span>
                      </div>
                  
                      <div class="fa_login_row">
                        <input id="fa_login_password" class="fa_login_input" type="password" name="password" placeholder="Mot de passe"/>
                          <br /> <br /><input type="checkbox" name="visumdp" id="visumdp"> Afficher le mot de passe</input><br />
                        <p id="fa_error_password" class="fa_login_row" style="color:#F00;width:240px;margin:10px auto;display:none;">Vous avez spécifié un nom d'utilisateur ou un mot de passe incorrect.</p>
                      </div>
                  
                      <div class="fa_login_row">
                        <input class="fa_login_button" type="submit" name="login" value="Connexion"/>
                      
                        <div style="width:240px;margin:auto;">
                          <div style="float:left;">
                            <label for="fa_autologin"><input id="fa_autologin" type="checkbox" name="autologin"/> Se connecter automatiquement</label>
                          </div>
                        
                          <div style="float:right;">
                            <a href="/profile?mode=sendpassword">Mot de passe oublié?</a>
                          </div>
                        
                          <div class="clear"></div>
                        </div>
                      </div>
                    </div>
                    <!-- END_STEP_2 -->
                  </div>
                
                  <div class="fa_form_links">
                    <div id="account_list_holder" class="fa_login_row"></div>
                    <div class="fa_login_row">
                      <a href="/register">Créer un compte</a>
                    </div>
                    <div class="fa_login_row">
                      <a href="/login#login_classic">Connexion classique</a>
                    </div>
                  </div>
              </form>
              <!-- END_LOGIN_FORM -->
            
              <!-- START_LOGOUT_FORM -->
              <form id="fa_form_logout" action="/login?logout=true" method="post">
                <h2 class="fa_login_title">Connexion</h2>
                <p class="fa_login_desc">Vous êtes sur le point de vous déconnecter de <script type="text/javascript">document.write('<a href="http://' + window.location.host + '">' + window.location.host + '</a>');</script></p>
                  <div class="fa_form_wrap">
                    <div class="fa_login_row">
                      <span class="fa_login_avatar"><script type="text/javascript">document.write(_userdata.avatar);</script></span>
                    </div>
                  
                    <div class="fa_login_row">
                      <span class="fa_login_username"><script type="text/javascript">document.write('<a href="/u' + _userdata.user_id + '" target="_blank">' + _userdata.username + '</a>');</script></span>
                    </div>
                  
                    <div class="fa_login_row">Êtes-vous sûr de vouloir vous déconnecter ?</div>
                    <div class="fa_login_row">
                      <input class="fa_login_button" type="submit" name="confirm" value="Oui"/>
                      <input class="fa_login_button" type="submit" name="cancel" value="Non"/>
                      <script type="text/javascript">//<![CDATA[
                      _userdata.session_logged_in && (function() {
                        var logout = document.getElementById('logout'),
                            container = document.getElementById('fa_form_container'),
                            form_logout = document.getElementById('fa_form_logout');
                            
                        document.title = 'Log out';
                        container.className = 'logged_in';
                      
                        /* if the default login link is present we can get the data from the href attribute. ( FASTER )
                        ** otherwise we'll need to send an AJAX request to the login page for the data ( SLOWER ) */
                        if (logout) {
                          var tid = logout.href.replace(/.*?tid=(.*?)&.*/, '$1'),
                              key = logout.href.replace(/.*?key=(.*?)$/, '$1');
                              
                          form_logout.action += '&tid=' + tid;
                          document.write('<input type="hidden" name="tid" value="' + tid + '"><input type="hidden" name="key" value="' + key + '">');
                        } else {
                          $.get('/login?logout=true&change_version=prosilver', function(d) {
                            var info = $('.submit-buttons', d)[0];
                            if (info) {
                              info.style.display = 'none';
                              form_logout.appendChild(info);
                              form_logout.action += '&tid=' + form_logout.tid.value;
                            }
                          });
                        }
                      }());
                      //]]></script>
                    </div>
                  </div>
                </form>
                <!-- END_LOGOUT_FORM -->
              
                <div class="fa_login_origin">Formulaire de connexion développé par Ange Tuteur. <a href="http://fmdesign.forumotion.com/t420-multi-step-login-form#3371">Obtenir le code !</a></div>
            </div>
            
            <script type="text/javascript">//<![CDATA[
            !_userdata.session_logged_in && (function() {
              document.title = 'Log in';
            
              window.fa_form_login = {
                redirect : my_getcookie('fa_login_form_redirect') || '/forum', /* change redirection page after login */
                submitting : false, /* true if posting login info */
              
                accountList : document.createElement('DIV'), /* stores logged accounts */
            
                /* move onto the password step
                  pass along the user id to get the user avatar faster */
                next : function(id) {
                  var username = document.getElementById('fa_login_username');
                
                  if (username.value) {
                    var avatar = document.getElementById('fa_avatar_real'),
                        row, accounts, i;
                  
                  
                    fa_form_login.clearError('username');
                    username.value = username.value.replace(/^\s+|\s+$/g, ''); // trim extra white space
                  
                    // check if the username is already stored
                    if (!id && storage && storage.fa_accounts && window.JSON) {
                      accounts = JSON.parse(storage.fa_accounts);
                      for (i in accounts) {
                        if (username.value.toLowerCase() == accounts[i].username.toLowerCase()) {
                          id = i;
                          break;
                        }
                      }
                    }
                  
                    row = id ? null : document.getElementById('account_user_' + id);
                  
                    // check if account row is created to get an avatar that's already loaded
                    if (row) avatar.src = row.getElementsByTagName('IMG')[0].src;
                    else {
                      $.get(id ? '/ajax/index.php?f=m&user_id=' + id : '/profile?mode=viewprofile&u=' + username.value, function(d) {
                        var ava = id ? $('.tooltip-content img', d)[0] : $('#profile-advanced-right .module:first div img:first,.forumline td.row1.gensmall:first > img:first, .frm-set.profile-view.left dd img,dl.left-box.details:first dd img, .row1 b .gen:first img, .real_avatar img', d)[0];
                        avatar.src = ava ? ava.src : 'https://2img.net/i/fa/invision/pp-blank-thumb.png';
                        avatar.className = 'avatar_visible';
                      });
                    }
                
                    $('.fa_login_username').html('<a href="/profile?mode=viewprofile&u=' + username.value + '" target="_blank">' + username.value + '</a>');
                  
                    document.getElementById('fa_form_wrap').style.height = '290px';
                    document.getElementById('login_step_1').style.left = '-400px';
                    document.getElementById('login_step_2').style.left = '0px';
                    document.getElementById('fa_login_back').className = 'fa_login_visible';
                  
                    window.setTimeout(function() {
                      document.getElementById('fa_login_password').focus();
                    }, 300);
                  } else {
                    fa_form_login.error('username');
                  }
                },
              
                /* move back to the username step */
                back : function() {
                  fa_form_login.clearError('password');
                
                  document.getElementById('fa_login_username').focus();
                  document.getElementById('fa_avatar_real').className = '';
                
                  document.getElementById('fa_form_wrap').style.height = '240px';
                  document.getElementById('login_step_1').style.left = '0px';
                  document.getElementById('login_step_2').style.left = '400px';
                  document.getElementById('fa_login_back').className = '';
                  return false;
                },
              
                /* submit the login form */
                submit : function() {
                  if (!fa_form_login.submitting) {
                    fa_form_login.submitting = true;
                  
                    document.getElementById('fa_form_wrap').style.height = '260px';
                    fa_form_login.clearError('password');
                  
                    $.post('/login', $('#fa_form_login').serialize() + '&login=true', function(d) {
                      fa_form_login.submitting = false;
                      if (/_userdata\["session_logged_in"\] = 1/.test(d)) {
                        var storage = window.localStorage,
                            id = d.match(/_userdata\["user_id"\] = (\d+)/)[1];
                      
                        /* store the user_id and username for next login */
                        if (storage && window.JSON) {
                          var accounts = storage.fa_accounts ? JSON.parse(storage.fa_accounts) : {}, i;
                        
                          for (i in accounts) accounts[i].last_active = 0;
                        
                          accounts[id] = {
                            last_active : 1, /* last active account will be marked with a 1 */
                            username : document.getElementById('fa_login_username').value
                          };
                        
                          storage.fa_accounts = JSON.stringify(accounts);
                        }
                      
                        my_setcookie('fa_login_form_redirect', '');
                        window.location.href = fa_form_login.redirect;
                      } else {
                        fa_form_login.error('password');
                      }
                    });
                  }
                  return false;
                },
              
                /* throw a form error and display the error text */
                error : function(type) {
                  var error = document.getElementById('fa_error_' + type),
                      wrap = document.getElementById('fa_form_wrap');
                
                  if (/none/.test(error.style.display)) {
                    document.getElementById('fa_login_' + type).style.borderColor = '#F00';
                
                    error.style.display = 'block';
                    wrap.style.height = +wrap.style.height.replace(/px/, '') + error.getBoundingClientRect().height + 'px';
                  }
                },
              
                /* clear the specified error */
                clearError : function(type) {
                  document.getElementById('fa_error_' + type).style.display = 'none';
                  document.getElementById('fa_login_' + type).style.borderColor = '';
                },
              
                /* delete a profile from the account list */
                deleteProfile : function(id) {
                  var storage = window.localStorage, accounts = JSON.parse(storage.fa_accounts),
                      row = document.getElementById('account_user_' + id),
                      i;
            
                  delete accounts[id];
                  for (i in accounts) {
                    accounts[i].last_active = 1;
                    break;
                  }
                  storage.fa_accounts = JSON.stringify(accounts);
                
                  row.parentNode.removeChild(row);
                  if (!fa_form_login.accountList.firstChild) fa_form_login.accountList.innerHTML = '<div class="fa_login_row">Il n\'y a pas de comptes enregistrés.</div><div class="fa_login_row"><a href="javascript:fa_form_login.toggleAccounts();">Retour à la connexion</a></div>';
                },
              
                /* create the profile rows based onto the accounts you logged into */
                createProfile : function(id, o) {
                  var row = document.createElement('DIV');
                  row.id = 'account_user_' + id;
                  row.className = 'account_list_row';
                  row.innerHTML = '<div class="account_list_inner"><img class="account_list_avatar" src="https://2img.net/i/fa/invision/pp-blank-thumb.png"/> <span class="account_list_username">' + o.username + '</span></div><a class="account_list_delete" title="Supprimer le compte" href="javascript:fa_form_login.deleteProfile(\'' + id + '\');">X</a>';
                  row.firstChild.onclick = function() {
                    fa_form_login.toggleAccounts();
                    document.getElementById('fa_login_username').value = $('.account_list_username', this).text();
                    fa_form_login.next(this.parentNode.id.slice(13));
                  };
                
                  $.get('/ajax/index.php?f=m&user_id=' + id, function(d) {
                    var ava = $('.tooltip-content img', d)[0];
                    if (ava) row.getElementsByTagName('IMG')[0].src = ava.src;
                  });
                
                  fa_form_login.accountList.appendChild(row);
                },
              
                /* basic setup of the account list */
                initAccountList : function() {
                  var a = document.createElement('A'),
                      holder = document.getElementById('account_list_holder');
                
                  a.href = '#';
                  a.innerHTML = 'Choisir un autre compte';
                  a.onclick = fa_form_login.toggleAccounts;
                
                  fa_form_login.accountList.id = 'account_list';
                  fa_form_login.accountList.className = 'accounts_hidden';
                
                  document.getElementById('fa_form_wrap').appendChild(fa_form_login.accountList);
                  holder.appendChild(a);
                },
              
                /* toggle display of the account list */
                toggleAccounts : function() {
                  if (/accounts_hidden/.test(fa_form_login.accountList.className)) {
                    fa_form_login.accountList.className = '';
                    document.getElementById('account_list_holder').firstChild.innerHTML = 'Retour à la connexion';
                  } else {
                    fa_form_login.accountList.className = 'accounts_hidden';
                    document.getElementById('account_list_holder').firstChild.innerHTML = 'Choisir un autre compte';
                  }
                
                  if (!fa_form_login.accountList.firstChild) fa_form_login.accountList.innerHTML = '<div class="fa_login_row">Il n\'y a pas de comptes enregistrés.</div><div class="fa_login_row"><a href="javascript:fa_form_login.toggleAccounts();">Retour à la connexion</a></div>';
                  return false;
                }
              };
            
              var container = document.getElementById('fa_form_container'),
                  username = document.getElementById('fa_login_username'),
                  storage = window.localStorage;
            
              container.className = 'logged_out';
            
              /* move forward in the form when ENTER is pressed */
              username.onkeydown = function(e) {
                if (e.keyCode && e.keyCode == 13) {
                  fa_form_login.next();
                  return false;
                }
              };
              
              /* if the specified data is useable we'll go through the stored accounts in localStorage and form a list for switching */
              if (storage && storage.fa_accounts && window.JSON) {
                var accounts = JSON.parse(storage.fa_accounts),
                    i, last_active = false;
              
                for (i in accounts) {
                  if (accounts[i].last_active) {
                    last_active = true;
                    username.value = accounts[i].username;
                    fa_form_login.next(i);
                  }
                  
                  fa_form_login.createProfile(i, accounts[i]);
                }
              
                fa_form_login.initAccountList();
                !last_active && username.focus();
              } else username.focus();
            
              document.getElementById('fa_button_next').onclick = function() {
                fa_form_login.next();
              };
              document.getElementById('fa_login_back').onclick = fa_form_login.back;
              document.getElementById('fa_form_login').onsubmit = fa_form_login.submit;
            }());
            //]]></script>


Pensez à valider en cliquant sur Valider


Repérez ensuite la partie à partir de /:
[TOUTES VERSIONS] Une page html connexion/deconnexion... 131

Pour ce forum la partie concernée est:
Code:
/h51-connexion




Puis le script qui va rechercher tous les liens de connexion/déconnexion

Déposez ensuite ce script avec la partie de votre page html,
changez donc:
Code:

/h51-connexion
par la partie de votre page html


Modules/HTML JAVASCRIPT/Gestion des codes JavascriptCréer un nouveau javascript


Mettre un titre explicite.
Cochez sur toutes les pages.
Pensez a cliquer sur le bouton Valider

Code:

(function() {
          var html_page = '/h51-connexion',
              link_change = true,
              redirect = true;
        
          $(function() {
            var regex = new RegExp(html_page);
        
            // link change
            if (link_change && !regex.test(window.location.href)) {
              $('a[href^="/login"], a[href^="http://' + window.location.host + '/login"]').attr('href', html_page);
            }
        
            // redirect to classic if login page isn't available
            if (!document.getElementById('fa_form_container') && regex.test(window.location.href)) {
              window.location.href = '/login#login_classic';
            }
          });
        
          // login redirection
          // saves redirect location so you're taken to the correct page upon login
          if (/\/login\?redirect/.test(window.location.href)) {
            my_setcookie('fa_login_form_redirect', window.location.search.replace(/.*?redirect=(.*?)(?:&|$)/, '$1'));
          }
        
          // redirect
          if (redirect && /\/login/.test(window.location.href)) {
            if (/login_classic/.test(window.location.hash) || /admin=1/.test(window.location.href)) return;
            window.location.href = html_page;
          }
        }());





Dernière édition par Milouze14 le Lun 29 Nov 2021 - 8:07, édité 8 fois

photoclic et Freedom Sun aiment ce message

Anonymous
Invité
Invité

MessageInvité Ven 10 Mar 2017 - 20:36

Un grand merci à toi Phil, j'adore.

Et puis, tu va pas le croire, j'ai compris du premier coup moqueur
Milouze14
Milouze14
Fondateur

https://www.milouze14.com

MessageMilouze14 Sam 11 Mar 2017 - 5:30

De rien Romain,
tu t'améliores avec le temps mdr
Anonymous
Invité
Invité

MessageInvité Sam 11 Mar 2017 - 16:47

Milouze14 a écrit:De rien Romain,
tu t'améliores avec le temps mdr

mdr

Tu vois avec l'age, j'améliore mes capacités informatiques. Bon faut dire que je suis sur le net depuis 1994 et créateur de forum depuis 2005.
Anonymous
Invité
Invité

MessageInvité Mar 24 Avr 2018 - 13:25

Merci Phil  super
MathisB
MathisB
Milouzien

http://www.dixily.fr

MessageMathisB Sam 11 Aoû 2018 - 13:03

Bonjour coucou
Merci pour ce code :)
Mais avant de l'installer j'ai une petite question ok
Dois-je laisser ceci sur la page HTML ou puis-je l'enlever?
Log in form developed by Ange Tuteur. Get the code !

Merci d'avance :)
Milouze14
Milouze14
Fondateur

https://www.milouze14.com

MessageMilouze14 Sam 11 Aoû 2018 - 19:51

Hello Mathis,

Dois-je laisser ceci sur la page HTML ou puis-je l'enlever?

Par respect envers le codeur , oui c'est préférable clin oeil


-Staff du Forum Milouze14-


Pour toute information merci de contacter un Membre du Staff
petitefeuille
petitefeuille
Milouzien

https://www.petitefeuille.net/

Messagepetitefeuille Mer 15 Aoû 2018 - 16:43

Bonjour, j'essai en ce moment de travailler ma page d'accueil en HTLM (ce n'est pas gagné    clin oeil ) , ce tuto va surement m'aider, merci beaucoup
chrisnvidia
chrisnvidia
Milouzien

https://sos-pc.forumactif.org/

Messagechrisnvidia Dim 19 Aoû 2018 - 14:43

Merci Philippe pour cet astuce et très bien traduit clin oeil

Pour une fois que sa marche du 1er coup et donc pas eu besoin de ton aide  MdR1
avatar
christ77000
Milouzien

https://adoption-des-terrier.forumactif.com/forum

Messagechrist77000 Mar 25 Fév 2020 - 14:13

Merci super super
fred9545
fred9545
Milouzien

http://www.mecanique-auto.com/

Messagefred9545 Mar 22 Sep 2020 - 20:35


coucou  phil

merci pour cette astuce
avatar
photoclic
Milouzien

https://photoclic.forum-pro.fr/

Messagephotoclic Mar 22 Sep 2020 - 21:31

Super bien fait Phil Merci super

Roza
Roza
Milouzien

https://ami-ma.forumactif.com/

MessageRoza Dim 4 Oct 2020 - 16:57

Bonjour Phil !

J'ai une petite question "technique" concernant la mise en place de ces codes.

Inscrite récemment, je ne maîtrise pas encore le fonctionnement de ce forum :  faut-il ouvrir un sujet spécifique dans l'entraide, ou bien puis-je la poser ici, à la suite ?

Merci d'avance pour ta réponse.

Milouze14
Milouze14
Fondateur

https://www.milouze14.com

MessageMilouze14 Dim 4 Oct 2020 - 17:11

Coucou Roza,

effectivement, il n'y a pas d'entraide sur les astuces.
Tu peux ouvrir un sujet sur l'entraide si tu le souhaites.  
N'oublies pas de lire le règlement.

Roza
Roza
Milouzien

https://ami-ma.forumactif.com/

MessageRoza Dim 4 Oct 2020 - 17:36

OK !

Merci pour ta réponse rapide.

Je viens justement de lire et accepter le règlement, et dans la foulée j'ai posé une question sur un thème autre que celui-ci.

Bonne soirée.

Freedom Sun
Freedom Sun
Milouzien

https://leforumdelazik.xoo.it/index.php

MessageFreedom Sun Mar 23 Mar 2021 - 19:20

Phil,

Voilà ce que ça fait quand je l'installe normalement sens modif, la moitié est bouffée quand je veux me connecter !

[TOUTES VERSIONS] Une page html connexion/deconnexion... Captur84





Milouze14
Milouze14
Fondateur

https://www.milouze14.com

MessageMilouze14 Mar 23 Mar 2021 - 19:23

Merci d'ouvrir un sujet sur l'entraide Stefano, car a priori c'est propre a Modernbb.
Comme mentionné plus haut les astuces en sont prévues pour recevoir des demandes.
Désolé, mais sinon, c'est vite fait le bazar sur le fofo.

Allez testes cette page html:
Code:
<!--
                DEVELOPED BY ANGE TUTEUR
                NO DISTRIBUTION WITHOUT CONSENT OF THE AUTHOR
                ORIGIN : http://fmdesign.forumotion.com/t420-multi-step-login-form#3371
                -->
               
                <style type="text/css">/* CONTAINERS AND GENERAL SETUP */
                body { overflow:hidden; }
                  #fa_button_next,.fa_login_button{padding:0px 8px 10px !important;}
                #fa_form_container { color:#666; font-size:12px; font-family:Arial, sans-serif; background:#FFF; position:fixed; top:0; left:0; right:0; bottom:0; z-index:999999; overflow:auto; }
                #fa_form_container a { color:#69C !important; }
                #fa_form_container a:hover { color:#369 !important; }
                .fa_login_maintitle { font-size:24px; font-weight:bold; text-align:center; text-transform:uppercase; margin:20px 0; }
                .fa_login_maintitle img { vertical-align:-5px; height:30px; margin-right:6px; }
                .fa_login_title { text-align:center; margin:30px 0; color:#666; font-size:28px; font-weight:bold; font-family:Arial, sans-serif; }
                .fa_login_desc { font-size:16px; text-align:center; margin:10px 0; }
                .fa_form_wrap { text-align:center; background:#EEE; border:1px solid #DDD; box-shadow:0 6px 12px rgba(0, 0, 0, 0.1); border-radius:3px; padding:30px 6px; width:300px; margin:30px auto; overflow:hidden; position:relative; transition:250ms; }
                .fa_login_row { margin:10px 0; }
                .fa_form_links { text-align:center; }
                .fa_login_origin { font-size:12px; position:fixed; bottom:10px; right:10px; z-index:-1; }
                .fa_login_origin a { font-weight:bold; }
               
                /* AVATAR AND USERNAME */
                .fa_login_avatar { background:#FFF; border:1px solid #DDD; border-radius:100px; padding:2px; display:inline-block; width:100px; height:100px; overflow:hidden; position:relative; }
                .fa_login_avatar img { height:100px; width:100px; border-radius:100px; }
                #fa_avatar_real { background:#FFF; position:absolute; top:50px; left:50px; right:2px; bottom:2px; height:0; width:0; transition:linear 150ms; }
                #fa_avatar_real.avatar_visible { top:2px; left:2px; height:100px; width:100px; }
                .fa_login_username { font-size:16px; font-weight:bold; }
               
                /* BUTTONS AND INPUTS */
                .fa_login_button { color:#69C; background:none; border:1px solid #69C; border-radius:3px; font-size:16px; font-weight:bold; font-family:Arial, sans-serif; display:block; height:30px; line-height:30px; width:240px; margin:10px auto; transition:250ms; outline:none; cursor:pointer; }
                .fa_login_button:hover { color:#FFF; background:#69C; }
                .fa_login_input { color:#666; background:#FFF; border:1px solid #CCC; border-radius:3px; padding: 0 3px; height:30px; width: 232px; outline:none; }
                .fa_login_input:focus { border-color:#69C; }
               
                /* FORM SLIDES AND BACK BUTTON */
                .fa_form_slide { position:absolute; width:100%; transition:300ms; }
                #fa_login_back { position:absolute; top:30px; left:40px; opacity:0; visibility:hidden; transition:250ms; }
                #fa_login_back.fa_login_visible { opacity:1; visibility:visible; }
               
               
                /* ACCOUNT LIST */
                #account_list { background:#EEE; position:absolute; top:0; left:0; width:100%; height:100%; overflow:auto; }
                .account_list_row { font-size:16px; text-align:left; width:80%; margin:10px auto; position:relative; }
                .account_list_inner { background:#FFF; border:1px solid #DDD; border-radius:3px; padding:3px; width:80%; cursor:pointer; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
                .account_list_inner:hover { background:#FFD }
                .account_list_avatar { height:40px; width:40px; vertical-align:middle; margin-right:3px; }
                #fa_form_container a.account_list_delete { font-size:30px; color:#F33 !important; background:#FFF; border:1px solid #F33; border-radius:100px; width:20px; height:20px; line-height:22px; text-align:center; position:absolute; margin-top:-10px; top:50%; right:0; display:block; overflow:hidden; }
                #fa_form_container a.account_list_delete:hover { color:#333 !important; border-color:#333; }
               
                /* HIDE FIELDS */
                .logged_out #fa_form_logout, .logged_in #fa_form_login, .noscript #fa_form_login, .noscript #fa_form_logout, #account_list.accounts_hidden { display:none }</style>
      <script type="text/javascript">
    $(function() {
    $("#visumdp").on("click", function() {
            if ($(this).is(":checked")) {
                $('input[name="password"]').prop("type", "text");
            } else {
                $('input[name="password"]').prop("type", "password");
            }
        });});
    </script>
               
                <div id="fa_form_container" class="logged_out noscript">
            <h1 class="fa_login_maintitle"><a href="LIEN DE VOTRE FORUM" target="_blank"><img src="https://im0.all-up.com/static/images/sigle.png"/><span style="color:#39C;">TITRE DE VOTRE FORUM</span></a></h1>
               
                  <!-- START_NOSCRIPT_LOGIN_FORM -->
                  <noscript>
                    <form action="/login" method="post">
                      <h2 class="fa_login_title">Connexion</h2>
                      <p class="fa_login_desc">Connectez-vous pour accéder à ce forum</p>
                      <div class="fa_form_wrap">
                        <div class="fa_login_row">
                          <input id="fa_login_username" class="fa_login_input" type="text" name="username" placeholder="Entrez votre nom d'utilisateur"/>
                        </div>
                     
                        <div class="fa_login_row">
                          <input id="fa_login_password" class="fa_login_input" type="password" name="password" placeholder="Mot de passe"/>
                          <br /> <br /><input type="checkbox" name="visumdp" id="visumdp"> Afficher le mot de passe</input><br />
                        </div>
                     
                        <div class="fa_login_row">
                          <input class="fa_login_button" type="submit" name="login" value="Connexion"/>
                         
                          <div style="width:240px;margin:auto;">
                            <div style="float:left;">
                              <label for="fa_autologin"><input id="fa_autologin" type="checkbox" name="autologin"/>Connexion automatique</label>
                            </div>
                           
                            <div style="float:right;">
                              <a href="/profile?mode=sendpassword">Mot de passe oublié?</a>
                            </div>
                           
                            <div class="clear"></div>
                          </div>
                        </div>
                      </div>
                   
                      <div class="fa_form_links">
                        <div class="fa_login_row">
                          <a href="/register">Créer un compte</a>
                        </div>
                        <div class="fa_login_row">
                          <a href="/login#login_classic">Connexion classique</a> | <a href="/login?logout=true#login_classic">Classic logout</a>
                        </div>
                      </div>
                    </form>
                  </noscript>
                  <!-- END_NOSCRIPT_LOGIN_FORM -->
               
                  <!-- START_LOGIN_FORM -->
                  <form id="fa_form_login" action="/login" method="post">
                    <h2 class="fa_login_title">Connexion</h2>
                    <p class="fa_login_desc">Veuillez vous connecter pour avoir un accès complet à  <script type="text/javascript">document.write('<a href="http://' + window.location.host + '">' + window.location.host + '</a>');</script></p>
                      <div id="fa_form_wrap" class="fa_form_wrap" style="height:290px;">
                        <div class="fa_login_row">
                          <a id="fa_login_back" href="#">Retour</a>
                          <span class="fa_login_avatar">
                            <img src="https://2img.net/i/fa/invision/pp-blank-thumb.png"/>
                            <img id="fa_avatar_real" src="https://2img.net/i/fa/invision/pp-blank-thumb.png"/>
                          </span>
                        </div>
                     
                        <!-- START_STEP_1 -->
                        <div id="login_step_1" class="fa_form_slide" style="left:0px;">
                          <div class="fa_login_row">
                            <input id="fa_login_username" class="fa_login_input" type="text" name="username" placeholder="Entrez votre nom d'utilisateur"/>
                            <p id="fa_error_username" class="fa_login_row" style="color:#F00;display:none;">S'il vous plaît entrez votre nom d'utilisateur.</p>
                          </div>
                     
                          <div class="fa_login_row">
                            <input id="fa_button_next" class="fa_login_button" type="button" value="Suivant"/>
                          </div>
                        </div>
                        <!-- END_STEP_1 -->
                     
                        <!-- START_STEP_2 -->
                        <div id="login_step_2" class="fa_form_slide" style="left:400px;">
                          <div class="fa_login_row">
                            <span class="fa_login_username"></span>
                          </div>
                     
                          <div class="fa_login_row">
                            <input id="fa_login_password" class="fa_login_input" type="password" name="password" placeholder="Mot de passe"/>
                              <br /> <br /><input type="checkbox" name="visumdp" id="visumdp"> Afficher le mot de passe</input><br />
                            <p id="fa_error_password" class="fa_login_row" style="color:#F00;width:240px;margin:10px auto;display:none;">Vous avez spécifié un nom d'utilisateur ou un mot de passe incorrect.</p>
                          </div>
                     
                          <div class="fa_login_row">
                            <input class="fa_login_button" type="submit" name="login" value="Connexion"/>
                         
                            <div style="width:240px;margin:auto;">
                              <div style="float:left;">
                                <label for="fa_autologin"><input id="fa_autologin" type="checkbox" name="autologin"/> Se connecter automatiquement</label>
                              </div>
                           
                              <div style="float:right;">
                                <a href="/profile?mode=sendpassword">Mot de passe oublié?</a>
                              </div>
                           
                              <div class="clear"></div>
                            </div>
                          </div>
                        </div>
                        <!-- END_STEP_2 -->
                      </div>
                   
                      <div class="fa_form_links">
                        <div id="account_list_holder" class="fa_login_row"></div>
                        <div class="fa_login_row">
                          <a href="/register">Créer un compte</a>
                        </div>
                        <div class="fa_login_row">
                          <a href="/login#login_classic">Connexion classique</a>
                        </div>
                      </div>
                  </form>
                  <!-- END_LOGIN_FORM -->
               
                  <!-- START_LOGOUT_FORM -->
                  <form id="fa_form_logout" action="/login?logout=true" method="post">
                    <h2 class="fa_login_title">Connexion</h2>
                    <p class="fa_login_desc">Vous êtes sur le point de vous déconnecter de <script type="text/javascript">document.write('<a href="http://' + window.location.host + '">' + window.location.host + '</a>');</script></p>
                      <div class="fa_form_wrap">
                        <div class="fa_login_row">
                          <span class="fa_login_avatar"><script type="text/javascript">document.write(_userdata.avatar);</script></span>
                        </div>
                     
                        <div class="fa_login_row">
                          <span class="fa_login_username"><script type="text/javascript">document.write('<a href="/u' + _userdata.user_id + '" target="_blank">' + _userdata.username + '</a>');</script></span>
                        </div>
                     
                        <div class="fa_login_row">Êtes-vous sûr de vouloir vous déconnecter ?</div>
                        <div class="fa_login_row">
                          <input class="fa_login_button" type="submit" name="confirm" value="Oui"/>
                          <input class="fa_login_button" type="submit" name="cancel" value="Non"/>
                          <script type="text/javascript">//<![CDATA[
                          _userdata.session_logged_in && (function() {
                            var logout = document.getElementById('logout'),
                                container = document.getElementById('fa_form_container'),
                                form_logout = document.getElementById('fa_form_logout');
                               
                            document.title = 'Log out';
                            container.className = 'logged_in';
                         
                            /* if the default login link is present we can get the data from the href attribute. ( FASTER )
                            ** otherwise we'll need to send an AJAX request to the login page for the data ( SLOWER ) */
                            if (logout) {
                              var tid = logout.href.replace(/.*?tid=(.*?)&.*/, '$1'),
                                  key = logout.href.replace(/.*?key=(.*?)$/, '$1');
                                 
                              form_logout.action += '&tid=' + tid;
                              document.write('<input type="hidden" name="tid" value="' + tid + '"><input type="hidden" name="key" value="' + key + '">');
                            } else {
                              $.get('/login?logout=true&change_version=prosilver', function(d) {
                                var info = $('.submit-buttons', d)[0];
                                if (info) {
                                  info.style.display = 'none';
                                  form_logout.appendChild(info);
                                  form_logout.action += '&tid=' + form_logout.tid.value;
                                }
                              });
                            }
                          }());
                          //]]></script>
                        </div>
                      </div>
                    </form>
                    <!-- END_LOGOUT_FORM -->
                 
                    <div class="fa_login_origin">Formulaire de connexion développé par Ange Tuteur. <a href="http://fmdesign.forumotion.com/t420-multi-step-login-form#3371">Obtenir le code !</a></div>
                </div>
               
                <script type="text/javascript">//<![CDATA[
                !_userdata.session_logged_in && (function() {
                  document.title = 'Log in';
               
                  window.fa_form_login = {
                    redirect : my_getcookie('fa_login_form_redirect') || '/forum', /* change redirection page after login */
                    submitting : false, /* true if posting login info */
                 
                    accountList : document.createElement('DIV'), /* stores logged accounts */
               
                    /* move onto the password step
                      pass along the user id to get the user avatar faster */
                    next : function(id) {
                      var username = document.getElementById('fa_login_username');
                   
                      if (username.value) {
                        var avatar = document.getElementById('fa_avatar_real'),
                            row, accounts, i;
                     
                     
                        fa_form_login.clearError('username');
                        username.value = username.value.replace(/^\s+|\s+$/g, ''); // trim extra white space
                     
                        // check if the username is already stored
                        if (!id && storage && storage.fa_accounts && window.JSON) {
                          accounts = JSON.parse(storage.fa_accounts);
                          for (i in accounts) {
                            if (username.value.toLowerCase() == accounts[i].username.toLowerCase()) {
                              id = i;
                              break;
                            }
                          }
                        }
                     
                        row = id ? null : document.getElementById('account_user_' + id);
                     
                        // check if account row is created to get an avatar that's already loaded
                        if (row) avatar.src = row.getElementsByTagName('IMG')[0].src;
                        else {
                          $.get(id ? '/ajax/index.php?f=m&user_id=' + id : '/profile?mode=viewprofile&u=' + username.value, function(d) {
                            var ava = id ? $('.tooltip-content img', d)[0] : $('#profile-advanced-right .module:first div img:first,.forumline td.row1.gensmall:first > img:first, .frm-set.profile-view.left dd img,dl.left-box.details:first dd img, .row1 b .gen:first img, .real_avatar img', d)[0];
                            avatar.src = ava ? ava.src : 'https://2img.net/i/fa/invision/pp-blank-thumb.png';
                            avatar.className = 'avatar_visible';
                          });
                        }
                   
                        $('.fa_login_username').html('<a href="/profile?mode=viewprofile&u=' + username.value + '" target="_blank">' + username.value + '</a>');
                     
                        document.getElementById('fa_form_wrap').style.height = '380px';
                        document.getElementById('login_step_1').style.left = '-400px';
                        document.getElementById('login_step_2').style.left = '0px';
                        document.getElementById('fa_login_back').className = 'fa_login_visible';
                     
                        window.setTimeout(function() {
                          document.getElementById('fa_login_password').focus();
                        }, 300);
                      } else {
                        fa_form_login.error('username');
                      }
                    },
                 
                    /* move back to the username step */
                    back : function() {
                      fa_form_login.clearError('password');
                   
                      document.getElementById('fa_login_username').focus();
                      document.getElementById('fa_avatar_real').className = '';
                   
                      document.getElementById('fa_form_wrap').style.height = '290px';
                      document.getElementById('login_step_1').style.left = '0px';
                      document.getElementById('login_step_2').style.left = '400px';
                      document.getElementById('fa_login_back').className = '';
                      return false;
                    },
                 
                    /* submit the login form */
                    submit : function() {
                      if (!fa_form_login.submitting) {
                        fa_form_login.submitting = true;
                     
                        document.getElementById('fa_form_wrap').style.height = '260px';
                        fa_form_login.clearError('password');
                     
                        $.post('/login', $('#fa_form_login').serialize() + '&login=true', function(d) {
                          fa_form_login.submitting = false;
                          if (/_userdata\["session_logged_in"\] = 1/.test(d)) {
                            var storage = window.localStorage,
                                id = d.match(/_userdata\["user_id"\] = (\d+)/)[1];
                         
                            /* store the user_id and username for next login */
                            if (storage && window.JSON) {
                              var accounts = storage.fa_accounts ? JSON.parse(storage.fa_accounts) : {}, i;
                           
                              for (i in accounts) accounts[i].last_active = 0;
                           
                              accounts[id] = {
                                last_active : 1, /* last active account will be marked with a 1 */
                                username : document.getElementById('fa_login_username').value
                              };
                           
                              storage.fa_accounts = JSON.stringify(accounts);
                            }
                         
                            my_setcookie('fa_login_form_redirect', '');
                            window.location.href = fa_form_login.redirect;
                          } else {
                            fa_form_login.error('password');
                          }
                        });
                      }
                      return false;
                    },
                 
                    /* throw a form error and display the error text */
                    error : function(type) {
                      var error = document.getElementById('fa_error_' + type),
                          wrap = document.getElementById('fa_form_wrap');
                   
                      if (/none/.test(error.style.display)) {
                        document.getElementById('fa_login_' + type).style.borderColor = '#F00';
                   
                        error.style.display = 'block';
                        wrap.style.height = +wrap.style.height.replace(/px/, '') + error.getBoundingClientRect().height + 'px';
                      }
                    },
                 
                    /* clear the specified error */
                    clearError : function(type) {
                      document.getElementById('fa_error_' + type).style.display = 'none';
                      document.getElementById('fa_login_' + type).style.borderColor = '';
                    },
                 
                    /* delete a profile from the account list */
                    deleteProfile : function(id) {
                      var storage = window.localStorage, accounts = JSON.parse(storage.fa_accounts),
                          row = document.getElementById('account_user_' + id),
                          i;
               
                      delete accounts[id];
                      for (i in accounts) {
                        accounts[i].last_active = 1;
                        break;
                      }
                      storage.fa_accounts = JSON.stringify(accounts);
                   
                      row.parentNode.removeChild(row);
                      if (!fa_form_login.accountList.firstChild) fa_form_login.accountList.innerHTML = '<div class="fa_login_row">Il n\'y a pas de comptes enregistrés.</div><div class="fa_login_row"><a href="javascript:fa_form_login.toggleAccounts();">Retour à la connexion</a></div>';
                    },
                 
                    /* create the profile rows based onto the accounts you logged into */
                    createProfile : function(id, o) {
                      var row = document.createElement('DIV');
                      row.id = 'account_user_' + id;
                      row.className = 'account_list_row';
                      row.innerHTML = '<div class="account_list_inner"><img class="account_list_avatar" src="https://2img.net/i/fa/invision/pp-blank-thumb.png"/> <span class="account_list_username">' + o.username + '</span></div><a class="account_list_delete" title="Supprimer le compte" href="javascript:fa_form_login.deleteProfile(\'' + id + '\');">X</a>';
                      row.firstChild.onclick = function() {
                        fa_form_login.toggleAccounts();
                        document.getElementById('fa_login_username').value = $('.account_list_username', this).text();
                        fa_form_login.next(this.parentNode.id.slice(13));
                      };
                   
                      $.get('/ajax/index.php?f=m&user_id=' + id, function(d) {
                        var ava = $('.tooltip-content img', d)[0];
                        if (ava) row.getElementsByTagName('IMG')[0].src = ava.src;
                      });
                   
                      fa_form_login.accountList.appendChild(row);
                    },
                 
                    /* basic setup of the account list */
                    initAccountList : function() {
                      var a = document.createElement('A'),
                          holder = document.getElementById('account_list_holder');
                   
                      a.href = '#';
                      a.innerHTML = 'Choisir un autre compte';
                      a.onclick = fa_form_login.toggleAccounts;
                   
                      fa_form_login.accountList.id = 'account_list';
                      fa_form_login.accountList.className = 'accounts_hidden';
                   
                      document.getElementById('fa_form_wrap').appendChild(fa_form_login.accountList);
                      holder.appendChild(a);
                    },
                 
                    /* toggle display of the account list */
                    toggleAccounts : function() {
                      if (/accounts_hidden/.test(fa_form_login.accountList.className)) {
                        fa_form_login.accountList.className = '';
                        document.getElementById('account_list_holder').firstChild.innerHTML = 'Retour à la connexion';
                      } else {
                        fa_form_login.accountList.className = 'accounts_hidden';
                        document.getElementById('account_list_holder').firstChild.innerHTML = 'Choisir un autre compte';
                      }
                   
                      if (!fa_form_login.accountList.firstChild) fa_form_login.accountList.innerHTML = '<div class="fa_login_row">Il n\'y a pas de comptes enregistrés.</div><div class="fa_login_row"><a href="javascript:fa_form_login.toggleAccounts();">Retour à la connexion</a></div>';
                      return false;
                    }
                  };
               
                  var container = document.getElementById('fa_form_container'),
                      username = document.getElementById('fa_login_username'),
                      storage = window.localStorage;
               
                  container.className = 'logged_out';
               
                  /* move forward in the form when ENTER is pressed */
                  username.onkeydown = function(e) {
                    if (e.keyCode && e.keyCode == 13) {
                      fa_form_login.next();
                      return false;
                    }
                  };
                 
                  /* if the specified data is useable we'll go through the stored accounts in localStorage and form a list for switching */
                  if (storage && storage.fa_accounts && window.JSON) {
                    var accounts = JSON.parse(storage.fa_accounts),
                        i, last_active = false;
                 
                    for (i in accounts) {
                      if (accounts[i].last_active) {
                        last_active = true;
                        username.value = accounts[i].username;
                        fa_form_login.next(i);
                      }
                     
                      fa_form_login.createProfile(i, accounts[i]);
                    }
                 
                    fa_form_login.initAccountList();
                    !last_active && username.focus();
                  } else username.focus();
               
                  document.getElementById('fa_button_next').onclick = function() {
                    fa_form_login.next();
                  };
                  document.getElementById('fa_login_back').onclick = fa_form_login.back;
                  document.getElementById('fa_form_login').onsubmit = fa_form_login.submit;
                }());
                //]]></script>



Ensuite direction l'entraide cher ami.

fred9545 et Freedom Sun aiment ce message

Freedom Sun
Freedom Sun
Milouzien

https://leforumdelazik.xoo.it/index.php

MessageFreedom Sun Mar 23 Mar 2021 - 19:37

Désolé Phil,

Je le comprend, et encore merci pour l'ajout du mot de passe dans le Bloc,

Tu es super ! Merci

Merci pour l'aide Encore,

À bientôt,

Cdlt, Stefano

Milouze14
Milouze14
Fondateur

https://www.milouze14.com

MessageMilouze14 Mar 23 Mar 2021 - 19:43

De rien cher ami,
je vais faire un peu de ménage sur le sujet hinhin .

fred9545, phil85 et Freedom Sun aiment ce message

Milouze14
Milouze14
Fondateur

https://www.milouze14.com

MessageMilouze14 Jeu 25 Mar 2021 - 5:55

Hello les ami(e)s,
l'ajout de l'affichage du mot de passe généré un décalage au clic dans la case,
j'ai donc modifié le code html .
Pour celles et ceux qui ont personnalisé cette page, il faut trouver cette class:
Code:

.fa_login_input

et ajouter un hack important à ces deux styles:
Code:

padding: 0 3px;

 outline:none;

Comme ceci:
Code:

padding: 0 3px!important;

 outline:none!important;

puis ajouter un margin:0!important;

La ligne dans sa totalité;
Code:
        .fa_login_input { color:#666; background:#FFF; border:1px solid #CCC; border-radius:3px; padding: 0 3px!important; height:30px; width: 232px; outline:none!important;margin:0!important; }

Merci de ne pas réagir à cet ajout les ami(e)s, un petit j'aime suffira impeccable .

photoclic, fred9545 et Freedom Sun aiment ce message

Constellation
Constellation
Milouzien

https://millionlittlethings.forumactif.com/

MessageConstellation Dim 28 Mar 2021 - 19:31

Merci pour ce code ❤

Milouze14 aime ce message

Contenu sponsorisé

MessageContenu sponsorisé

Voir le sujet précédent Voir le sujet suivant Revenir en haut

Créer un compte ou se connecter pour répondre

Vous devez être membre pour répondre.

S'enregistrer

Rejoignez notre communauté ! C'est facile !


S'enregistrer

Connexion

Vous êtes déjà membre ? Aucun soucis, cliquez ici pour vous connecter.


Connexion

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum