Partenaires dans le template body
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
Partenaires dans le template body
Bonjour!
Depuis que j'ai installé mes partenaires les liens en bas du forum ne s'affichent plus au bon endroit. Quelqu'un pourrait il m'aider?
Screen de mon forum
Screen d'un autre forum
J'aimerais qu'une personne m'aide afin que je puisse avoir ma barre de lien comme dans la deuxième image s'il vous plait =D
index_body
Merci beaucoup d'avance pour votre aide!
Depuis que j'ai installé mes partenaires les liens en bas du forum ne s'affichent plus au bon endroit. Quelqu'un pourrait il m'aider?
Screen de mon forum
- Spoiler:
Screen d'un autre forum
- Spoiler:
J'aimerais qu'une personne m'aide afin que je puisse avoir ma barre de lien comme dans la deuxième image s'il vous plait =D
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></span>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
<!-- END switch_delete_cookies -->
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </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 -->
<br><center><div class="QEELBANNIERE">
<div class="titreqeel1">Résidence Hinata en force!!! </div>
</div>
<table>
<tr><td>
<div class="IMAGEQEEL">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/lol10110.png"></img>
<td><div class="GROUPES">
<div class="groupeshinata">
<div class="GROUPESPENSIO">Les équipes de la résidence!</div><br></br>
<a href="http://pension-hinata.forumactif.org/groups?tt=1"
class="postlink" target="_blank" rel="nofollow">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/sarup_10.jpg" class="imagerotative"></a>
<a href="http://pension-hinata.forumactif.org/groups?tt=1"
class="postlink" target="_blank" rel="nofollow">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/risup_10.jpg" class="imagerotative"></a>
<a href="http://pension-hinata.forumactif.org/groups?tt=1"
class="postlink" target="_blank" rel="nofollow">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/kamep_10.jpg" class="imagerotative"></a>
<a href="http://pension-hinata.forumactif.org/groups?tt=1"
class="postlink" target="_blank" rel="nofollow">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/nekop_10.jpg" class="imagerotative"></a>
</div>
</div></td>
<center><table>
<tr><td>
<div class="QEELSTATS">
<div class="titrestatistiques">Les Statistiques</div><br></br>
<span class="gensmall"> {TOTAL_POSTS}. {TOTAL_USERS}. {RECORD_USERS}. {NEWEST_USER}. <br><br>{RECORD_USERS}.
<td><div class="QUIESTLA">
<div class="titrequiestla">Qui est là?</div><br></br>
<table><span class="gensmall">
{LOGGED_IN_USER_LIST}{L_CONNECTED_MEMBERS}
</span></table>
</div></td>
<div id="FooterPerso">
<center>
<br>
<table width="100%">
<tr><td class="footerperso_haut">NOS HINATA FRIENDS</td></tr>
<tr><td>
<a rel="nofollow" target="_blank" href="http://tadakai-rpg.forumgratuit.fr" class="postlink">
<img src="http://image.noelshack.com/fichiers/2013/23/1370737326-bouton20.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://kiss-academy.forumactif.org" class="postlink">
<img src="http://i83.servimg.com/u/f83/13/66/42/13/883114.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://coeur-bermudes.forumactif.fr/" class="postlink">
<img src="http://img15.hostingpics.net/pics/364734bouton52.jpg" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://academie-sunpurple.forumactif.org/" class="postlink">
<img src="http://img4.hostingpics.net/pics/70077690SP.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://mysterious-school.forumgratuit.org/" class="postlink">
<img src="http://i72.servimg.com/u/f72/17/52/38/30/13614712.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://dream-world.forum-canada.com" class="postlink">
<img src="http://image.noelshack.com/fichiers/2013/32/1376061431-logopetit.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://kaiko.forumactif.com" class="postlink">
<img src="http://i75.servimg.com/u/f75/13/33/40/95/88x3110.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://pensionnat-kazumi.forumactif.fr/" class="postlink">
<img src="http://img11.hostingpics.net/pics/701061logo88x31.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://nigatacity.forumsactifs.com/forum.htm" class="postlink">
<img src="http://img4.hostingpics.net/pics/3734728831.gif" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://hybrids-academy.forumactif.org/" class="postlink">
<img src="http://img15.hostingpics.net/pics/653429hybridsicon.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://matsuyama.forum-canada.com/">
<img border="0" alt="" src="http://i39.servimg.com/u/f39/17/56/10/87/sans_t62.jpg" class="puppy"/></a>
<a rel="nofollow" target="_blank" href="http://himitsu-no-kii.forumsactifs.com" class="postlink">
<img src="http://i39.servimg.com/u/f39/13/80/01/80/hnk_8810.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://gakuen-hetalia.pro-forums.fr/" class="postlink">
<img src="http://i39.servimg.com/u/f39/16/72/43/00/sans_t17.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://lycee-yokai.creerforums.com/" class="postlink">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/r6os10.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://magicalacademy.forumactif.com/" class="postlink">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/99b610.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://academie-ayko.probb.fr/" class="postlink">
<img src="http://i39.servimg.com/u/f39/18/37/94/70/bouton15.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://fake-reality-academy.forumactif.org/" class="postlink">
<img src="http://i39.servimg.com/u/f39/18/96/59/95/bouton12.png" class="puppy" /></a>
<br><br>Codage inspiré de <a href="http://www.never-utopia.com/" style="color: #767676 !important;"> Never utopia</a> et <a href="http://www.never-utopia.com/" style="color: #767676 !important;"> Libre Graph'</a>
<p class="mes-credits">(c) RESIDENCE HINATA 2013-2014 | Reproduction Interdite (même partielle)</p>
</td></tr>
</table>
</center>
</div>
</div>
{PROTECT_FOOTER}
</td>
</tr>
</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 -->
<link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Gabriela' rel='stylesheet' type='text/css'>
Merci beaucoup d'avance pour votre aide!
Dernière édition par Fleurine le Mar 9 Sep 2014 - 18:42, édité 1 fois
Re: Partenaires dans le template body
Bonjour,
Il y a beaucoup d'erreurs dans le codage du qeel, des balises non ouvertes ou non fermées... Donc juste une question pour corriger : à quoi doit ressembler le qeel ? ^^"
Et la variable {PROTECT_FOOTER} se trouve normalement dans le template overall_footer_end, que fait-elle ici ? ^^" Qu'en est il du template overall_footer_end, a t il été modifié également ?
Il y a beaucoup d'erreurs dans le codage du qeel, des balises non ouvertes ou non fermées... Donc juste une question pour corriger : à quoi doit ressembler le qeel ? ^^"
Et la variable {PROTECT_FOOTER} se trouve normalement dans le template overall_footer_end, que fait-elle ici ? ^^" Qu'en est il du template overall_footer_end, a t il été modifié également ?
MlleAlys- Membre actif
- Messages : 5968
Inscrit(e) le : 12/09/2012
Re: Partenaires dans le template body
Bonjour!
En faite, j'avais mis ce code dans mon footer à la base donc c'est normal qu'il y ai des choses un peu bizarres et je m'en excuse.
Du coup, voyant que mes partenaires s'affichaient en dessous des liens de forumactifs, j'ai pris le code et l'ai placé sous mon queel pour qu'il s'y intègre (chose qui a bien fonctionné dans l'ensemble malgré les erreurs de codage et les liens qui sont pas au bon endroit).
Donc le template de footer à été restauré, c'est l'original. Le queel doit rester comme ca. Je veux juste que les liens du bas se trouvent de nouveaux sur la partie blanche du forum =D
Voici le lien de mon forum, mais je l'ai mis en construction. Je crois que vous ne pouvez donc pas accéder au queel ^^'
http://residence-hinata.forumactif.org/forum
overall footer begin
overall footer end
En faite, j'avais mis ce code dans mon footer à la base donc c'est normal qu'il y ai des choses un peu bizarres et je m'en excuse.
Du coup, voyant que mes partenaires s'affichaient en dessous des liens de forumactifs, j'ai pris le code et l'ai placé sous mon queel pour qu'il s'y intègre (chose qui a bien fonctionné dans l'ensemble malgré les erreurs de codage et les liens qui sont pas au bon endroit).
Donc le template de footer à été restauré, c'est l'original. Le queel doit rester comme ca. Je veux juste que les liens du bas se trouvent de nouveaux sur la partie blanche du forum =D
Voici le lien de mon forum, mais je l'ai mis en construction. Je crois que vous ne pouvez donc pas accéder au queel ^^'
http://residence-hinata.forumactif.org/forum
overall footer begin
- Code:
<!-- BEGIN html_validation -->
<div>
<div>
<table>
<tbody>
<tr>
<td>
<!-- END html_validation -->
</td>
<td valign="top" width="{C3SIZE}">
<div id="{ID_RIGHT}">
<!-- BEGIN giefmod_index2 -->
{giefmod_index2.MODVAR}
<!-- BEGIN saut -->
<div style="height: {SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index2 -->
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- close div id="page-body" -->
<div id="page-footer">
<div align="center">
<div class="gen">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
<!-- END html_validation -->
overall footer end
- Code:
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
<tr>
<td>
<div>
<div>
<div>
<!-- END html_validation -->
</div>
</div>
<!-- BEGIN switch_footer_links -->
<div align="center">
<div class="gen">
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</div>
</div>
<!-- END switch_footer_links -->
</div>
{PROTECT_FOOTER}
</td>
</tr>
</table>
<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({appId: '{switch_facebook_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true, oauth: true});
//]]>
</script>
<!-- END switch_facebook_login -->
<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
if ($('a#logout'))
{
var lien_redir = $('a#logout').attr('href');
if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
{
document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
}
}
});
$(document).ready( function() {
$('a#logout').click( function() {
FB.logout();
} );
});
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
fa_endpage();
//]]>
</script>
</body>
</html>
Re: Partenaires dans le template body
Non effectivement je ne vois pas le qeel, mais bon ce n'est pas terrible de laisser des erreurs, ça peut être embêtant, provoquer de mauvais affichages, pas toujours de la même façon sur tous les navigateurs (qui interprêtent un peu le code comme ils peuvent ^^"), etc...
Pour l'instant, essayez comme ça, j'ai récupéré l'interprétation du code par chrome, j'espère que ça ne changera pas le rendu :
Pour l'instant, essayez comme ça, j'ai récupéré l'interprétation du code par chrome, j'espère que ça ne changera pas le rendu :
- 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></span>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
<!-- END switch_delete_cookies -->
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </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 -->
<center>
<!-- BEGIN disable_viewonline -->
<div class="QEELBANNIERE">
<div class="titreqeel1">Résidence Hinata en force!!!</div>
</div>
<table>
<tbody>
<tr>
<td>
<div class="IMAGEQEEL">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/lol10110.png" />
</div>
</td>
<td>
<div class="GROUPES">
<div class="groupeshinata">
<div class="GROUPESPENSIO">Les équipes de la résidence!</div>
<br/>
<br/> <a href="http://pension-hinata.forumactif.org/groups?tt=1" class="postlink" target="_blank" rel="nofollow"><img src="http://i39.servimg.com/u/f39/17/56/10/87/sarup_10.jpg" class="imagerotative"/></a> <a href="http://pension-hinata.forumactif.org/groups?tt=1" class="postlink" target="_blank" rel="nofollow"><img src="http://i39.servimg.com/u/f39/17/56/10/87/risup_10.jpg" class="imagerotative"/></a> <a href="http://pension-hinata.forumactif.org/groups?tt=1" class="postlink" target="_blank" rel="nofollow"><img src="http://i39.servimg.com/u/f39/17/56/10/87/kamep_10.jpg" class="imagerotative"/></a> <a href="http://pension-hinata.forumactif.org/groups?tt=1" class="postlink" target="_blank" rel="nofollow"><img src="http://i39.servimg.com/u/f39/17/56/10/87/nekop_10.jpg" class="imagerotative"/></a>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<br/>
<table>
<tbody>
<tr>
<td>
<div class="QEELSTATS">
<div class="titrestatistiques">Les Statistiques</div>
<br/>
<br/> <span class="gensmall"> {TOTAL_POSTS}. {TOTAL_USERS}. {RECORD_USERS}. {NEWEST_USER}.
<br/>
<br/>{RECORD_USERS}.
</span>
</div>
</td>
<td>
<div class="QUIESTLA">
<div class="titrequiestla">Qui est là?</div>
<br/>
<br/> <span class="gensmall">{LOGGED_IN_USER_LIST}
<table>{L_CONNECTED_MEMBERS}</table>
</span>
</div>
</td>
</tr>
</tbody>
</table>
<!-- END disable_viewonline -->
<!-- DEBUT DES PARTENAIRES -->
<table width="100%">
<tbody>
<tr>
<td class="footerperso_haut">NOS HINATA FRIENDS</td>
</tr>
<tr>
<td> <a rel="nofollow" target="_blank" href="http://tadakai-rpg.forumgratuit.fr" class="postlink">
<img src="http://image.noelshack.com/fichiers/2013/23/1370737326-bouton20.png" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://kiss-academy.forumactif.org" class="postlink">
<img src="http://i83.servimg.com/u/f83/13/66/42/13/883114.png" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://coeur-bermudes.forumactif.fr/" class="postlink">
<img src="http://img15.hostingpics.net/pics/364734bouton52.jpg" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://academie-sunpurple.forumactif.org/" class="postlink">
<img src="http://img4.hostingpics.net/pics/70077690SP.png" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://mysterious-school.forumgratuit.org/" class="postlink">
<img src="http://i72.servimg.com/u/f72/17/52/38/30/13614712.png" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://dream-world.forum-canada.com" class="postlink">
<img src="http://image.noelshack.com/fichiers/2013/32/1376061431-logopetit.png" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://kaiko.forumactif.com" class="postlink">
<img src="http://i75.servimg.com/u/f75/13/33/40/95/88x3110.png" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://pensionnat-kazumi.forumactif.fr/" class="postlink">
<img src="http://img11.hostingpics.net/pics/701061logo88x31.png" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://nigatacity.forumsactifs.com/forum.htm" class="postlink">
<img src="http://img4.hostingpics.net/pics/3734728831.gif" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://hybrids-academy.forumactif.org/" class="postlink">
<img src="http://img15.hostingpics.net/pics/653429hybridsicon.png" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://matsuyama.forum-canada.com/">
<img border="0" alt="" src="http://i39.servimg.com/u/f39/17/56/10/87/sans_t62.jpg" class="puppy"/></a>
<a rel="nofollow" target="_blank" href="http://himitsu-no-kii.forumsactifs.com" class="postlink">
<img src="http://i39.servimg.com/u/f39/13/80/01/80/hnk_8810.png" class="puppy" /></a> <a rel="nofollow" target="_blank" href="http://gakuen-hetalia.pro-forums.fr/" class="postlink">
<img src="http://i39.servimg.com/u/f39/16/72/43/00/sans_t17.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://lycee-yokai.creerforums.com/" class="postlink">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/r6os10.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://magicalacademy.forumactif.com/" class="postlink">
<img src="http://i39.servimg.com/u/f39/17/56/10/87/99b610.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://academie-ayko.probb.fr/" class="postlink">
<img src="http://i39.servimg.com/u/f39/18/37/94/70/bouton15.png" class="puppy" /></a>
<a rel="nofollow" target="_blank" href="http://fake-reality-academy.forumactif.org/" class="postlink">
<img src="http://i39.servimg.com/u/f39/18/96/59/95/bouton12.png" class="puppy" /></a>
<br/>
<br/>Codage inspiré de <a href="http://www.never-utopia.com/" style="color: #767676 !important;">© Never utopia</a> et <a href="http://www.never-utopia.com/" style="color: #767676 !important;">© Libre Graph'</a>
<p class="mes-credits">(c) RESIDENCE HINATA 2013-2014 | Reproduction Interdite (même partielle)</p>
</td>
</tr>
</tbody>
</table>
<!-- FIN DES PARTENAIRES -->
</center>
{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 -->
MlleAlys- Membre actif
- Messages : 5968
Inscrit(e) le : 12/09/2012
Re: Partenaires dans le template body
Merci beaucoup pour ton aide!! C'est parfait ainsi!!
Sujets similaires
» Problème de codage dans le template Viewtopic-body
» Problème avec le wigdet discord à insérer dans le template index-body
» template index-body (le QEEL)
» Problème template index body
» Absence de body dans les codes
» Problème avec le wigdet discord à insérer dans le template index-body
» template index-body (le QEEL)
» Problème template index body
» Absence de body dans les codes
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum