problème avec un code

2 participants

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

Résolu problème avec un code

Message par etoile pailletée Dim 17 Mar 2013 - 17:59

Bonjour j'ai un petit problème avec un code qui ma servis a faire des onglets y mettre des categorie, mais je ne sais pas comment mettre les catégorie dans les onglets :

Mon code CSS :
Code:
    /* General */

    body
    {
      margin: 0px;
    }

    .bodyline
    {
      border: 0px;
      background: transparent;
    }

    .forumline
    {
      border: 0px;
    }

    a:link, a:visited
    {
      text-decoration: none;
    }

    a:hover
    {
      text-shadow: #4A4A4A 0px 0px 2px;
      text-decoration: none !important;
    }

    /* Menue */

    a.mainmenu:link, a.mainmenu:visited
    {
      background: url("http://nsa15.casimages.com/img/2010/04/19/100419054922575590.png");
      border: 1px solid #444444;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius-top: 5px;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 2px;
      padding-bottom: 2px;
    }

    a.mainmenu:hover
    {
      border: 1px dotted black;
    }


    /* Page accueil */

    #page_accueil  /* Toute la page accueil */
    {
      margin: auto; /* Centre le tableau */
      text-align: center;
      background: url("http://nsa20.casimages.com/img/2010/09/11/10091102410440915.png") repeat;
      padding: 15px;
      border: 1px;
    }

    .case
    {
      background: url("http://nsa15.casimages.com/img/2010/04/19/100419054922575590.png") repeat;
      padding: 5px;
      border: 0px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
    }

    a.navigation
    {
      background: url("http://nsa15.casimages.com/img/2010/07/15/100715101126275775.png");
      color: #666666;
      text-align: center;
      display: block;
      border-left: 3px solid #444444;
      border-right: 3px solid #444444;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
    }

    a.navigation:hover, a.navigation:hover:visited
    {
      background: url("http://nsa15.casimages.com/img/2010/04/19/100419054922575590.png");
      color: #eeeeee;
      display: block;
    }
    .defilement
    {
      overflow: auto;
      width: 360px;
      height: 380px;
    }

    /* Onglets */
    .onglet
    {
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
        padding: 3px;
        border: 1px solid black;
        border-radius-topright: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-radius-topright: 10px;
        border-radius-topleft: 10px;
        -moz-border-radius-topleft: 10px;
        -webkit-border-radius-topleft: 10px;
        cursor:pointer;
    }

    .onglet_0
    {
      background: url("http://nsa20.casimages.com/img/2010/09/11/10091102410440915.png") repeat;
      border-bottom: 1px solid black;
    }

    .onglet_1
    {
      background: url("http://nsa14.casimages.com/img/2010/04/19/100419054823223389.png") repeat;
      border-bottom: 0px;
      padding-bottom: 4px;
      text-shadow: #4A4A4A 0px 0px 3px;
    }

    .contenu_onglet
    {
      background: url("http://nsa14.casimages.com/img/2010/04/19/100419054823223389.png") repeat;
      border: 1px solid black;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin-top: -1px;
      padding: 5px;
      display: none;
    }

    /* Infobulle */
    a.infobulle
    {
      position: relative;
    }

    a.infobulle span
    {
      display: none; /* ceci masque l'infobulle */
    }

    a.infobulle:hover
    {
      background: none; /* correction d'un bug IE */
      z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
    }

    a.infobulle:hover span
    {
      display: inline; /* ceci affiche l'infobulle */
      position: absolute;
      white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
      top: -150px; /* on positionne notre infobulle */
      left: -50px;
      background: url("http://nsa15.casimages.com/img/2010/04/19/100419054922575590.png") repeat; /* arrière-plan de l'infobulle */
      padding: 3px;

      /* bordures de votre infobulle*/
      border: 1px solid black;
      border-left: 1px solid black;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
    }


    /* Forum */

    /* Liens des catégories*/
    a.forumlink:link, a.forumlink:visited
    {
      background: url("http://nsa15.casimages.com/img/2010/04/19/100419054922575590.png");
      color: #eeeeee;
      text-align: center;
      display: block;
      border: 1px solid #444444;
      border-left: 5px solid #444444;
      border-right: 5px solid #444444;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
    }

    a.forumlink:hover, a.forumlink:hover:visited
    {
      background: url("http://nsa15.casimages.com/img/2010/07/15/100715101126275775.png");
      color: #666666;
      display: block;
    }

    /* Description du forum */
    .forum-description
    {
      background: url("http://nsa15.casimages.com/img/2010/04/19/100419054922575590.png");
      margin: auto;
      padding: 10px;
      color: #000000;
      width: 80%;
      border: 1px solid #444444;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      font-size: 12px;
    }

    /* Nombres messages et sujets */
    .forum-stats
    {
      -moz-border-radius-topleft: 20px;
      -moz-border-radius-topright: 20px;
      -webkit-border-top-right-radius: 20px;
      -webkit-border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      background: url("http://nsa15.casimages.com/img/2010/04/19/100419054922575590.png");
      border-bottom: 0 none !important;
      border-left: 1px solid #444444;
      border-right: 1px solid #444444;
      border-top: 1px solid #444444;
      color: #000000;
      font-size: 11px;
      font-style: italic;
      height: 14px;
      left: 280px;
      padding: 3px;
      position: relative;
      text-align: center;
      width: 200px;
    }

    /* Sous-forums */
    .forum-sousforum
    {
      background: url("http://nsa15.casimages.com/img/2010/04/19/100419054922575590.png");
      color: #000000;
      border: 1px solid #444444;
      border-top: 0px !important;
      -moz-border-radius-bottomleft: 14px;
      -moz-border-radius-bottomright: 14px;
      -webkit-border-bottom-right-radius: 14px;
      -webkit-border-bottom-left-radius: 14px;
      border-bottom-right-radius: 14px;
      border-bottom-left-radius: 14px;
      margin: auto;
      padding: 4px;
      color: #000000;
      width: 50%;
      text-align: center;
      height: auto;
      font-size: 11px;
    }


    /* QEEL */

    #qeel
    {
      text-align: center;
      background: url("http://nsa14.casimages.com/img/2010/04/19/100419054823223389.png") repeat;
      border: 1px solid #4b4b4b;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
    }
    .text {
    color#046380;
    cursor:pointer;
    }

    #cat_Forum et Blog,#cat_Membre et Flood,#cat_Mangas et ScanTrad,#cat_Animés et Dramas {
    padding-top:4px;
    }

    .spoiler_content { display: block; }
    .hidden .spoiler_content { display: none; }

    .cat_forum {
    background-color: #000000;
    margin: auto;
    margin-bottom:30px;
    width:1200px;
    }

    .onglet {
    display:inline-block;
    margin-top:30px;
    text-decoration:none; !important
    cursor:pointer;
    }

    .onglet li {
    float:left;
    list-style-type:none;
    margin-bottom:-22px;
    text-decoration:none; !important
    cursor:pointer;
    }

    .onglet li:hover {
    text-decoration:none; !important
    cursor:pointer;
    }

    .onglet li a {
    display:block;
    text-decoration:none; !important
    list-style-type: none;
    cursor:pointer;
    }

    .onglet li a: hover {
    text-decoration:none;
    list-style-type:none;
    cursor:pointer;
    }

    .onglet_actif {
    background: url('http://www.backgroundlabs.com/backgrounds/42.jpg') no-repeat;
    width:140px; /*Largeur de l'onglet étant actif*/
    height:50px; /*Hauteur de l'onglet étant actif*/
    cursor:pointer;
    }

    .onglet_nactif {
    background:url('http://www.backgroundlabs.com/backgrounds/45.jpg') no-repeat; /*URL de l'onglet étant inactif*/
    width:100px; /*Largeur de l'onglet étant inactif*/
    height:40px; /*Hauteur de l'onglet étant inactif*/
    cursor:pointer;
    }


