School of Pub, où la perfection est à la portée de chacun. (Dixit Audidounette)

AccueilFAQRechercherMembresGroupesS'enregistrerConnexion

 


Partager | 
 

 Aide spécifique Qui est en ligne sur xooit

Voir le sujet précédent Voir le sujet suivant Aller en bas 
Aller à la page : Précédent  1, 2, 3, 4
AuteurMessage
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l'émission de SoP

Nombre de messages: 44264
Age: 24
Localisation: Lille
$ops: 21173
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

 
MessageSujet: Re: Aide spécifique Qui est en ligne sur xooit   Dim 4 Déc 2011 - 14:39

Coucou Smile

Tout d'abord, je m'excuse pour ma réponse si tardive Embarassed

Tout d'abord, je me suis trompée de template Embarassed On va modifier le template "index_body". On va remplacer cette partie

Code:
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr>
   <td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
  </tr>
  <tr>
   <td class="row1" align="center" valign="middle" rowspan="2"><img src="http://img7.xooimage.com/files/w/h/whosonline-906f1.jpg" alt="{L_WHO_IS_ONLINE}" /></td>
   <td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
   </td>
  </tr>
  <tr>
   <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}   [ {L_WHOSONLINE_ADMIN} ]   [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
  </tr>
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
   <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>


par

Code:
<style type="text/css">

table#qeel{
   width: 800px;
   min-height : 300px;
   max-height : 400px;
   border : dashed 1px;
   border-radius: 10px;
   background-color:transparent;
   }

table#qeel tr{
   vertical-align:top;
  }

#tab1_col1{
   left:6px;
   top:40px;
   width: 250px;
   min-height : 300px;
   padding:12px;
   /*background-image:url('http://i42.servimg.com/u/f42/11/72/51/74/qeel10.png') ;*/
   border-radius: 10px;
  }
 
#tab1_col2{
   min-width: 100px;
   min-height : 300px;
   /** background-image:/;**/
   border-radius: 10px;
  }
 
table#onglet2 tr{
   vertical-align:top;
  }
 
#tab10_col10{
   width: 150px;
   padding:12px;
   border : solid 1px;
   }
   
a:hover{
   text-shadow: 3px 3px 4px black;
   }
   
a{
   text-decoration:none;
   }
 
#tab10_col20{
   width: 150px;
   padding:12px;
   border : solid 1px;
   }

span.onglet{
   float:left;
   padding:1px;
  }
 
.bloc_texte{
   position:absolute;
   margin-left:240px;
   width :500px;
   height:250px;
   background-color:#FCFAE1;
   border:1px dashed black;
   border-radius: 10px;
  }

.titre{
   font-family: "Arial Black", Arial, Verdana, serif;
   font-size:11px;
   line-height:30px;
   width :150px;
   height:30px;
   background-color:#FFD1BB;
   border:1px solid black;
   border-radius:10px;
   color:#4A1A2C;
   padding:1px;
  }
 
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
<!--
jQuery().ready(function(){
  $(".bloc_texte").hide();
  $("#1").show();
  $(".titre").mouseover(function(){
      if($(this).next("div").is(":hidden")){                   
        $(".titre").next("div:visible").hide();
        $(this).next("div").show();
      }
  }); 
});
//-->
</script>

