QEEL personalisé

2 participants

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

Résolu QEEL personalisé

Message par A.K Sam 16 Juil 2011 - 18:16

Bonjour/Bonsoir tout le monde ,

Alors voilà comme dit dans le titre j'aimerai personnalisé mon qeel en mettant une image derrière et bougeant un peu le tout . D'abord je remercie tous ceux qui lise ma requête et encore plus ceux qui m'aideront . J'ai regarder quelques autres aides de ce genre et j'ai vus qu'il fallait :

le css :
Code:
a { text-decoration: none; }
.text{
-moz-box-shadow: 0px 0px 5px #000;    /* ombre portee */
-webkit-box-shadow: 0px 0px 5px #000;  /* ombre portee */
box-shadow: 0px 0px 5px #000;        /* ombre portee */ }

a.chatbox{
-moz-box-shadow: 0px 0px 5px #000;    /* ombre portee */
-webkit-box-shadow: 0px 0px 5px #000;  /* ombre portee */
box-shadow: 0px 0px 5px #000;        /* ombre portee */ }

a.forumlink:hover, a.forumlink:hover:visited{
background-color: #c28fbe;
border-left: 5px solid #c28fbe;
border-right: 5px solid #c28fbe;}




.chatbox
{
border-left: 2px solid #c28fbe;
border-right: 2px solid #c28fbe;
background-color: #c28fbe;
}

input, textarea, select {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}

.bodyline{ background:url("http://img146.imageshack.us/img146/4406/0000ig.png");}


a:hover{
    text-decoration: underline overline !important;
    }

body { cursor: crosshair }
a:hover { cursor:ne-resize; }

u{border-bottom: 2px solid;border-color:#1f1f1f;text-decoration: none;
-moz-border-radius:10px;}

I{border-bottom:none; color:#1f1f1f;text-decoration: none
}

a:hover{text-transform:uppercase;
-moz-box-shadow: 0px 0px 5px #000;    /* ombre portee */
-webkit-box-shadow: 0px 0px 5px #000;  /* ombre portee */
box-shadow: 0px 0px 5px #000;        /* ombre portee */}

.bodylinewidth {
width:70%}



a.forumlink:hover, a.forumlink:hover:visited{
background-color: #d2a4a4;
border-left: 9px solid #b99090;
border-right: 9px solid #b99090;
-moz-border-radius:6px;}

a:link {text-decoration: none;}
a:hover{text-decoration: none !important;}
a { text-decoration: none }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }

.quote{
font-family: Tahoma;
font-size: 11px;
color: #616161;
line-height: 125%;
background-color: #1f1f1f;
border: #1f1f1f;
border-style: solid;
border: 1px #1f1f1f;
dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}

.code{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: #616161;
background-color: #1f1f1f;
border: #1f1f1f;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px
border: 1px #f5c79f;
dotted;
-moz-border-radius:6px;
}

input,textarea, select {
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
}


a {font-variant: small-caps;}
.forumline{}
.bodyline {-moz-border-radius:40px;}



a.mainmenu:link, a.mainmenu:visited{
margin-left : 3px;
margin-right :3px;
font-family :Georgia;
color: #464b4b;
background-image: url("http://www.heberger-image.fr/data/images/82012_Sans_titre.png");
text-align:left;
border-left: 5px solid #d78888;
}


#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: "Flower Box"; }



    .fleche {
    background-image : url("http://img204.imageshack.us/img204/1085/flechei.gif");
    width: 20px;
    height :20px;
    position : relative;
    top :50px;
    left :-19px;  }


    .bulle{
    background-color : #daabe2;
    border : 1px solid #c374d0;
    -moz-border-radius: 20px ;
    -webkit-border-radius:20px;
    -border-radius:20px;
    -khtml-border-radius:20px;
    padding : 5px;
    }

le template index_body :
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" 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> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </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> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </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" perms="{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>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         
<a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a>

            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a>

            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               
<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> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </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> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </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" perms="{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 -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catHead" colspan="2" height="28">
      <!-- BEGIN switch_viewonline_link -->
      <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
      <!-- END switch_viewonline_link -->

      <!-- BEGIN switch_viewonline_nolink -->
      <span class="cattitle">{L_WHO_IS_ONLINE}</span>
      <!-- END switch_viewonline_nolink -->
      </td>
   </tr>
   <tr>
      <td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
      <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}

      {TOTAL_USERS}

      {NEWEST_USER}</span></td>
   </tr>
   <tr>
      <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}

      {RECORD_USERS}

      

      {LOGGED_IN_USER_LIST}</span></td>
   </tr>
   {L_CONNECTED_MEMBERS}
   {L_WHOSBIRTHDAY_TODAY}
   {L_WHOSBIRTHDAY_WEEK}
   <tr>
      <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
   </tr>
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="row1">
         <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}

            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
         </span>
      </td>
   </tr>
   <!-- END switch_chatbox_activate -->
</table>
<!-- 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>  </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
});
//]]>
</script>
<!-- END switch_fb_index_login -->