Et mon code template index_box :

Code:

        <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
        <tr>
        <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}
       
        {CURRENT_TIME}
       
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
        </td>
        <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
       
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
       
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
        </td>
        </tr>
        </table>
       
        <!-- DEBUT MODIF ONGLETS -->
       
        <script type="text/javascript">
        <!--
       
        var i = 0;
       
        document.write('<div align="center">
        <ul class="onglet">
       
       
        <li onClick="change_cat(0);" class="onglet_actif" id="cat_0">Acceuil</li>
        <li onClick="change_cat(1);" class="onglet_nactif" id="cat_1">Entraides</li>
        <li onClick="change_cat(2);" class="onglet_nactif" id="cat_2">Flood</li>
        <li onClick="change_cat(3);" class="onglet_nactif" id="cat_3">Autres</li>
       
       
       
        </ul>
        </div>
        ');
       
        var compteur_cat = 0;
       
        var anc_cat = 0;
       
        var nom_cat = new Array('0','1','2','3');
       
       
        function change_cat(numero)
        {
        document.getElementById(nom_cat[anc_cat]).style.display = 'none';
        document.getElementById(nom_cat[numero]).style.display = 'block';
        document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif';
        document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif';
        anc_cat = numero;
        }
       
        function capture_cat()
        {
        if(nom_cat[compteur_cat] == nom_cat[0])
        {document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" >');
        }
        else{
        document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" style="display:none;">');
        }
        compteur_cat++;
        }
       
        //-->
        </script>
        <!-- BEGIN catrow --><!-- BEGIN tablehead -->
       
        <script type="text/javascript">
        <!--
        capture_cat();
        //-->
        </script>
       
        <!-- FIN MODIF ONGLETS -->
       
        <tr>
        <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
        <th nowrap="nowrap" width="50">{L_TOPICS}</th>
        <th nowrap="nowrap" width="50">{L_POSTS}</th>
        <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
        </tr>
        <!-- END tablehead -->
        <!-- BEGIN cathead -->
        <tr>
        <!-- BEGIN inc -->
        <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
        <!-- END inc -->
        <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
        <h{catrow.cathead.LEVEL} class="hierarchy">
        <span class="cattitle">
        <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
        </span>
        </h{catrow.cathead.LEVEL}>
        </td>
        <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
        </tr>
        <!-- END cathead -->
        <!-- BEGIN forumrow -->
        <tr>
        <!-- BEGIN inc -->
        <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
        <!-- END inc -->
        <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
        </td>
        <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
        <span class="forumlink">
        <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
       
        </span>
        </h{catrow.forumrow.LEVEL}>
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        <span class="gensmall">
        <!-- BEGIN switch_moderators_links -->
        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
        <!-- END switch_moderators_links -->
        {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </span>
        </td>
        <!-- BEGIN forum_link_no -->
        <td class="row3" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.TOPICS}</span>
        </td>
        <td class="row2" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.POSTS}</span>
        </td>
        <td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
        </td>
        <!-- END forum_link_no -->
        <!-- BEGIN forum_link -->
        <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
        <!-- END forum_link -->
        </tr>
        <!-- END forumrow -->
        <!-- BEGIN catfoot -->
        <tr>
        <!-- BEGIN inc -->
        <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
        <!-- END inc -->
        <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
        </tr>
        <!-- END catfoot -->
        <!-- BEGIN tablefoot -->
        <img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->