<table id="qeel">
   <tr>
      <td id="tab1_col1" align="center" valign="middle" rowspan="2">
         <img src="http://img7.xooimage.com/files/9/f/4/qeel-2e5288b.jpg" alt="{L_WHO_IS_ONLINE}" />         
      </td>

      <td id="tab1_col2">   
         <span class="onglet">
            <h1 class="titre"><center>Les stat's</center></h1>
            <div class="bloc_texte" id="1">
               <p>
                  <table>
                     <tr>
                        <td class="row1" align="left" width="100%"><span class="gensmall"><span id="nb_messages">{TOTAL_POSTS}<script type="text/javascript">document.getElementById('nb_messages').innerHTML=document.getElementById('nb_messages').innerHTML.replace(/Nos membres/,"Les Newteen-girls");</script></span><br /><span id="nb_membre">{TOTAL_USERS}<script type="text/javascript">document.getElementById('nb_membre').innerHTML=document.getElementById('nb_membre').innerHTML.replace(/membres enregistrés/,"N*G dans la communauté ewteen !");</script><br />{NEWEST_USER}</span></span>
                        <br /><br /><span class="gensmall">{TOTAL_USERS_ONLINE}  [ {L_WHOSONLINE_ADMIN} ]  [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br /><span id="nb_membreenregistre">{LOGGED_IN_USER_LIST}<script type="text/javascript">document.getElementById('nb_membreenregistre').innerHTML=document.getElementById('nb_membreenregistre').innerHTML.replace(/Utilisateurs enregistrés/,"N*Girls en ligne");</script></span></span>
                        </td> 
                     </tr> 
                  </table> 
               </p>       
            </div>
         </span> 
         
         <span class="onglet">
            <h1 class="titre"><center>Les Groupes</center></h1>
            <div class="bloc_texte" id="1">
               <p>
                  <table id="onglet2">
                     <tr>
                        <td id="tab10_col10">
                           <b>L'équipe</b> <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=11" style="color:#FFA34F;">Adminette(s)</a> ] <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=27" style="color:#FAB1F4;">Manager </a>]<br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=7" style="color:FCABA5;">Modératrice(s)</a> ]<br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=25" style="color:#05BFF9;">Correctrice(s) </a>]  <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=5" style="color:#7D758A;">Pubeuse(s) </a> ]    <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=10" style="color:#FD7BB9;">Animatrice(s) </a> ]<br>
                        </td>
                        <td id="tab10_col20">
                           <b>Les membres :</b><br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=13" style="color:#993366;">VIP N8 </a>]
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=24" style="color:#FFA34F;">NG * </a>] <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=23" style="color:#FFA34F;">NG ? </a>]
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=22" style="color:#FFA34F;">NG ? </a>] <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=14" style="color:#FFA34F;">NG ? </a>]
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=16" style="color:#FFA34F;">NG ? </a>] <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=15" style="color:#FFA34F;">NG ? </a>] 
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=17" style="color:#F9CD05;">NG • </a>] <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=18" style="color:#681C54;">NG « </a>]
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=19" style="color:#3D1794;">Nouvelle </a>] <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=20" style="color:#265B14;">De passage </a>] <br>
                           [ <a href="http://newteen.xooit.com/groupcp.php?g=21" style="color:#A01801;">Présente toi </a>]
                        </td>
                        <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>                         
                     </tr>
                  </table>
               </p>
            </div>
         </span>
         
         <span class="onglet">
            <h1 class="titre"><center>Les Partenaires</center></h1>
            <div class="bloc_texte" id="1">
               <table>
                  <tr>
                     <td width="100px">Logo</td>
                     <td width="100px">Logo</td>
                     <td width="100px">logo</td>
                     <td width="100px">logo</td>
                     <td width="100px">logo</td>
                  </tr>
                  <tr>
                     <td colspan="5">
                        <center><a href="#">>> devenir partenaire</a></center>
                     </td>
                  </tr>
               </table>
            </div>
         </span>
      </td>
   </tr>
</table>


Et pour voir le rendu : http://miettes.xooit.fr/index.php
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/ En ligne
 

Newteen

Etudiante

Voir le dossier scolaire

Etudiante

Féminin Nombre de messages: 396
Age: 23
Localisation: Sud de France
$ops: 1867
Points: 20
Date d'inscription: 01/08/2010
 
MessageSujet: Re: Aide spécifique Qui est en ligne sur xooit   Dim 4 Déc 2011 - 21:36

Hello Very Happy
Mais par contre dans ton theme de test il y a un probleme avec le tableau a onglet =/
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://newteen.kelio.org
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44264
Age: 24
Localisation: Lille
$ops: 21173
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

 
MessageSujet: Re: Aide spécifique Qui est en ligne sur xooit   Mar 6 Déc 2011 - 9:00

Ah oué.... Quand j'ai posté le message, y avait pas de souci :/ Bref, voilà le CSS corrigé Smile

Code:
<style type="text/css">

table#qeel{
   width: 100%;
   min-height : 300px;
   max-height : 400px;
   border : dashed 1px;
   border-radius: 10px;
   background-color:transparent;
   margin:auto;
   }