L'image : https://2img.net/r/ihimg/f/841/sansreiv.png/

Le Lien du forum en question : http://graph-flower.info-graphistes.net/

et un détail : J'aimerai si possible que ceci :
Spoiler:
Soit comme cela :
Spoiler:
Si c'est trop long a faire ne le faite pas ^^ .
Encore merci d'avoir lus .

Cordialement , A.K


Dernière édition par A.K le Lun 18 Juil 2011 - 4:14, édité 1 fois
avatar

A.K
Nouveau membre

Masculin
Messages : 11
Inscrit(e) le : 06/05/2011

http://graph-flower.info-graphistes.net/
A.K a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL personalisé

Message par SoraNoHime Sam 16 Juil 2011 - 19:46

^^ Bonsoir

Une demande faite intégralement comme il le faut ^^. Juste un détail par contre, il me faudrait le nom de vos groupes et leurs couleurs si vous désirez qu'ils soient de couleurs différentes.

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: QEEL personalisé

Message par A.K Sam 16 Juil 2011 - 21:43

Coucou , merci de me répondre aussi vite ^^ .Je rajoute les liens où ils mènent au cas où .
D'en l'ordre sa donne sa :
Admin's : 780166 > http://graph-flower.info-graphistes.net/g1-admin-s
Responsables : A536FF > http://graph-flower.info-graphistes.net/g3-responsables
Modérateurs : DE5DDE > http://graph-flower.info-graphistes.net/g2-moderateurs
Codeurs : C29200 > http://graph-flower.info-graphistes.net/g4-codeurs
Flasheurs : 0099FF > http://graph-flower.info-graphistes.net/g5-flasheurs
Professeurs : 3BAD48 > http://graph-flower.info-graphistes.net/g6-professeurs
Organisateurs : FF0000 > http://graph-flower.info-graphistes.net/g7-organisateurs
Élèves : 517799 > http://graph-flower.info-graphistes.net/g8-eleves
Flower's : FF00EE > http://graph-flower.info-graphistes.net/g9-flower-s

Voilà si il manque quelque chose je serais surement connecter jusque 2-3 heures du matin .
avatar

A.K
Nouveau membre

Masculin
Messages : 11
Inscrit(e) le : 06/05/2011

http://graph-flower.info-graphistes.net/
A.K a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL personalisé

Message par SoraNoHime Dim 17 Juil 2011 - 1:36

Est-ce que ceci vous irez pour commencer ?

index_body :