Et ce que je voudrais savoir et faire c'est :

-mettre les categorie a l'interrieur et je ne sais pas comment faire
-enlever les categorie qui se trouve sous la page d'acceuil pour les mettre que dans les onglets
-Et je crois que c'est tous Smile

Mon forum de test est ici :
http://beta001.forumactif.org/

Merci d'avance ♥


Dernière édition par etoile pailletée le Mer 3 Avr 2013 - 16:22, édité 1 fois
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Mer 20 Mar 2013 - 17:37

up ♥
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Ven 22 Mar 2013 - 18:10

up Sad :'( aides moi SVP !!
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Sam 23 Mar 2013 - 17:19

up ... personne ne sait alors ?
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Dim 24 Mar 2013 - 18:06

.... up ....
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Jeu 28 Mar 2013 - 8:05

u-u-u-u p-p-p-p uuppp up !!!
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par Automne Jeu 28 Mar 2013 - 13:09

Bonjour,

Vous devez créer quatre catégories dans PA << général << catégories et forums. (vous en avez déjà une qui s'appelle votre première catégorie, donc creer en seulement trois autres. Éditer au besoin, votre première catégorie pour changer le nom en accueil.

Choisissez le type de forum voulu : catégorie
Nom de la catégorie : Accueil
Rattaché à : laisser vide
Positionner cette catégorie après : laisser vide
Ajouter un forum à cette catégorie ? : oui

Créer un forum a la catégorie.
Faites de même pour les trois autres, que vous appellerez
Entraides
Flood
Autres

Ensuite : PA / affichage/ Page d’accueil => Structure et hiérarchie cochez: Séparer les catégories sur l’index : moyen. (deuxième ligne du tableau)

Afficher le titre du sujet du dernier message d’un forum sur l’index : oui


Automne

Automne
Membre actif

Messages : 8431
Inscrit(e) le : 22/03/2010

https://gilles570.motards.net/
Automne a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Ven 29 Mar 2013 - 17:42

Merci ça marche parfaitement le seul problème c'est que ou il y a ecris acceuil, entraides ... il y a toujours les autres categories au dessus comment faire pour les voirs que dans les onglets des categories ?
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Sam 30 Mar 2013 - 18:12

up pour mon deuxième problème
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Dim 31 Mar 2013 - 18:02

up pour mon deuxième problème
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Mer 3 Avr 2013 - 10:49

up <3
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par Automne Mer 3 Avr 2013 - 13:17

Bonjour,

Vous pouvez me montrer le forum ou se trouve se problème. (sur le forum test pas de changement, donc vous devez avoir un autre forum ou vous avez installé se code)

a mon avis c'est soit PA / affichage/ Page d’accueil => Structure et hiérarchie cochez: Séparer les catégories sur l’index : moyen. (deuxième ligne du tableau)

soit vous parlez des boutons en hauts (des onglets) enfin difficile de savoir sans visualisation de votre forum Wink

Automne

Automne
Membre actif

Messages : 8431
Inscrit(e) le : 22/03/2010

https://gilles570.motards.net/
Automne a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Mer 3 Avr 2013 - 15:01

http://animaux-ami-proteger.desforums.net/
Voilà mon forum je n'arrive pas a enlever les categorie en haut de acceuil, entraides ... j'ai deja fait :
PA / affichage/ Page d’accueil => Structure et hiérarchie cochez: Séparer les catégories sur l’index : moyen.
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par Automne Mer 3 Avr 2013 - 15:26

Bizarre, on dirait une répétition dans le template, donnez moi le template index_box, index_body, merci
Automne

Automne
Membre actif

Messages : 8431
Inscrit(e) le : 22/03/2010

https://gilles570.motards.net/
Automne a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Mer 3 Avr 2013 - 15:33

ok attendez le voici :

index_box
Code:

<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
      <th nowrap="nowrap" width="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
         </span>
      </td>
      <td class="row3" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
            <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
            <tr>
            <td valign="bottom">
            <!-- BEGIN switch_user_logged_in -->
            <span class="gensmall">{LAST_VISIT_DATE}
         
            {CURRENT_TIME}
         
            </span>
            <!-- END switch_user_logged_in -->
            <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
            </td>
            <td class="gensmall" align="right" valign="bottom">
            <!-- BEGIN switch_user_logged_in -->
            <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
         
            <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
         
            <!-- END switch_user_logged_in -->
            <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
            </td>
            </tr>
            </table>
         
            <!-- DEBUT MODIF ONGLETS -->
         
            <script type="text/javascript">
            <!--
         
            var i = 0;
         
            document.write('<div align="center">
            <ul class="onglet">
         
         
            <li onClick="change_cat(0);" class="onglet_actif" id="cat_0">Acceuil</li>
            <li onClick="change_cat(1);" class="onglet_nactif" id="cat_1">Entraides</li>
            <li onClick="change_cat(2);" class="onglet_nactif" id="cat_2">Flood</li>
            <li onClick="change_cat(3);" class="onglet_nactif" id="cat_3">Autres</li>
         
         
         
            </ul>
            </div>
            ');
         
            var compteur_cat = 0;
         
            var anc_cat = 0;
         
            var nom_cat = new Array('0','1','2','3');
         
         
            function change_cat(numero)
            {
            document.getElementById(nom_cat[anc_cat]).style.display = 'none';
            document.getElementById(nom_cat[numero]).style.display = 'block';
            document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif';
            document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif';
            anc_cat = numero;
            }
         
            function capture_cat()
            {
            if(nom_cat[compteur_cat] == nom_cat[0])
            {document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" >');
            }
            else{
            document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" style="display:none;">');
            }
            compteur_cat++;
            }
         
            //-->
            </script>
            <!-- BEGIN catrow --><!-- BEGIN tablehead -->
         
            <script type="text/javascript">
            <!--
            capture_cat();
            //-->
            </script>
         
            <!-- FIN MODIF ONGLETS -->
         
            <tr>
            <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
            <th nowrap="nowrap" width="50">{L_TOPICS}</th>
            <th nowrap="nowrap" width="50">{L_POSTS}</th>
            <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
            </tr>
            <!-- END tablehead -->
            <!-- BEGIN cathead -->
            <tr>
            <!-- BEGIN inc -->
            <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
            <!-- END inc -->
            <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
            <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
            <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
            </h{catrow.cathead.LEVEL}>
            </td>
            <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
            </tr>
            <!-- END cathead -->
            <!-- BEGIN forumrow -->
            <tr>
            <!-- BEGIN inc -->
            <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
            <!-- END inc -->
            <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
            </td>
            <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
            <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
            <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
         
            </span>
            </h{catrow.forumrow.LEVEL}>
            <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
            <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
            </span>
            </td>
            <!-- BEGIN forum_link_no -->
            <td class="row3" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.TOPICS}</span>
            </td>
            <td class="row2" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.POSTS}</span>
            </td>
            <td class="row3 over" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
            </td>
            <!-- END forum_link_no -->
            <!-- BEGIN forum_link -->
            <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
            <!-- END forum_link -->
            </tr>
            <!-- END forumrow -->
            <!-- BEGIN catfoot -->
            <tr>
            <!-- BEGIN inc -->
            <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
            <!-- END inc -->
            <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
            </tr>
            <!-- END catfoot -->
            <!-- BEGIN tablefoot -->
            <img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->


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" 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>
         <!-- 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" 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 -->
