Problème de codage avec un QEEL image

2 participants

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

Résolu Problème de codage avec un QEEL image

Message par popoliline Sam 5 Sep 2015 - 17:21

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox, Google Chrome, Internet Explorer
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Tous les utilisateurs
Problème apparu depuis : 10 jours environ
Lien du forum : http://fluffy-minion.forumactif.com

Description du problème

Bonjour à tous et merci pour avance de votre aide.

Je rencontre depuis peu un problème de codage "insoluble" sur mon forum test pour le futur design d'un forum. Je reprends le travail d'une codeuse n'ayant plus le temps de terminer cette version et je suis perdue. Je n'arrive pas à coder ce QEEL image (mes connaissances dans ce domaine étant "pauvres").

Pourriez vous m'aider à réaliser un QEEL harmonieux avec les bonnes informations au bon endroit ?

Ci joint le template et le CSS pour le codage du QEEL !

Code:
 {JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline_pa" width="100%" border="0" cellspacing="0" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                           <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                           <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
         <!-- END switch_delete_cookies -->
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                           <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                           <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

 <!-- BEGIN disable_viewonline -->
<center><div class="fond" width="850" align="center" style="margin:0 auto;">
    <table width="100%"><tr><td><div class="boite_1_qeel" style="position:relative;top:93px;"><table border="0" cellspacing="0" cellpadding="0" class="trans">{L_CONNECTED_MEMBERS}</table>
      </div>

      <a href="http://www.yesyou-can.com/g38-americans">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:78px;left:280px;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
<a href="http://www.yesyou-can.com/g39-latinos">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:100px;left:195px;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
<a href="http://www.yesyou-can.com/g40-africans">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:124px;left:40px;width:90px;height:22px;background-color:#000000;opacity:0.6;" /></a>
    <a href="http://www.yesyou-can.com/g41-europeans">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:149px;left:90;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
        <a href="http://www.yesyou-can.com/g42-asians">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:173px;left:-130px;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
    <a href="http://www.yesyou-can.com/g43-oceanians">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:198px;left:-250px; width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
                <a href="http://www.yesyou-can.com/g44-pinguins">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:199px;left:-30px;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>


      </td>
     
      <td> <div class="onestla"><span id="kumao">{TOTAL_USERS_ONLINE} </span>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Il y a en tout/,"Il y a");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/utilisateurs en ligne ::/,"personnes à New York. On trouve ");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/utilisateur en ligne ::/,"personne à New York. On trouve ");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Enregistré,/," habitant dans la Big Apple,");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Enregistrés,/," habitants dans la Big Apple,");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invisible et/," pervers se promène discrètement et enfin ");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invisibles et/," pervers se promènent discrètement et enfin ");</script>
                  <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invités/," touristes visitent NYC.");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invité/," touriste visite NYC.");</script>

       
        <span id="blabla">{TOTAL_POSTS}</span>
        <script type="text/javascript">document.getElementById('blabla').innerHTML=document.getElementById('blabla').innerHTML.replace(/Nos membres ont posté un total de/," Nous autres, Youcanniens avons déjà échangés, au total, plus de");</script>
        <script type="text/javascript">document.getElementById('blabla').innerHTML=document.getElementById('blabla').innerHTML.replace(/messages/,"mots doux et autres gentilles insultes, et ce depuis cinq ans !");</script>
       
        <span id="blibli">{TOTAL_USERS}</span>
          <script type="text/javascript">document.getElementById('blibli').innerHTML=document.getElementById('blibli').innerHTML.replace(/Nous avons/," Actuellement nous sommes");</script>
        <script type="text/javascript">document.getElementById('blibli').innerHTML=document.getElementById('blibli').innerHTML.replace(/membres enregistrés/,"adorateurs de youcan.");</script>
       
        <span id="blublu">{NEWEST_USER}</span>
                  <script type="text/javascript">document.getElementById('blublu').innerHTML=document.getElementById('blublu').innerHTML.replace(/L'utilisateur enregistré le plus récent est/," Le dernier en date, notre bizut officiel, n'est autre que");</script> Mais pour combien de temps, encore ?
       
        <br/>
      {LOGGED_IN_USER_LIST}
        </div>
    </td>
      </tr></table></div>
     
  </center>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>&nbsp;&nbsp;</td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

Le CSS :

Code:
/* QEEL */


.montab1 .tab {
  padding: 2px 10px;
  color: #000;
  border: 1px solid #;
  cursor: pointer;
}
.montab1 .contents {
  width:  10%;
  margin-right: 30px;
  border: ;
  background: ;
}
.montab2 .contents {
  width:  40%;
  border: none;
  background: #efe;
  box-shadow:0 0 10px #aba;
  border-radius: 20px;
}
.montab2 .tab.selected {
  color: red;
  background: ;
}
.montab1 .mononglet4 {
  color: blue;
}
.montab1 .mononglet7 {
  color: orange;
}
     
        .fond {width:750px; height:373px;
  background-image:url(http://nsa37.casimages.com/img/2015/08/27//150827080233981055.png);
          margin:auto;text-align:center;
        background-repeat : no-repeat;position:relative}
     
/*groupes*/
.fond a[href^="/g"]{
  background:;
  position:absolute;
  left:302px;
  display:inline-block;
  height:20px;
  width:130px
}
.fond a[href^="/g38"]{
  top:87px;
}
.fond a[href^="/g39"]{
  top:240px;
}
.fond a[href^="/g40"]{
  top:65px;
}
.fond a[href^="/g41"]{
  top:219px;
}
.fond a[href^="/g42"]{
  top:109px;
}
.fond a[href^="/g43"]{
  top:261px;
}
.fond a[href^="/g44"]{
  top:282px;
}
.bloc-onglets{
  position:relative;
  width:px;
  top:5px;
  left:438px
}
        .boite_1_qeel {
      background-color: #;
    border-bottom: 1px solid #;
    border-left: 1px solid #;
    border-right: 1px solid #;
    border-top: 1px solid #;
    color: #292929!important;
    display: block;
    font-size: 11px;
    height: 230px;
    overflow: auto;
    text-align: justify;
    transition: all .8s;
    width: 180px;
    font-size:11px;text-align:justify; overflow:auto;  display: block;
          color : #292929!important; background-color:#;
          text-transform:uppercase;
          -moz-transition:all 0.8s; /* Mozilla Firefox */
          -webkit-transition:all 0.8s; /* Safari et Google Chrome */
          -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;}
     
        .ilwena {height:55px;overflow:auto;}
 
        .boite_1_qeel::-webkit-scrollbar-track {
          background-color: #D3D1D3; /*couleur du fond de la scrollbar*/}
     
        .boite_1_qeel::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend*/
          background-color: #C8C4C8 /*couleur de l'ascenseur*/;}
     
        #kumao {inline:block;}
        #blabla {inline:block;}
        #blibli {inline:block;}
        #blublu {inline:block;}
     
        .onestla {width:210px;height:230px;font-size:11px;text-align:justify; overflow:auto; display: block;
          color : #292929!important; background-color:#;
          text-transform:;
          -moz-transition:all 0.8s; /* Mozilla Firefox */
          -webkit-transition:all 0.8s; /* Safari et Google Chrome */
          -o-transition:all 0.8s; /* Opera */
            transition:all 0.8s;
        border-left: 1px solid #; border-right: 1px solid #;
          border-top: 1px solid #; border-bottom: 1px solid #;}
     
        .onestla::-webkit-scrollbar {
          width: 5px; /*largeur de la scrollbar verticale*/
          height: 5px; /*hauteur de la scrollbar horizontale*/
          background-color: #C8C4C8;}
     
        .onestla::-webkit-scrollbar-track {
          background-color: #D3D1D3; /*couleur du fond de la scrollbar*/}
     
        .onestla::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend*/
          background-color: #C8C4C8 /*couleur de l'ascenseur*/;}
     
        .boite_qeel_credit {width:200px;height:260px;padding:5px;position:absolute;top:0px;
          left:38px;top: 50px; text-align:justify; overflow:; display: block;
          color : #292929!important; background-color:#;
          text-transform:; line-height: 100%;  font-family:arial;
          font-size:8px; letter-spacing:2px; line-height:7px;
          -moz-transition:all 0.8s; /* Mozilla Firefox */
          -webkit-transition:all 0.8s; /* Safari et Google Chrome */
          -o-transition:all 0.8s; /* Opera */
            transition:all 0.8s;
        border-left: 1px solid #; border-right: 1px solid #;
          border-top: 1px solid #; border-bottom: 1px solid #;}
     
        /*posteur et voteur du mois qeel*/
        .posteur { width: 88px; height: 108px;
          background: white; color: #737373;
          overflow: auto; font-family:arial;
          font-size:8px; letter-spacing:2px; line-height:12px;
          text-align: justify; padding: 4px;
          opacity: 0; -webkit-transition:all 0.7s ease-in-out;
          -moz-transition:all 0.7s ease-in-out; -o-transition:all 0.7s ease-in-out;
          -ms-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out; }
        .posteur:hover { opacity: .9; }
        .posteur::-webkit-scrollbar { width: 5px; }
        .posteur::-webkit-scrollbar-track  { background-color: #eee; }
        .posteur::-webkit-scrollbar-thumb { background-color: #2A7690; }

.voteur { width: 88px; height: 108px;
          background: white; color: #737373;
          overflow: auto; font-family:arial; margin-top: -14px;
          font-size:8px; letter-spacing:2px; line-height:12px;
          text-align: justify; padding: 4px;
          opacity: 0; -webkit-transition:all 0.7s ease-in-out;
          -moz-transition:all 0.7s ease-in-out; -o-transition:all 0.7s ease-in-out;
          -ms-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out; }
        .voteur:hover { opacity: .9; }
        .pvoteur::-webkit-scrollbar { width: 5px; }
        .voteur::-webkit-scrollbar-track  { background-color: #eee; }
        .voteur::-webkit-scrollbar-thumb { background-color: #2A7690; }

Merci par avance de votre aide !

Pauline


Dernière édition par popoliline le Mar 8 Sep 2015 - 22:07, édité 1 fois
avatar

popoliline
**

Messages : 60
Inscrit(e) le : 15/01/2012

http://vapore-dei-sospiri.bbactif.com/
popoliline a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Problème de codage avec un QEEL image

Message par Teurancher Sam 5 Sep 2015 - 18:14

Yosh,
On va commencer doucement.

Remplacer l'intégralité du template par ceci:

Code:
 {JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline_pa" width="100%" border="0" cellspacing="0" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
  </tr>
  <!-- END message_admin_titre -->
  <!-- BEGIN message_admin_txt -->
  <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
  </tr>
  <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle" align="right">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                          <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                          <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td width="50%" valign="top">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
        <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
        <!-- END switch_delete_cookies -->
      </td>
      <td width="50%" align="right">
        <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
              <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
        </span>
      </td>
  </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                          <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                          <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

 <!-- BEGIN disable_viewonline -->
<center><div class="fond" width="850" align="center" style="margin:0 auto;">
    <table width="100%"><tr><td><div class="boite_1_qeel" style="position:relative;top:93px; left: 30px;"><table border="0" cellspacing="0" cellpadding="0" class="trans">{L_CONNECTED_MEMBERS}</table>
      </div>

      <a href="http://www.yesyou-can.com/g38-americans">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:78px;left:280px;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
<a href="http://www.yesyou-can.com/g39-latinos">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:100px;left:195px;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
<a href="http://www.yesyou-can.com/g40-africans">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:124px;left:40px;width:90px;height:22px;background-color:#000000;opacity:0.6;" /></a>
    <a href="http://www.yesyou-can.com/g41-europeans">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:149px;left:90;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
        <a href="http://www.yesyou-can.com/g42-asians">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:173px;left:-130px;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
    <a href="http://www.yesyou-can.com/g43-oceanians">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:198px;left:-250px; width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>
                <a href="http://www.yesyou-can.com/g44-pinguins">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position:relative;top:199px;left:-30px;width:110px;height:22px;background-color:#000000;opacity:0.6;" /></a>


      </td>
   
      <td> <div class="onestla"><span id="kumao">{TOTAL_USERS_ONLINE} </span>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Il y a en tout/,"Il y a");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/utilisateurs en ligne ::/,"personnes à New York. On trouve ");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/utilisateur en ligne ::/,"personne à New York. On trouve ");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Enregistré,/," habitant dans la Big Apple,");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Enregistrés,/," habitants dans la Big Apple,");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invisible et/," pervers se promène discrètement et enfin ");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invisibles et/," pervers se promènent discrètement et enfin ");</script>
                  <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invités/," touristes visitent NYC.");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invité/," touriste visite NYC.");</script>

     
        <span id="blabla">{TOTAL_POSTS}</span>
        <script type="text/javascript">document.getElementById('blabla').innerHTML=document.getElementById('blabla').innerHTML.replace(/Nos membres ont posté un total de/," Nous autres, Youcanniens avons déjà échangés, au total, plus de");</script>
        <script type="text/javascript">document.getElementById('blabla').innerHTML=document.getElementById('blabla').innerHTML.replace(/messages/,"mots doux et autres gentilles insultes, et ce depuis cinq ans !");</script>
     
        <span id="blibli">{TOTAL_USERS}</span>
          <script type="text/javascript">document.getElementById('blibli').innerHTML=document.getElementById('blibli').innerHTML.replace(/Nous avons/," Actuellement nous sommes");</script>
        <script type="text/javascript">document.getElementById('blibli').innerHTML=document.getElementById('blibli').innerHTML.replace(/membres enregistrés/,"adorateurs de youcan.");</script>
     
        <span id="blublu">{NEWEST_USER}</span>
                  <script type="text/javascript">document.getElementById('blublu').innerHTML=document.getElementById('blublu').innerHTML.replace(/L'utilisateur enregistré le plus récent est/," Le dernier en date, notre bizut officiel, n'est autre que");</script> Mais pour combien de temps, encore ?
     
        <br/>
      {LOGGED_IN_USER_LIST}
        </div>
    </td>
      </tr></table></div>
   
  </center>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>&nbsp;&nbsp;</td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Teurancher

Teurancher
*****

Masculin
Messages : 545
Inscrit(e) le : 28/02/2015

http://www.arcadia-forum.com/
Teurancher a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de codage avec un QEEL image

Message par popoliline Sam 5 Sep 2015 - 18:24

Merci pour votre aide Teurancher !
Je viens de changer le template !
avatar

popoliline
**

Messages : 60
Inscrit(e) le : 15/01/2012

http://vapore-dei-sospiri.bbactif.com/
popoliline a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de codage avec un QEEL image

Message par popoliline Mar 8 Sep 2015 - 20:16

UP?
avatar

popoliline
**

Messages : 60
Inscrit(e) le : 15/01/2012

http://vapore-dei-sospiri.bbactif.com/
popoliline a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de codage avec un QEEL image

Message par Teurancher Mar 8 Sep 2015 - 21:11

Yosh,
Navré pour l'attente.

J'espère que ça rendra pareil que sur mon forum test. ^-^

index_body
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline_pa" width="100%" border="0" cellspacing="0" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
  </tr>
  <!-- END message_admin_titre -->
  <!-- BEGIN message_admin_txt -->
  <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
  </tr>
  <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle" align="right">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                          <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                          <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td width="50%" valign="top">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
        <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
        <!-- END switch_delete_cookies -->
      </td>
      <td width="50%" align="right">
        <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
              <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
        </span>
      </td>
  </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                          <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                          <td><input class="post" type="password" size="10" name="password"/>&nbsp;</td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

 <!-- BEGIN disable_viewonline -->
<center><div class="fond" width="850" align="center" style="margin:0 auto;">
    <table width="100%"><tr><td>
      <td height="300"> <div class="onestla"><span id="kumao">{TOTAL_USERS_ONLINE} </span>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Il y a en tout/,"Il y a");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/utilisateurs en ligne ::/,"personnes à New York. On trouve ");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/utilisateur en ligne ::/,"personne à New York. On trouve ");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Enregistré,/," habitant dans la Big Apple,");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Enregistrés,/," habitants dans la Big Apple,");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invisible et/," pervers se promène discrètement et enfin ");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invisibles et/," pervers se promènent discrètement et enfin ");</script>
                  <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invités/," touristes visitent NYC.");</script>
        <script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Invité/," touriste visite NYC.");</script>

     
        <span id="blabla">{TOTAL_POSTS}</span>
        <script type="text/javascript">document.getElementById('blabla').innerHTML=document.getElementById('blabla').innerHTML.replace(/Nos membres ont posté un total de/," Nous autres, Youcanniens avons déjà échangés, au total, plus de");</script>
        <script type="text/javascript">document.getElementById('blabla').innerHTML=document.getElementById('blabla').innerHTML.replace(/messages/,"mots doux et autres gentilles insultes, et ce depuis cinq ans !");</script>
     
        <span id="blibli">{TOTAL_USERS}</span>
          <script type="text/javascript">document.getElementById('blibli').innerHTML=document.getElementById('blibli').innerHTML.replace(/Nous avons/," Actuellement nous sommes");</script>
        <script type="text/javascript">document.getElementById('blibli').innerHTML=document.getElementById('blibli').innerHTML.replace(/membres enregistrés/,"adorateurs de youcan.");</script>
     
        <span id="blublu">{NEWEST_USER}</span>
                  <script type="text/javascript">document.getElementById('blublu').innerHTML=document.getElementById('blublu').innerHTML.replace(/L'utilisateur enregistré le plus récent est/," Le dernier en date, notre bizut officiel, n'est autre que");</script> Mais pour combien de temps, encore ?
     
        <br/>
      {LOGGED_IN_USER_LIST}
        </div>
    </td>

      <a href="http://www.yesyou-can.com/g38-americans">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="top: 76px; left: 320px; width: 110px; height: 22px; position: absolute;" /></a>
<a href="http://www.yesyou-can.com/g39-latinos">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position: absolute; top: 99px; left: 320px; width: 110px; height: 23px;" /></a>
<a href="http://www.yesyou-can.com/g40-africans">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position: absolute; top: 123px; left: 320px; width: 110px; height: 22px;" /></a>
    <a href="http://www.yesyou-can.com/g41-europeans">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position: absolute; top: 147px; left: 320px; width: 110px; height: 23px;" /></a>
        <a href="http://www.yesyou-can.com/g42-asians">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position: absolute; top: 171px; left: 320px; width: 110px; height: 23px;" /></a>
    <a href="http://www.yesyou-can.com/g43-oceanians">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="position: absolute; top: 196px; left: 320px; width: 110px; height: 23px;" /></a>
                <a href="http://www.yesyou-can.com/g44-pinguins">
<img src="http://img98.xooimage.com/files/d/4/8/alex-3dce47a.png" style="top: 220px; left: 320px; width: 110px; height: 23px; position: absolute;" /></a>


      </td>
     
      <td height="300" style="width: 300px;"><div class="boite_1_qeel"><table border="0" cellspacing="0" cellpadding="0" class="trans">{L_CONNECTED_MEMBERS}</table>
      </div></td>
   
      </tr></table></div>
   
  </center>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>&nbsp;&nbsp;</td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

CSS
Code:
/* QEEL */


.montab1 .tab {
  padding: 2px 10px;
  color: #000;
  border: 1px solid #;
  cursor: pointer;
}
.montab1 .contents {
  width:  10%;
  margin-right: 30px;
  border: ;
  background: ;
}
.montab2 .contents {
  width:  40%;
  border: none;
  background: #efe;
  box-shadow:0 0 10px #aba;
  border-radius: 20px;
}
.montab2 .tab.selected {
  color: red;
  background: ;
}
.montab1 .mononglet4 {
  color: blue;
}
.montab1 .mononglet7 {
  color: orange;
}
   
        .fond {width:750px; height:373px;
  background-image:url(http://nsa37.casimages.com/img/2015/08/27//150827080233981055.png);
          margin:auto;text-align:center;
        background-repeat : no-repeat;position:relative}
   
/*groupes*/
.fond a[href^="/g"]{
  background:;
  position:absolute;
  left:302px;
  display:inline-block;
  height:20px;
  width:130px
}
.fond a[href^="/g38"]{
  top:87px;
}
.fond a[href^="/g39"]{
  top:240px;
}
.fond a[href^="/g40"]{
  top:65px;
}
.fond a[href^="/g41"]{
  top:219px;
}
.fond a[href^="/g42"]{
  top:109px;
}
.fond a[href^="/g43"]{
  top:261px;
}
.fond a[href^="/g44"]{
  top:282px;
}
.bloc-onglets{
  position:relative;
  width:px;
  top:5px;
  left:438px
}
        .boite_1_qeel {
    position: relative;
    top: 8px;
    left: 30px;
    width: 230px;
    height: 130px;
    background-color: #;
    border-bottom: 1px solid #;
    border-left: 1px solid #;
    border-right: 1px solid #;
    border-top: 1px solid #;
    color: #292929!important;
    display: block;
    font-size: 11px;
    overflow: auto;
    text-align: justify;
    transition: all .8s;
    font-size:11px;text-align:justify; overflow:auto;  display: block;
          color : #292929!important; background-color:#;
          text-transform:uppercase;
          -moz-transition:all 0.8s; /* Mozilla Firefox */
          -webkit-transition:all 0.8s; /* Safari et Google Chrome */
          -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s; }
   
        .ilwena {height:55px;overflow:auto;}
 
        .boite_1_qeel::-webkit-scrollbar-track {
          background-color: #D3D1D3; /*couleur du fond de la scrollbar*/}
   
        .boite_1_qeel::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend*/
          background-color: #C8C4C8 /*couleur de l'ascenseur*/;}
   
        #kumao {inline:block;}
        #blabla {inline:block;}
        #blibli {inline:block;}
        #blublu {inline:block;}
   
        .onestla { font-size:11px;text-align:justify; overflow:auto; display: block;
          color : #292929!important; background-color:#;
          text-transform:;
          -moz-transition:all 0.8s; /* Mozilla Firefox */
          -webkit-transition:all 0.8s; /* Safari et Google Chrome */
          -o-transition:all 0.8s; /* Opera */
            transition:all 0.8s;
        border-left: 1px solid #; border-right: 1px solid #;
          border-top: 1px solid #; border-bottom: 1px solid #;
    position: relative;
    left: 30px;
    width: 230px;
    top: 8px;
    height: 130px;
}
   
        .onestla::-webkit-scrollbar {
          width: 5px; /*largeur de la scrollbar verticale*/
          height: 5px; /*hauteur de la scrollbar horizontale*/
          background-color: #C8C4C8;}
   
        .onestla::-webkit-scrollbar-track {
          background-color: #D3D1D3; /*couleur du fond de la scrollbar*/}
   
        .onestla::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend*/
          background-color: #C8C4C8 /*couleur de l'ascenseur*/;}
   
        .boite_qeel_credit {width:200px;height:260px;padding:5px;position:absolute;top:0px;
          left:38px;top: 50px; text-align:justify; overflow:; display: block;
          color : #292929!important; background-color:#;
          text-transform:; line-height: 100%;  font-family:arial;
          font-size:8px; letter-spacing:2px; line-height:7px;
          -moz-transition:all 0.8s; /* Mozilla Firefox */
          -webkit-transition:all 0.8s; /* Safari et Google Chrome */
          -o-transition:all 0.8s; /* Opera */
            transition:all 0.8s;
        border-left: 1px solid #; border-right: 1px solid #;
          border-top: 1px solid #; border-bottom: 1px solid #;}
   
        /*posteur et voteur du mois qeel*/
        .posteur { width: 88px; height: 108px;
          background: white; color: #737373;
          overflow: auto; font-family:arial;
          font-size:8px; letter-spacing:2px; line-height:12px;
          text-align: justify; padding: 4px;
          opacity: 0; -webkit-transition:all 0.7s ease-in-out;
          -moz-transition:all 0.7s ease-in-out; -o-transition:all 0.7s ease-in-out;
          -ms-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out; }
        .posteur:hover { opacity: .9; }
        .posteur::-webkit-scrollbar { width: 5px; }
        .posteur::-webkit-scrollbar-track  { background-color: #eee; }
        .posteur::-webkit-scrollbar-thumb { background-color: #2A7690; }

.voteur { width: 88px; height: 108px;
          background: white; color: #737373;
          overflow: auto; font-family:arial; margin-top: -14px;
          font-size:8px; letter-spacing:2px; line-height:12px;
          text-align: justify; padding: 4px;
          opacity: 0; -webkit-transition:all 0.7s ease-in-out;
          -moz-transition:all 0.7s ease-in-out; -o-transition:all 0.7s ease-in-out;
          -ms-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out; }
        .voteur:hover { opacity: .9; }
        .pvoteur::-webkit-scrollbar { width: 5px; }
        .voteur::-webkit-scrollbar-track  { background-color: #eee; }
        .voteur::-webkit-scrollbar-thumb { background-color: #2A7690; }
Teurancher

Teurancher
*****

Masculin
Messages : 545
Inscrit(e) le : 28/02/2015

http://www.arcadia-forum.com/
Teurancher a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de codage avec un QEEL image

Message par popoliline Mar 8 Sep 2015 - 21:29

Alors c'est parfait, petit détail qui ne fonctionne pas par contre j'ai un cadre gris autour des derniers connectés durant les 24 heures. Une idée de comment l'enlever ?

Spoiler:
avatar

popoliline
**

Messages : 60
Inscrit(e) le : 15/01/2012

http://vapore-dei-sospiri.bbactif.com/
popoliline a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de codage avec un QEEL image

Message par Invité Mar 8 Sep 2015 - 21:56

bonsoir vous 2 , un petit coup de pousse .........!!!!!!

>>>pour les variables>>

{L_CONNECTED_MEMBERS}
et {L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}

ce sont de tables a part entière , elle prennent la couleur td.row1,(d'ou la couleur grise ) il faut donc les modifier,

entouré c'est variables
comme ceci>>

Code:
<table id="lastco">{L_CONNECTED_MEMBERS}</table>

et

Code:
<table id="anniv">{L_WHOSBIRTHDAY_TODAY}
                      {L_WHOSBIRTHDAY_WEEK} </table>

et dans le css>>ajouté ceci>>

Code:
/**annulation row1 pour le queel**/
#lastco .row1 {
background: none;
}
#anniv .row1 {
background: none;
}
/**fin annulation**/

bonne soirée,,,


Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de codage avec un QEEL image

Message par Teurancher Mar 8 Sep 2015 - 22:03

+1 pour R-max. On pouvait également faire plus simple. ^-^

Code:
.boite_1_qeel td.row1 { background-color: transparent !important; }
Teurancher

Teurancher
*****

Masculin
Messages : 545
Inscrit(e) le : 28/02/2015

http://www.arcadia-forum.com/
Teurancher a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de codage avec un QEEL image

Message par popoliline Mar 8 Sep 2015 - 22:06

MERCI !!!! C'est parfait !!!!
VOUS ME SAUVEZ !!!
avatar

popoliline
**

Messages : 60
Inscrit(e) le : 15/01/2012

http://vapore-dei-sospiri.bbactif.com/
popoliline a été remercié(e) par l'auteur de ce sujet.

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

- Sujets similaires

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