Code:
    {JAVASCRIPT}
    <!-- BEGIN message_admin_index -->
    <table class="forumline" width="100%" border="0" cellspacing="1" 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> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                        <span class="gensmall">{L_AUTO_LOGIN}</span>
                      </td>
                  </tr>

                  <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </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> </td>
                              <td><input class="post" type="text" size="10" name="username"/> </td>
                              <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span>
                              </td>
                            </tr>

                            <tr>
                              <td><span class="genmed">{L_PASSWORD}:</span> </td>
                              <td><input class="post" type="password" size="10" name="password"/> </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" perms="{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>
            <!-- END switch_user_logged_in -->
            <!-- BEGIN switch_delete_cookies -->
            <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
            <!-- END switch_delete_cookies -->
            </span>
          </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> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                        <span class="gensmall">{L_AUTO_LOGIN}</span>
                      </td>
                  </tr>

                  <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </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> </td>
                              <td><input class="post" type="text" size="10" name="username"/> </td>
                              <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span>
                              </td>
                            </tr>

                            <tr>
                              <td><span class="genmed">{L_PASSWORD}:</span> </td>
                              <td><input class="post" type="password" size="10" name="password"/> </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" perms="{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><table class="qeelfond" width="626" border="0" cellspacing="0" cellpadding="0">
      <tr>
          <td><div style="width :260px;"><div class="qeelstats"><span class="gensmall">{TOTAL_POSTS}<br />
          {TOTAL_USERS}<br />
          {NEWEST_USER}<br />
        {TOTAL_USERS_ONLINE}<br />
          {RECORD_USERS}<br />
          <br />
          {LOGGED_IN_USER_LIST}</span>
      <table class="fondtrans">{L_CONNECTED_MEMBERS}</table>
      <table class="fondtrans">{L_WHOSBIRTHDAY_TODAY}
      {L_WHOSBIRTHDAY_WEEK}</table>
      <!-- BEGIN switch_chatbox_activate -->
            <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
                <!-- BEGIN switch_chatbox_popup -->
                <div id="chatbox_popup"></div>
                <script type="text/javascript">
                //<![CDATA[
                insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
                //]]>
                </script>
                <!-- END switch_chatbox_popup -->
            </span></div></div>
          </td>
        <td width="292" valign="top"><div class="qeelgroupe">
       
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr height="36">
            <td width="50%" height="36"><div class="groupes1">
            <a href="http://graph-flower.info-graphistes.net/g1-admin-s"><font color="#780166">Admin's</font></a>
            </div></td>
            <td width="50%" height="36"><div class="groupes2">
            <a href="http://graph-flower.info-graphistes.net/g3-responsables"><font color="#A536FF">Responsables</font></a>
            </div></td>
         </tr>
         <tr height="36">
            <td width="50%" height="36"><div class="groupes1">
            <a href="http://graph-flower.info-graphistes.net/g2-moderateurs"><font color="#DE5DDE">Modérateurs</font></a>
            </div></td>
            <td width="50%" height="36"><div class="groupes2">
            <a href="http://graph-flower.info-graphistes.net/g4-codeurs"><font color="#C29200">Codeurs</font></a>
            </div></td>
         </tr>
         <tr height="36">
            <td width="50%" height="36"><div class="groupes1">
            <a href="http://graph-flower.info-graphistes.net/g5-flasheurs"><font color="#0099FF">Flasheurs</font></a>
            </div></td>
            <td width="50%" height="36"><div class="groupes2">
            <a href="http://graph-flower.info-graphistes.net/g6-professeurs"><font color="#3BAD48">Professeurs</font></a>
            </div></td>
         </tr>
         <tr height="36">
            <td width="50%" height="36"><div class="groupes1">
            <a href="http://graph-flower.info-graphistes.net/g7-organisateurs"><font color="#FF0000">Organisateurs</font></a>
            </div></td>
            <td width="50%" height="36"><div class="groupes2">
            <a href="http://graph-flower.info-graphistes.net/g8-eleves"><font color="#517799">Élèves</font></a>
            </div></td>
         </tr>
         <tr height="36">
            <td colspan="2" height="36"><center><div class="groupes3">
            <a href="http://graph-flower.info-graphistes.net/g9-flower-s"><font color="#FF00EE">Flower's</font></a>
            </div></center></td>
         </tr>
      </table>       
        </div></td>
      </tr>
      <!-- END switch_chatbox_activate -->
    </table></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>  </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
    });
    //]]>
    </script>
    <!-- END switch_fb_index_login -->

css :