<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}<br />
      {TOTAL_USERS}<br />
      {NEWEST_USER}</span></td>
   </tr>
   <tr>
      <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
      {RECORD_USERS}<br />
      <br />
      {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}<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>
      </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,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par Automne Mer 3 Avr 2013 - 16:04

supprimer index_box et mettez celui ci

Code:
            <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
            <tr>
            <td valign="bottom">
            <!-- BEGIN switch_user_logged_in -->
            <span class="gensmall">{LAST_VISIT_DATE}
         
            {CURRENT_TIME}
         
            </span>
            <!-- END switch_user_logged_in -->
            <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
            </td>
            <td class="gensmall" align="right" valign="bottom">
            <!-- BEGIN switch_user_logged_in -->
            <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
         
            <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
         
            <!-- END switch_user_logged_in -->
            <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
            </td>
            </tr>
            </table>
         
            <!-- DEBUT MODIF ONGLETS -->
         
            <script type="text/javascript">
            <!--
         
            var i = 0;
         
            document.write('<div align="center">
            <ul class="onglet">
         
         
            <li onClick="change_cat(0);" class="onglet_actif" id="cat_0">Acceuil</li>
            <li onClick="change_cat(1);" class="onglet_nactif" id="cat_1">Entraides</li>
            <li onClick="change_cat(2);" class="onglet_nactif" id="cat_2">Flood</li>
            <li onClick="change_cat(3);" class="onglet_nactif" id="cat_3">Autres</li>
         
         
         
            </ul>
            </div>
            ');
         
            var compteur_cat = 0;
         
            var anc_cat = 0;
         
            var nom_cat = new Array('0','1','2','3');
         
         
            function change_cat(numero)
            {
            document.getElementById(nom_cat[anc_cat]).style.display = 'none';
            document.getElementById(nom_cat[numero]).style.display = 'block';
            document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif';
            document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif';
            anc_cat = numero;
            }
         
            function capture_cat()
            {
            if(nom_cat[compteur_cat] == nom_cat[0])
            {document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" >');
            }
            else{
            document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" style="display:none;">');
            }
            compteur_cat++;
            }
         
            //-->
            </script>
            <!-- BEGIN catrow --><!-- BEGIN tablehead -->
         
            <script type="text/javascript">
            <!--
            capture_cat();
            //-->
            </script>
         
            <!-- FIN MODIF ONGLETS -->
         
            <tr>
            <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
            <th nowrap="nowrap" width="50">{L_TOPICS}</th>
            <th nowrap="nowrap" width="50">{L_POSTS}</th>
            <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
            </tr>
            <!-- END tablehead -->
            <!-- BEGIN cathead -->
            <tr>
            <!-- BEGIN inc -->
            <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
            <!-- END inc -->
            <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
            <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
            <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
            </h{catrow.cathead.LEVEL}>
            </td>
            <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
            </tr>
            <!-- END cathead -->
            <!-- BEGIN forumrow -->
            <tr>
            <!-- BEGIN inc -->
            <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
            <!-- END inc -->
            <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
            </td>
            <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
            <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
            <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
         
            </span>
            </h{catrow.forumrow.LEVEL}>
            <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
            <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
            </span>
            </td>
            <!-- BEGIN forum_link_no -->
            <td class="row3" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.TOPICS}</span>
            </td>
            <td class="row2" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.POSTS}</span>
            </td>
            <td class="row3 over" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
            </td>
            <!-- END forum_link_no -->
            <!-- BEGIN forum_link -->
            <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
            <!-- END forum_link -->
            </tr>
            <!-- END forumrow -->
            <!-- BEGIN catfoot -->
            <tr>
            <!-- BEGIN inc -->
            <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
            <!-- END inc -->
            <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
            </tr>
            <!-- END catfoot -->
            <!-- BEGIN tablefoot -->
            <img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Automne

Automne
Membre actif

Messages : 8431
Inscrit(e) le : 22/03/2010

https://gilles570.motards.net/
Automne a été remercié(e) par l'auteur de ce sujet.

Résolu Re: problème avec un code

Message par etoile pailletée Mer 3 Avr 2013 - 16:22

merci ça marche enfin !!! vous avez résolu mon problème merci !!
avatar

etoile pailletée
**

Messages : 82
Inscrit(e) le : 14/02/2012

http://les-loup-sauvage.creerforumgratuit.com/
etoile pailletée a été remercié(e) par l'auteur de ce sujet.

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


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