table#qeel tr{
   vertical-align:top;
  }

#tab1_col1{
   left:6px;
   top:40px;
   width: 250px;
   min-height : 300px;
   padding:12px;
   /*background-image:url('http://i42.servimg.com/u/f42/11/72/51/74/qeel10.png') ;*/
   border-radius: 10px;
  }
 
#tab1_col2{
   min-width: 100px;
   min-height : 300px;
   /** background-image:/;**/
   border-radius: 10px;
  }
 
table#onglet2 tr{
   vertical-align:top;
  }
 
#tab10_col10{
   width: 150px;
   padding:12px;
   border : solid 1px;
   }
   
a:hover{
   text-shadow: 3px 3px 4px black;
   }
   
a{
   text-decoration:none;
   }
 
#tab10_col20{
   width: 150px;
   padding:12px;
   border : solid 1px;
   }

span.onglet{
   float:left;
   padding:1px;
  }
 
.bloc_texte{
   position:absolute;
   left:40%;
   width :500px;
   height:250px;
   background-color:#FCFAE1;
   border:1px dashed black;
   border-radius: 10px;
  }

.titre{
   font-family: "Arial Black", Arial, Verdana, serif;
   font-size:11px;
   line-height:30px;
   width :150px;
   height:30px;
   background-color:#FFD1BB;
   border:1px solid black;
   border-radius:10px;
   color:#4A1A2C;
   padding:1px;
  }
 
</style>
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/ En ligne
 

Newteen

Etudiante

Voir le dossier scolaire

Etudiante

Féminin Nombre de messages: 396
Age: 23
Localisation: Sud de France
$ops: 1867
Points: 20
Date d'inscription: 01/08/2010
 
MessageSujet: Re: Aide spécifique Qui est en ligne sur xooit   Mar 6 Déc 2011 - 18:14

Super c'est top Very Happy ça maaaarche !!

Par contre, ^^'
la liste des groupe est quand meme dans l'onglet stat' et comme j'ai un onglet , groupe , du coup, je l'ai en double =S
Comment je peux enlevé ça ?