Code:
    a { text-decoration: none; }
    .text{
    -moz-box-shadow: 0px 0px 5px #000;    /* ombre portee */
    -webkit-box-shadow: 0px 0px 5px #000;  /* ombre portee */
    box-shadow: 0px 0px 5px #000;        /* ombre portee */ }

    a.chatbox{
    -moz-box-shadow: 0px 0px 5px #000;    /* ombre portee */
    -webkit-box-shadow: 0px 0px 5px #000;  /* ombre portee */
    box-shadow: 0px 0px 5px #000;        /* ombre portee */ }

    a.forumlink:hover, a.forumlink:hover:visited{
    background-color: #c28fbe;
    border-left: 5px solid #c28fbe;
    border-right: 5px solid #c28fbe;}




    .chatbox
    {
    border-left: 2px solid #c28fbe;
    border-right: 2px solid #c28fbe;
    background-color: #c28fbe;
    }

    input, textarea, select {
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
    }

    .bodyline{ background:url("http://img146.imageshack.us/img146/4406/0000ig.png");}


    a:hover{
        text-decoration: underline overline !important;
        }

    body { cursor: crosshair }
    a:hover { cursor:ne-resize; }

    u{border-bottom: 2px solid;border-color:#1f1f1f;text-decoration: none;
    -moz-border-radius:10px;}

    I{border-bottom:none; color:#1f1f1f;text-decoration: none
    }

    a:hover{text-transform:uppercase;
    -moz-box-shadow: 0px 0px 5px #000;    /* ombre portee */
    -webkit-box-shadow: 0px 0px 5px #000;  /* ombre portee */
    box-shadow: 0px 0px 5px #000;        /* ombre portee */}

    .bodylinewidth {
    width:70%}



    a.forumlink:hover, a.forumlink:hover:visited{
    background-color: #d2a4a4;
    border-left: 9px solid #b99090;
    border-right: 9px solid #b99090;
    -moz-border-radius:6px;}

    a:link {text-decoration: none;}
    a:hover{text-decoration: none !important;}
    a { text-decoration: none }
    a:link { text-decoration: none; }
    a:hover { text-decoration: none; }

    .quote{
    font-family: Tahoma;
    font-size: 11px;
    color: #616161;
    line-height: 125%;
    background-color: #1f1f1f;
    border: #1f1f1f;
    border-style: solid;
    border: 1px #1f1f1f;
    dotted;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    -moz-border-radius:6px;}

    .code{
    font-family: Courier,Courier New,sans-serif;
    font-size: 11px;
    color: #616161;
    background-color: #1f1f1f;
    border: #1f1f1f;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px
    border: 1px #f5c79f;
    dotted;
    -moz-border-radius:6px;
    }

    input,textarea, select {
    -moz-border-radius-bottomleft:9px;
    -moz-border-radius-bottomright:9px;
    -moz-border-radius-topleft:9px;
    -moz-border-radius-topright:9px;
    }


    a {font-variant: small-caps;}
    .forumline{}
    .bodyline {-moz-border-radius:40px;}



    a.mainmenu:link, a.mainmenu:visited{
    margin-left : 3px;
    margin-right :3px;
    font-family :Georgia;
    color: #464b4b;
    background-image: url("http://www.heberger-image.fr/data/images/82012_Sans_titre.png");
    text-align:left;
    border-left: 5px solid #d78888;
    }


    #chatbox_header .cattitle strong { display: none; }
    #chatbox_header .cattitle:before { content: "Flower Box"; }



        .fleche {
        background-image : url("http://img204.imageshack.us/img204/1085/flechei.gif");
        width: 20px;
        height :20px;
        position : relative;
        top :50px;
        left :-19px;  }


        .bulle{
        background-color : #daabe2;
        border : 1px solid #c374d0;
        -moz-border-radius: 20px ;
        -webkit-border-radius:20px;
        -border-radius:20px;
        -khtml-border-radius:20px;
        padding : 5px;
        }

/*QEEL*/
.qeelfond {
        background-image : url("http://i48.servimg.com/u/f48/14/98/49/11/sansre11.png");
background-repeat : no-repeat;
        width: 626px;
        height :342px;
padding-top : 70px;
padding-left : 45px;
padding-right : 31px;
padding-bottom : 62px;
}

.qeelstats {
position : relative;
top : 8px;
max-height : 207px;
max-width : 214px;
overflow : auto;
}

.fondtrans .row1{
background-color : transparent;
}

.qeelgroupe {
max-height : 183px;
padding-bottom : 40px;
}

.groupes1 {width : 122px;
padding : 5px;
text-align : center;
vertical-align : middle;
margin-bottom : 3px;
}

.groupes2 {width : 122px;
padding : 5px;
text-align : center;
vertical-align : middle;
margin-bottom : 3px;
margin-left : 8px;
}

.groupes3 {width : 122px;
padding : 5px;
text-align : center;
vertical-align : middle;
margin-bottom : 3px;
margin-left : -8px;
}

Y'a t-il encore quelque chose à régler à l'exception des phrases personnalisées ^^? Nous allons voir ceci en dernier.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: QEEL personalisé

Message par A.K Dim 17 Juil 2011 - 3:51

*0* Super !!! Merci beaucoup ! Sa marche très bien ! Franchement j'adore si les cybers bisous existais je vous en ferais tout pleins ^^ (façons de parler hein x) ) .
avatar

A.K
Nouveau membre

Masculin
Messages : 11
Inscrit(e) le : 06/05/2011

http://graph-flower.info-graphistes.net/
A.K a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL personalisé

Message par SoraNoHime Dim 17 Juil 2011 - 4:14

Embarassed

si vous désirez régler la taille de la police et la police des groupes, tout se passe dans la css à ces niveaux : .groupes1 .groupes2 .groupes3

attention cependant avec car j'ai eu énormément de mal à les régler.

Si vous voulez le faire, autant le régler de suite que je puisse ensuite l'adapter si besoin. Puis je passerai à la personnalisation des textes ^^.

Au fait dans les textes, y a-t-il des choses à enlever dans le template que je vous ai fourni ?

Si oui, ou si vous modifiez quelque chose, merci de me rendre le template modifié, ou la css modifiée.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: QEEL personalisé

Message par A.K Dim 17 Juil 2011 - 15:35

Non c'est bon les couleurs me plaise merci ^^ . Et pour le template y'a rien a changer non plus .
avatar

A.K
Nouveau membre

Masculin
Messages : 11
Inscrit(e) le : 06/05/2011

http://graph-flower.info-graphistes.net/
A.K a été remercié(e) par l'auteur de ce sujet.

Résolu Re: QEEL personalisé

Message par SoraNoHime Dim 17 Juil 2011 - 16:04

Voici alors votre template complet cette fois :

Code:
        {JAVASCRIPT}
        <!-- BEGIN message_admin_index -->
        <table class="forumline" width="100%" border="0" cellspacing="1" 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> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>
                          </td>
                      </tr>

                      <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </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> </td>
                                  <td><input class="post" type="text" size="10" name="username"/> </td>
                                  <td>
                                      <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                      <span class="gensmall">{L_AUTO_LOGIN}</span>
                                  </td>
                                </tr>

                                <tr>
                                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                                  <td><input class="post" type="password" size="10" name="password"/> </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" perms="{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>
                <!-- END switch_user_logged_in -->
                <!-- BEGIN switch_delete_cookies -->
                <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
                <!-- END switch_delete_cookies -->
                </span>
              </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> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>
                          </td>
                      </tr>

                      <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </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> </td>
                                  <td><input class="post" type="text" size="10" name="username"/> </td>
                                  <td>
                                      <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                      <span class="gensmall">{L_AUTO_LOGIN}</span>
                                  </td>
                                </tr>

                                <tr>
                                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                                  <td><input class="post" type="password" size="10" name="password"/> </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" perms="{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><table class="qeelfond" width="626" border="0" cellspacing="0" cellpadding="0">
          <tr>
              <td><div style="width :260px;"><div class="qeelstats"><span class="gensmall">
<span id="bert">{TOTAL_POSTS}
            </span>
            <script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"Nos fleurs ont posté un total de");
            </script><br />
              <span id="matt">{TOTAL_USERS}
            </span>
            <script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"fleurs enregistrés");
            </script><br />
              <span id="yosh">{NEWEST_USER}
            </span></center>
            <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"La fleur enregistrée la plus récente est");
            </script><br />
            <span class="gensmall">
    <span id="celine">{TOTAL_USERS_ONLINE}</span>

    <script type="text/javascript">
    document.getElementById('celine').innerHTML=document.getElementById('celine').innerHTML.replace(/utilisateur en ligne/,"fleur en ligne").replace(/utilisateurs en ligne/,"fleurs en ligne").replace(/Enregistré(s?)/,"Fleur$1").replace(/Invisible(s?) et/,"Pétale$1,").replace(/Invité(s?)/,"Graine$1");
    </script><br />
              <span id="clovis">{RECORD_USERS}
            </span>
            <script type="text/javascript">document.getElementById('clovis').innerHTML=document.getElementById('clovis').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Le record du nombre de fleurs en ligne est de");
            </script><br />
              <br />
              <span id="alpha">{LOGGED_IN_USER_LIST}
            </span>
            <script type="text/javascript">document.getElementById('alpha').innerHTML=document.getElementById('alpha').innerHTML.replace(/Utilisateurs enregistrés/,"Fleurs présentes");

            </script></span>
          <table class="fondtrans">{L_CONNECTED_MEMBERS}</table>
          <table class="fondtrans">{L_WHOSBIRTHDAY_TODAY}
          {L_WHOSBIRTHDAY_WEEK}</table>
          <!-- BEGIN switch_chatbox_activate -->
                <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
                    <!-- BEGIN switch_chatbox_popup -->
                    <div id="chatbox_popup"></div>
                    <script type="text/javascript">
                    //<![CDATA[
                    insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
                    //]]>
                    </script>
                    <!-- END switch_chatbox_popup -->
                </span></div></div>
              </td>
            <td width="292" valign="top"><div class="qeelgroupe">
         
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr height="36">
                <td width="50%" height="36"><div class="groupes1">
                <a href="http://graph-flower.info-graphistes.net/g1-admin-s"><font color="#780166">Admin's</font></a>
                </div></td>
                <td width="50%" height="36"><div class="groupes2">
                <a href="http://graph-flower.info-graphistes.net/g3-responsables"><font color="#A536FF">Responsables</font></a>
                </div></td>
            </tr>
            <tr height="36">
                <td width="50%" height="36"><div class="groupes1">
                <a href="http://graph-flower.info-graphistes.net/g2-moderateurs"><font color="#DE5DDE">Modérateurs</font></a>
                </div></td>
                <td width="50%" height="36"><div class="groupes2">
                <a href="http://graph-flower.info-graphistes.net/g4-codeurs"><font color="#C29200">Codeurs</font></a>
                </div></td>
            </tr>
            <tr height="36">
                <td width="50%" height="36"><div class="groupes1">
                <a href="http://graph-flower.info-graphistes.net/g5-flasheurs"><font color="#0099FF">Flasheurs</font></a>
                </div></td>
                <td width="50%" height="36"><div class="groupes2">
                <a href="http://graph-flower.info-graphistes.net/g6-professeurs"><font color="#3BAD48">Professeurs</font></a>
                </div></td>
            </tr>
            <tr height="36">
                <td width="50%" height="36"><div class="groupes1">
                <a href="http://graph-flower.info-graphistes.net/g7-organisateurs"><font color="#FF0000">Organisateurs</font></a>
                </div></td>
                <td width="50%" height="36"><div class="groupes2">
                <a href="http://graph-flower.info-graphistes.net/g8-eleves"><font color="#517799">Élèves</font></a>
                </div></td>
            </tr>
            <tr height="36">
                <td colspan="2" height="36"><center><div class="groupes3">
                <a href="http://graph-flower.info-graphistes.net/g9-flower-s"><font color="#FF00EE">Flower's</font></a>
                </div></center></td>
            </tr>
          </table>     
            </div></td>
          </tr>
          <!-- END switch_chatbox_activate -->
        </table></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>  </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
        });
        //]]>
        </script>
        <!-- END switch_fb_index_login -->

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: QEEL personalisé

Message par A.K Lun 18 Juil 2011 - 4:13

Merci beaucoup sa marche parfaitement bien un grand merci a vous et bonne continuation , je met le résolu ^^ .
avatar

A.K
Nouveau membre

Masculin
Messages : 11
Inscrit(e) le : 06/05/2011

http://graph-flower.info-graphistes.net/
A.K 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