(entre temps, je vais finir de modifié les couleurs des groupe de l'onglet groupe ^^' j'avais oublié xD )

Milles merci en tout cas !
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://newteen.kelio.org
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44264
Age: 24
Localisation: Lille
$ops: 21173
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

 
MessageSujet: Re: Aide spécifique Qui est en ligne sur xooit   Mar 6 Déc 2011 - 18:29

C'est ici

Code:
<br /><br /><span class="gensmall">{TOTAL_USERS_ONLINE}  [ {L_WHOSONLINE_ADMIN} ]  [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br /><span id="nb_membreenregistre">{LOGGED_IN_USER_LIST}<script type="text/javascript">document.getElementById('nb_membreenregistre').innerHTML=document.getElementById('nb_membreenregistre').innerHTML.replace(/Utilisateurs enregistrés/,"N*Girls en ligne");</script></span>


il faut supprimer

Code:
[ {L_WHOSONLINE_ADMIN} ]  [ {L_WHOSONLINE_MOD} ]
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/ En ligne
 

Newteen

Etudiante

Voir le dossier scolaire

Etudiante

Féminin Nombre de messages: 396
Age: 23
Localisation: Sud de France
$ops: 1867
Points: 20
Date d'inscription: 01/08/2010
 
MessageSujet: Re: Aide spécifique Qui est en ligne sur xooit   Mar 6 Déc 2011 - 18:38

Oki merci !!
haaaaa j'ai un autre soucis que je n'avais pas vuuu !!
Les titre de mes sous forum, ils se sont tout raccourci :O

Je pense qu'il y aun code qui fait interférance :/

Code:
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr>
   <td align="left" valign="bottom"><span class="gensmall">
   <!-- BEGIN switch_user_logged_in -->
   {LAST_VISIT_DATE}<br />
   <!-- END switch_user_logged_in -->
   {CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
   <td align="right" valign="bottom" class="gensmall">
      <!-- BEGIN switch_user_logged_in -->
      <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
      <!-- END switch_user_logged_in -->
      <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>
<table width="100%" style="border:0;">
  <tr>
  <th class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
  <th class="thCornerR" width="8%" nowrap="nowrap"> {L_LASTPOST} </th>
  </tr>
 </table>

  <!-- BEGIN catrow -->
<table width="100%" style="border-radius:12px; -moz-border-radius:12px;-webkit-border-radius:12px;border: 2px solid black;">
  <tr>
  <td class="catLeft" colspan="2" height="70"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
  <td class="rowpic" colspan="3" align="right"> </td>
  </tr>
  <!-- BEGIN forumrow -->

  <tr>
  <td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
  <td class="row1" width="100%" height="80"><span class="forumlink"> <h1 class="titre"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a></h1> <div class="description_forum">{catrow.forumrow.FORUM_DESC}</div><span class="genmed"><br />
    </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
  <td class="row2" align="center" valign="middle" height="50"nowrap="nowrap" width="120px"><span class="gensmall">{catrow.forumrow.TOPICS} sujets & {catrow.forumrow.POSTS} messages<br />{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
  </br>
</table>
<!-- END catrow -->

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr>
   <td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
   <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table>

<style type="text/css">

table#qeel{
  width: 100%;
  min-height : 300px;
  max-height : 400px;
  border : dashed 1px;
  border-radius: 10px;
  background-color:transparent;
  margin:auto;
  }

table#qeel tr{
  vertical-align:top;
  }

#tab1_col1{
  left:6px;
  top:40px;
  width: 250px;
  min-height : 300px;
  padding:12px;
  /*background-image:url('http://i42.servimg.com/u/f42/11/72/51/74/qeel10.png') ;*/
  border-radius: 10px;
  }
 
#tab1_col2{
  min-width: 100px;
  min-height : 300px;
  /** background-image:/;**/
  border-radius: 10px;
  }
 
table#onglet2 tr{
  vertical-align:top;
  }
 
#tab10_col10{
  width: 150px;
  padding:12px;
  border : solid 1px;
  }
 
a:hover{
  text-shadow: 3px 3px 4px black;
  }
 
a{
  text-decoration:none;
  }
 
#tab10_col20{
  width: 150px;
  padding:12px;
  border : solid 1px;
  }

span.onglet{
  float:left;
  padding:1px;
  }
 
.bloc_texte{
  position:absolute;
  left:40%;
  width :450px;
  height:250px;
  background-color:#FCFAE1;
  border:1px dashed black;
  border-radius: 10px;
  }

.titre{
  font-family: "Arial Black", Arial, Verdana, serif;
  font-size:11px;
  line-height:30px;
  width :150px;
  height:30px;
  background-color:#FFD1BB;
  border:1px solid black;
  border-radius:10px;
  color:#4A1A2C;
  padding:1px;
  }
 
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
<!--
jQuery().ready(function(){
  $(".bloc_texte").hide();
  $("#1").show();
  $(".titre").mouseover(function(){
      if($(this).next("div").is(":hidden")){                 
        $(".titre").next("div:visible").hide();
        $(this).next("div").show();
      }
  });
});
//-->
</script>

<table id="qeel">
  <tr>
      <td id="tab1_col1" align="center" valign="middle" rowspan="2">
        <img src="http://img7.xooimage.com/files/9/f/4/qeel-2e5288b.jpg" alt="{L_WHO_IS_ONLINE}" />       
      </td>

      <td id="tab1_col2"> 
        <span class="onglet">
            <h1 class="titre"><center>Les stat's</center></h1>
            <div class="bloc_texte" id="1">
              <p>
                  <table>
                    <tr>
                        <td class="row1" align="left" width="100%"><span class="gensmall"><span id="nb_messages">{TOTAL_POSTS}<script type="text/javascript">document.getElementById('nb_messages').innerHTML=document.getElementById('nb_messages').innerHTML.replace(/Nos membres/,"Les Newteen-girls");</script></span><br /><span id="nb_membre">{TOTAL_USERS}<script type="text/javascript">document.getElementById('nb_membre').innerHTML=document.getElementById('nb_membre').innerHTML.replace(/membres enregistrés/,"N*G dans la communauté ewteen !");</script><br />{NEWEST_USER}</span></span>
                        <br /><br /><span class="gensmall">{TOTAL_USERS_ONLINE}  [ {L_WHOSONLINE_ADMIN} ]  [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br /><span id="nb_membreenregistre">{LOGGED_IN_USER_LIST}<script type="text/javascript">document.getElementById('nb_membreenregistre').innerHTML=document.getElementById('nb_membreenregistre').innerHTML.replace(/Utilisateurs enregistrés/,"N*Girls en ligne");</script></span></span>
                        </td>
                    </tr>
                  </table>
              </p>     
            </div>
        </span>
       
        <span class="onglet">
            <h1 class="titre"><center>Les Groupes</center></h1>
            <div class="bloc_texte" id="1">
              <p>
                  <table id="onglet2">
                    <tr>
                        <td id="tab10_col10">
                          <b>L'équipe</b> <br>
                          [ <a href="http://newteen.xooit.com/groupcp.php?g=11" style="color:#FFA34F;">Adminette(s)</a> ] <br>
                          [ <a href="http://newteen.xooit.com/groupcp.php?g=27" style="color:#FAB1F4;">Manager </a>]<br>
                          [ <a href="http://newteen.xooit.com/groupcp.php?g=7" style="color:FCABA5;">Modératrice(s)</a> ]<br>
                          [ <a href="http://newteen.xooit.com/groupcp.php?g=25" style="color:#05BFF9;">Correctrice(s) </a>]  <br>
                          [ <a href="http://newteen.xooit.com/groupcp.php?g=5" style="color:#7D758A;">Pubeuse(s) </a> ]    <br>
                          [ <a href="http://newteen.xooit.com/groupcp.php?g=10" style="color:#FD7BB9;">Animatrice(s) </a> ]<br>
                        </td>
                        <td id="tab10_col20">
                          <b>Sororité :</b><br>
                          [<a href="http://newteen.xooit.com/groupcp.php?g=13" style="color:#993366;">VIP Nδ</a>]
                          [<a href="http://newteen.xooit.com/groupcp.php?g=24" style="color:#FFA34F;">NG Θ</a>] <br>
                          [<a href="http://newteen.xooit.com/groupcp.php?g=23" style="color:#FFA34F;">NG ξ</a>]
                          [<a href="http://newteen.xooit.com/groupcp.php?g=22" style="color:#FFA34F;">NG Σ</a>] <br>
                          [<a href="http://newteen.xooit.com/groupcp.php?g=14" style="color:#FFA34F;">NG Ψ</a>]
                          [<a href="http://newteen.xooit.com/groupcp.php?g=16" style="color:#FFA34F;">NG ω</a>] <br>
                          [<a href="http://newteen.xooit.com/groupcp.php?g=15" style="color:#FFA34F;">NG Ω</a>]
                          [<a href="http://newteen.xooit.com/groupcp.php?g=17" style="color:#F9CD05;">NG λ</a>] <br>
                          [<a href="http://newteen.xooit.com/groupcp.php?g=18" style="color:#681C54;">NG «</a>]<br>
                          [<a href="http://newteen.xooit.com/groupcp.php?g=19" style="color:#3D1794;">Nouvelle</a>] <br>
                          [<a href="http://newteen.xooit.com/groupcp.php?g=20" style="color:#265B14;">De passage</a>] <br>
                          [<a href="http://newteen.xooit.com/groupcp.php?g=21" style="color:#A01801;">Présente toi</a>]
                        </td>
                        <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>                       
                    </tr>
                  </table>
              </p>
            </div>
        </span>
       
        <span class="onglet">
            <h1 class="titre"><center>Les Partenaires</center></h1>
            <div class="bloc_texte" id="1">
              <table>
                  <tr>
                    <td width="100px">Logo</td>
                    <td width="100px">Logo</td>
                    <td width="100px">logo</td>
                    <td width="100px">logo</td>
                    <td width="100px">logo</td>
                  </tr>
                  <tr>
                    <td colspan="5">
                        <center><a href="#">>> devenir partenaire</a></center>
                    </td>
                  </tr>
              </table>
            </div>
        </span>
      </td>
  </tr>
</table>

<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
   <tr>
     <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
   </tr>
   <tr>
     <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
      <input class="post" type="text" name="username" size="10" />
         {L_PASSWORD}:
      <input class="post" type="password" name="password" size="10" maxlength="32" />
           {L_AUTO_LOGIN}
      <input class="text" type="checkbox" name="autologin" />
         
      <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
      </span> </td>
   </tr>
  </table>
</form>
<!-- END switch_user_logged_out -->

<br clear="all" />

<table cellspacing="3" border="0" align="center" cellpadding="0">
  <tr>
   <td width="20" align="center"><img src="http://img9.xooimage.com/files/d/2/4/news-2f4b158.gif" alt="{L_NEW_POSTS}"/></td>
   <td><span class="gensmall">{L_NEW_POSTS}</span></td>
   <td>  </td>
   <td width="20" align="center"><img src="http://img7.xooimage.com/files/5/a/c/nonews-2f4a31d.gif" alt="{L_NO_NEW_POSTS}" /></td>
   <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
   <td>  </td>
   <td width="20" align="center"><img src="http://img72.xooimage.com/files/f/9/a/gllock-2e1df9e.jpg" alt="{L_FORUM_LOCKED}" /></td>
   <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>


( j'ai pas encore corrigé pour les groupes je le fait entre temps Very Happy )
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://newteen.kelio.org
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44264
Age: 24
Localisation: Lille
$ops: 21173
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

 
MessageSujet: Re: Aide spécifique Qui est en ligne sur xooit   Mar 6 Déc 2011 - 18:41

Tu peux me faire une capture d'écran ? Smile
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/ En ligne
 

Newteen

Etudiante

Voir le dossier scolaire

Etudiante

Féminin Nombre de messages: 396
Age: 23
Localisation: Sud de France
$ops: 1867
Points: 20
Date d'inscription: 01/08/2010
 
MessageSujet: Re: Aide spécifique Qui est en ligne sur xooit   Mar 6 Déc 2011 - 19:15

Spoiler:
 


C'est bon ça marche Very Happy j'ai changer tout les titre par titre1 et c'est bon Very Happy

normalement l'aide et fini, Vraiment un grand merci pour tout ça !!!!!
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://newteen.kelio.org
 

Miettes

Directrice

Voir le dossier scolaire

Directrice

Féminin Rang spécial: Designer professionnelle, formatrice analystes, codeurs, admins, animateurs, graphistes (photoshop, gimp)
Marraine

Rédactrice en chef du M-SoP

Chroniqueuse de l&#39;émission de SoP

Nombre de messages: 44264
Age: 24
Localisation: Lille
$ops: 21173
Points: 505
Date d'inscription: 01/02/2008
Distinctions: Membre de l'EST-SoP
*** Co-Rédactrice en Chef du M-SoP ***

 
MessageSujet: Re: Aide spécifique Qui est en ligne sur xooit   Mar 6 Déc 2011 - 19:44

Ah bah parfait Smile

Je classe donc Smile

Bonne continuation mam'zelle ^^ Et si besoin, on est là Very Happy
Revenir en haut Aller en bas
Voir le profil de l'utilisateur http://pvereecken.fr/ En ligne
 

Aide spécifique Qui est en ligne sur xooit

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 4 sur 4Aller à la page : Précédent  1, 2, 3, 4

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
School of Pub :: Archives du forum :: Les archives du forum :: Aides spécifiques-


Aller en haut
Aller en bas