CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur: Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus! |
| Problème dans l'écriture des messages (a archiver) | |
| Nono
{ Membre }
Messages : 148
| Bonjour,
Je suis en train de préparer la prochaine version d'un forum. J'ai donc modifier pas mal les templates. Sauf que j'ai un petit problème que je n'arrive pas à résoudre surtout que je ne vois pas d’où il peut venir. En faite, quand on veut écrire une réponse, vous êtes d'accord avec moi que juste au dessus du cadre ou on écrit on a les petits icons pour mettre en gras, avoir les smiley... ben la il marche plus vraiment. Par exemple si je clic sur "autres" pour avoir le petite liste déroulante...nada ! Rien !
Je sais pas si quelqu'un à déjà eu se genre de problème ? C'est assez maigre comme détail mais je vois pas trop comment vous l'expliquer mieux.
voici le lien du forum http://gastest.jeunforum.com/
Vous ne pourrez pas voir le forum, c'est pour ça que je vous ai crée un compte :
En vous remerciant d'avance ^^
|
Dernière édition par Nono le Mar 10 Juil 2012, 17:26, édité 1 fois | |
| | | Psycho
Psychopathe
Messages : 3407
| Hello ! J'ai mis les identifiants sous balises [hide], on ne sait jamais (: Pour le reste, je laisse la parole à mes collègues *disparait* | | |
| | | Nono
{ Membre }
Messages : 148
| Le compte n'a pas les accès au panneau d'admin. Si vous avez besoin de voir les templates, je pourrai vous passer le compte fonda (c'est un forum de test donc ça craint rien ! Pas de souci) mais je les passerai pas MP par contre. | | |
| | | Psycho
Psychopathe
Messages : 3407
| Bonjour Nono ! Je viens aux nouvelles (et donner un coup de pouce) Le problème est-il toujours d'actualité ? Si nous n'avons pas de réponse dans 4 jours, le sujet sera considéré comme résolu ! Merci de ta compréhension | | |
| | | Nono
{ Membre }
Messages : 148
| Oui, le problème est toujours d'actualité | | |
| | | pamina
{ Membre actif }
Messages : 1170
| Bonjour Nono ! Nouveau petit coup de pouce... Si nous n'avons pas de réponse dans 4 jours, le sujet sera considéré comme résolu ! Merci de ta compréhension | | |
| | | Doare
{ Spécialiste }
Messages : 544
| Si c'est toujours d'actu, de ce que j'avais vu, les cadres étaient en réalité décalés de plusieurs pixels vers le bas, les masquant dans le cas de la réponse rapide, donc. Je ne sais pas vraiment ce qui pourrait causer l'erreur, il faudrait que je fasse des tests sur mon propre forum pour voir ce qui pose problème exactement (je ne me vois pas tester chez toi, c'est pas la peine de passer des droits quelconques ^^). Serait-il possible d'avoir les templates que tu as modifié, voire aussi le CSS ? (Tu peux tout mettre sous les balises hide ) | | |
| | | pamina
{ Membre actif }
Messages : 1170
| Salut Nono ! Ton sujet est-il toujours d'actualité ? As-tu lu la demande de Doare ? Exceptionnellement, je laisse ton sujet ouvert encore 2 jours pour te donner le temps de nous dire où tu en es. Si nous n'avons pas de réponse dans ces 2 jours, le problème sera considéré comme résolu et archivé. Merci de ta compréhension. | | |
| | | Nono
{ Membre }
Messages : 148
| Oh ben ça alors ! J'étais pourtant sur d'avoir répondu en postant les templates l'autre jour ! Mon ordi me joue des tours...le petit saligaud ! XD Index_body - Code:
-
{JAVASCRIPT} <!-- BEGIN message_admin_index --> <table class="pageaccueil" 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 -->
<div class="qeel_titre"></div> <div class="forumline"> <table> <tr> <td><div class="les_groupes"><a href="http://oo-supernatural-oo.forumactif.org/g3-we-fight-the-darkness" class="groupe1">We fight the Darkness<span class="groupe_contenu">Pauvres misérables humains... Certains se croient vraiment différents des autres et se permettent de s'immiscer dans un monde qui les dépasse. Les Chasseurs ! Oui voilà comment ils se nomment. Nous prennent-ils pour un vulgaire gibier ? Foutaise !!! Qu'ils prennent garde car le danger rode autour d'eux !</span></a> <a href="http://oo-supernatural-oo.forumactif.org/g4-we-are-the-hell" class="groupe2">We are the Hell<span class="groupe_contenu">Si on m'avait dit qu'un jour que ces vulgaires mortels me rendraient service et bien je ne vous aurais pas cru ! Les humains véhicule pour démon !!! Bon on ne peut pas dire que c'est digne du confort d'un palace mais bon je m'habituerai bien à ce nouveau corps. Au moins, ce qui est rassurant c'est que mes petites fesses ne rôtissent plus en enfer !</span></a> <a href="http://oo-supernatural-oo.forumactif.org/g5-we-like-blood" class="groupe3">We like Blood<span class="groupe_contenu">Hummm serait-ce du sang que je sens coulé. Ce parfum si délicieux, doux nectar caressant mes lèvres... Tu as peur ? Si si j'entends les battements de ton coeur qui s'accélèrent de plus en plus à chaque pas que je me rapproche de toi. Sois sans crainte, ça ne te fera aucun mal, juste une simple piqûre dans le cou. Vampire ?!?! Oui j'en suis un et alors ?</span></a> <a href="http://oo-supernatural-oo.forumactif.org/g6-we-are-monsters" class="groupe4">We are Monsters<span class="groupe_contenu">Sous prétexte que nous ne ressemblons pas à un humain ou une chose normal on nous traite de monstre ! C'est la meilleure ! C'est pas parce que j'ai des poils partout et que je me transforme en loup que je vais jouer la peluche et fuir. C'est pas parce que je peux prendre l'apparence de n'importe qui que je vais me montrer gentil. On nous rejette, eh bien vous allez le regretter...</span></a> <a href="http://oo-supernatural-oo.forumactif.org/g7-we-are-the-rabbits" class="groupe5">We are the Rabbits<span class="groupe_contenu">Cours, cours espèce d'idiot ! Tu n'en restes pas moins un simple humain dont la faiblesse est légendaire. Hommes, femmes, enfants, tu n'en restes pas moins une proie que j'apprécie fortement.... Oui cours et caches toi car sinon le méchant loup te mangera !</span></a> <a href="http://oo-supernatural-oo.forumactif.org/g10-we-protect-the-rabbits" class="groupe6">We protect the Rabbits<span class="groupe_contenu">Car ces idiots d'humains ne sont pas capables de se protéger tout seul, Dieu a eut le bon sens de demander aux Anges de le faire. Sans oublier les chasseurs qui sont assez fou pour mettre leur vie en péril. Parfois c'est à se demander pourquoi Dieu a créé des créatures aussi bêtes que ça...</span></a> <a href="http://oo-supernatural-oo.forumactif.org/g23-we-are-amazing" class="groupe7">We are Amazing<span class="groupe_contenu">D'apparence je suis comme tout le monde mais une chose s'est passée dans mon enfance et a chamboulé ma vie. J'ai comme qui dirait certains dons... Quoi la Chance ! Détrompez vous ce n'est pas toujours la joie de posséder une chose qui vous dépasse. Et le pire dans tout cela c'est que c'est à cause d'un démon que je suis devenu comme ça... Soit disant que mon avenir serait différent des autres.</span></a> <a href="http://oo-supernatural-oo.forumactif.org/g24-we-are-not-afraid-of-death" class="groupe8">We are not afraid of Death<span class="groupe_contenu">Certains dirons de moi que je suis stupide, cinglé, dépressif et bien d'autres choses encore mais croyez moi je sais pertinemment que ma mort est prévue dans un futur très proche. Alors pourquoi je ne fais rien pour me sauver ? Tout simplement parce que la vie est un éternel recommencement.. .Si je meurs, un autre prendra vie et ainsi de suite !</span></a></div></td> <td> <div class="qeel_infos"><table align="center"><tr><td style="width:450px;text-align:justify;"><span style="font-size: 13px";>La Guerre entre le Bien est le Mal est loin d'être terminée. Les Chasseurs et les Anges vont devoir apprendre à faire équipe ensemble et à s'entendre pour combattre les Démons. Certaines créatures sont également de la partie ou restent dans l'ombre attendant que ce soit à leur tour de jouer. Au milieu de cette guerre se trouvent les humains, les ignorants de tout ça mais qui en subissent gravement les conséquences. <br>De quel coté serez vous ? Celui du Bien ? Celui du Mal ? <br>Ce qui est sûr c'est que la Mort va bientôt frapper... Personne n'est à l’abri !<br/><br/></span></td><td></td><td></td><td></td><td></td><td></td><td></td> <td style="width:300px;text-align:justify;"> <br><div class="gensmall">{TOTAL_POSTS}<br> {TOTAL_USERS}. <font size="2"> {NEWEST_USER}<br/><br/>{TOTAL_USERS_ONLINE} {LOGGED_IN_USER_LIST}<br/><br/> </font></td></tr></table></div> <div class="qeel_infos2"><table> {L_CONNECTED_MEMBERS}
</table></div> </td> </tr> </table> </div>
<!-- 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 --> 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 --> <br><br><fieldset style="border: 0px solid #0f2054; -moz-border-radius: 0px 20px 20px 20px; width: auto; height: auto; background-image:url('http://img15.hostingpics.net/pics/46432124b.png');background-repeat:no-repeat;background-position:top center; padding: 0px;"><br><br><br> <div class="cate_titre">{catrow.tablehead.L_FORUM}</div></fieldset>
<div class="categorie">
<!-- END tablehead --> <!-- BEGIN cathead --> <!-- END cathead --> <!-- BEGIN forumrow --> <div class="forum"> <table><tr> <td><span class="forum_icone"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></span></td> <td style="vertical-align: top;"><span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> <span class="description">{catrow.forumrow.FORUM_DESC}</span></td> <td><span class="stats_last"><span class="stats">{catrow.forumrow.TOPICS} chasses ; {catrow.forumrow.POSTS} messages</span> <span class="last">{catrow.forumrow.LAST_POST}</span></span></td> </tr></table> <span class="sous_forum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span> </div>
<!-- END forumrow --> <!-- BEGIN catfoot --> <!-- END catfoot --> <!-- BEGIN tablefoot --> </div>
<!-- END tablefoot --><!-- END catrow --> Overall_header - Code:
-
<!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" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script> <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login --> <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login -->
<!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /> <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new --> <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam ) { case 'top' : slid_vert = true; break;
case 'left': break;
case 'bottom': slid_vert = true; auto_dir = 'prev'; break;
case 'right': auto_dir = 'prev'; break;
default: slid_vert = true; }
$(document).ready(function() { var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0) { $('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */ $('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */ var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */ $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } );
/* Redimensionnement des elements et des images trop larges */ $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } });
/* Redimensionnement et centrage du conteneur en mode vertical */ if (slid_vert) { $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); }
/* Initialisation du caroussel */ $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); pm.focus(); <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); report.focus(); <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME}); <!-- END switch_ticker --> });
<!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false; <!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup");
$("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; } </style> <!-- END switch_ticker_new --> {HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script> <!-- END google_analytics_code --> </head> <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <div id="navigation"><div id="navig">{GENERATED_NAV_BAR}</div></div> <!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW} <br /> <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup --> <div id="login_popup"> <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0"> <tr height="25"> <td class="catLeft"> <span class="genmed module-title">{SITENAME}</span> </td> </tr> <tr height="{LOGIN_POPUP_MSG_HEIGHT}"> <td class="row1" align="left" valign="top"> <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="mainoption" value="{L_LOGIN}" /> <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> <span class="genmed">{LOGIN_POPUP_MSG}</span> </td> </tr> </table> </div> <!-- END switch_login_popup -->
<a name="top"></a> {JAVASCRIPT}
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center"> <tr> <td class="bodyline"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <!-- BEGIN switch_logo_left --> <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td> <!-- END switch_logo_left --> <td align="center" width="100%" valign="middle"> <!-- BEGIN switch_logo_center --> <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a> <br /> <!-- END switch_logo_center --> <div class="maintitle">{MAIN_SITENAME}</div> <br /> <span class="gen">{SITE_DESCRIPTION}<br /> </span> </td> <!-- BEGIN switch_logo_right --> <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td> <!-- END switch_logo_right --> </tr> </table>
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td {CLASS_TABLE_TYPE} align="left" class="row1"> <div id="fa_ticker_container"> <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;"> <!-- BEGIN ticker_row --> <li>{switch_ticker.ticker_row.ELEMENT}</li> <!-- END ticker_row --> </ul> </div> </td> </tr> </table> </div> <!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td {CLASS_TABLE_TYPE} align="left" class="row1"> <div id="fa_ticker_container"> <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;"> <div class="fa_ticker_content"> <!-- BEGIN ticker_row --> <div>{switch_ticker.ticker_row.ELEMENT}</div> <!-- END ticker_row --> </div> </div> </div> </td> </tr> </table> </div> <!-- END switch_ticker -->
<div id="page-body"> <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}> <table cellpadding="0" cellspacing="0" width="100%" class="three-col"> <tbody> <tr> <td valign="top" width="{C1SIZE}"> <div id="{ID_LEFT}"> <!-- BEGIN giefmod_index1 --> {giefmod_index1.MODVAR} <!-- BEGIN saut --> <div style="height:{SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index1 --> </div> </td> <td valign="top" width="100%"> <!-- BEGIN html_validation --> </td> </tr> </tbody> </table> </div> </div> </td> </tr> </table> </body> </html> <!-- END html_validation --> | | |
| | | Nono
{ Membre }
Messages : 148
| Désolé, double poste, mais tout ne rentre pas dans un >< Viewtopic_body - Code:
-
<script type="text/javascript"> //<![CDATA[ var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" }; $(function(){ _atc.cwait = 0; $('.addthis_button').mouseup(function(){ if ($('#at15s').css('display') == 'block') { addthis_close(); addthis_close(); } }); }); //]]> </script>
<table width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td align="left" valign="middle" nowrap="nowrap"> <span class="nav"> <!-- BEGIN switch_user_authpost --> <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> <!-- END switch_user_authpost --> <!-- BEGIN switch_user_authreply --> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a> <!-- END switch_user_authreply --> </span> </td> <td align="left" valign="middle" nowrap="nowrap"> <!-- BEGIN switch_twitter_btn --> <span id="twitter_btn" style="margin-left: 6px; "> <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a> <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </span> <!-- END switch_twitter_btn --> <!-- BEGIN switch_fb_likebtn --> <span id="fb_likebtn" style="margin-left: 6px; "> <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> </span> <!-- END switch_fb_likebtn --> </td> <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td> <td align="right" valign="bottom" nowrap="nowrap" width="100%"> <span class="gensmall bold"> <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a> <!-- BEGIN switch_plus_menu --> | <script type="text/javascript">//<![CDATA[ var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}'; var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}'; var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}'; var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}'; var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}'; var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}'; insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES}); //]]> </script> <!-- END switch_plus_menu --> </span> </td> </tr> </table>
<center><h1 class="cattitle"> {TOPIC_TITLE}</h1></center>
<div class="bloc_message"> <span class="gensmall" align="right">{PAGINATION}</span> <!-- BEGIN postrow --> <!-- BEGIN displayed --> <div style="clear: both;"></div> <div class="profil"> <span class="online">{postrow.displayed.ONLINE_IMG}</span> <span class="avatar_profil">{postrow.displayed.POSTER_AVATAR}</span> <div class="bloc_profil"><span class="rang_img">{postrow.displayed.RANK_IMAGE}</span> <span class="pseudo_membre">{postrow.displayed.POSTER_NAME}</span> <span class="rang">{postrow.displayed.POSTER_RANK}</span> <div class="profil_contenu"> <!-- BEGIN profile_field --> {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR} <!-- END profile_field --> {postrow.displayed.POSTER_RPG}</div> <span class="option_profil">{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --></span> </div></div> <div class="message"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT} <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td> <td valign="top" nowrap="nowrap" class="post-options"> {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG} </td> </tr> <tr> <td colspan="2" class="hr"> <hr /> </td> </tr> <tr> <td colspan="2"> <!-- BEGIN switch_vote_active --> <div class="vote gensmall"> <!-- BEGIN switch_vote --> <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div> <!-- END switch_vote -->
<!-- BEGIN switch_bar --> <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}"> <!-- BEGIN switch_vote_plus --> <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div> <!-- END switch_vote_plus -->
<!-- BEGIN switch_vote_minus --> <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div> <!-- END switch_vote_minus --> </div> <!-- END switch_bar -->
<!-- BEGIN switch_no_bar --> <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div> <!-- END switch_no_bar -->
<!-- BEGIN switch_vote --> <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div> <!-- END switch_vote --> </div> <!-- END switch_vote_active -->
<div class="postbody">
<div class="message_contenu">{postrow.displayed.MESSAGE}</div>
<!-- BEGIN switch_attachments --> <dl class="attachbox"> <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt> <dd> <!-- BEGIN switch_post_attachments --> <dl class="file"> <dt> <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
<!-- BEGIN switch_dl_att --> <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL} <!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att --> {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL} <!-- END switch_no_dl_att --> </dt>
<!-- BEGIN switch_no_comment --> <dd> <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em> </dd> <!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att --> <dd> <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em> </dd> <!-- END switch_no_dl_att -->
<dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd> </dl> <!-- END switch_post_attachments --> </dd> </dl> <!-- END switch_attachments -->
<div class="clear"></div> <div class="signature_div"> {postrow.displayed.SIGNATURE} </div>
</div> <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span> </td> </tr> </table> </div> </div>
<!-- BEGIN first_post_br --> <br /> <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th> <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th> </tr> <!-- END first_post_br --> <!-- END displayed --> <!-- BEGIN hidden --> <tr> <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td> </tr> <!-- END hidden --> <!-- END postrow --> <!-- BEGIN no_post --> <tr align="center"> <td class="row1" colspan="3" height="28"> <span class="genmed">{no_post.L_NO_POST}</span> </td> </tr> <!-- END no_post --> <tr align="right"> <td class="catBottom" colspan="3" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="9%" class="noprint"> </td> <td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td> <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td> </tr> </table> </td> </tr> </table> <table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;"> <tr> <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td> <!-- BEGIN topicpagination --> <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td> <!-- END topicpagination --> </tr> <!-- BEGIN switch_user_logged_in --> <!-- BEGIN watchtopic --> <tr> <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td> </tr> <!-- END watchtopic --> <!-- END switch_user_logged_in --> </table>
<!-- BEGIN promot_trafic --> <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px"> <tr> <td class="catBottom" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td> <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td> </tr> </table> </td> </tr> </table>
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px"> <tr> <td class="catBottom" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td> <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td> </tr> </table> </td> </tr> <tr> <td class="row2 postbody" valign="top"> <!-- BEGIN link --> » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br /> <!-- END link --> </td> </tr> </table> <!-- END promot_trafic -->
<!-- BEGIN switch_forum_rules --> <table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px"> <tbody> <tr> <td class="catBottom"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td valign="top"> <h1 class="cattitle"> {L_FORUM_RULES}</h1> </td> </tr> </tbody> </table> </td> </tr> <tr> <td class="row1 clearfix"> <table> <tr> <!-- BEGIN switch_forum_rule_image --> <td class="logo"> <img src="{RULE_IMG_URL}" /> </td> <!-- END switch_forum_rule_image --> <td class="rules postbody"> {RULE_MSG} </td> </tr> </table> </td> </tr> </tbody> </table> <!-- END switch_forum_rules -->
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="row2" colspan="2" align="center" style="padding:0px"> <!-- BEGIN switch_user_logged_in --> <a name="quickreply"></a> {QUICK_REPLY_FORM}<br /> <!-- END switch_user_logged_in --> </td> </tr> <tr> <td style="margin:0; padding: 0;" colspan="2"> <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''"> <tbody> <!-- BEGIN show_permissions --> <tr> <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td> <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> <!-- END show_permissions --> <tr> <td class="catBottom" colspan="2" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td> <!-- BEGIN show_permissions --> <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td> <!-- END show_permissions --> </tr> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="margin:0; padding: 0;" colspan="2"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;"> <tbody> <tr> <td class="catBottom" colspan="2" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td> <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td> </tr> </table> </td> </tr> </tbody> </table> </td> </tr> </table>
<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}"> <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center"> <tr> <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}> <span class="nav"> <!-- BEGIN switch_user_authpost --> <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> <!-- END switch_user_authpost --> <!-- BEGIN switch_user_authreply --> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a> <!-- END switch_user_authreply --> </span> </td>
<!-- BEGIN viewtopic_bottom --> <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td> <!-- END viewtopic_bottom -->
<!-- BEGIN moderation_panel --> <td align="center"> <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span> </td> <td align="center" width="250"> <span class="gensmall"> </span> </td> <!-- END moderation_panel --> </tr> </table> </form>
<!-- BEGIN viewtopic_bottom --> <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center"> <tr> <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br /> <form name="action" method="get" action="{S_FORM_MOD_ACTION}"> <input type="hidden" name="t" value="{TOPIC_ID}" />
<!-- <input type="hidden" name="sid" value="{S_SID}" /> --> <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
<span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span> </form> </td> </tr> </table> <!-- END viewtopic_bottom -->
<!-- BEGIN switch_image_resize --> <script type="text/javascript"> //<![CDATA[ $(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} })); //]]> </script> <!-- END switch_image_resize --> <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script> CSS - Code:
-
body{ background-image: url("http://img15.hostingpics.net/pics/444332SPNbannire7.png"), url("http://img15.hostingpics.net/pics/614893fondpattern2.png"); background-repeat: no-repeat, repeat; background-color: transparent, transparent; background-attachment: scroll, scroll; background-position: top center, inherit; }
tr.post span.gensmall { display: none; } td.catBottom{border: none;}
a:link{text-decoration:none; font-variant: small-caps;} a:hover{text-decoration:none !important;} a:visited{text-decoration:none;} a:active{text-decoration:none;}
tr.post span.gensmall { display: none; }
.code{ font-family: Courier,Courier New,sans-serif; font-size: 11px; color: #B5B5B5; background-color: #191a19; border-top: 5px solid #030e22; border-bottom: 5px solid #030e22; padding: 15px;}
.quote{ font-family: Courier,Courier New,sans-serif; font-size: 12px; color: #B5B5B5; background-color: #191a19; border-top: 5px solid #030e22; border-bottom: 5px solid #030e22;}
.spoiler{ font-family: Courier,Courier New,sans-serif; font-size: 12px; color: #B5B5B5; background-color: #191a19; border-left: 5px solid #030e22; border-right: 5px solid #030e22;}
/* Barre de navig en haut du forum et fixe*/ #navig{ width: 950px; margin: auto; text-align: center; }
#navigation { position: fixed; z-index: 999; width: 100%; background-color: #030e22; border-bottom: 2px solid #022030; margin-top: -10px; margin-left: -10px; padding: 5px; } /*fin barre de navig en haut*/
/* MISE EN FORME DU PROFIL ET DES MESSAGES */
.bloc_message { width: 900px; margin: auto; } .profil { width: 100%; height: 345px; background: #0f1625; border-top: 5px solid #192436; border-bottom: 5px solid #192436; margin-top: 20px; position: relative; } .message { width: 100%; margin: auto; background: #2c3445; margin-bottom: 20px; border-bottom: 5px solid #192436; padding-top: 2px; } .online { display: block; clear: both; position: absolute; top: 150px; left: 20px; margin-top: -6px; margin-left: -6px; z-index: 20; } .avatar_profil { display: block; float: right; margin-right: 215px; margin-top: 10px; } .avatar_profil img { position: absolute; border: 2px solid #77839c; box-shadow: 3px 3px 3px #000000; -moz-box-shadow: 3px 3px 3px #000000; -htm-box-shadow: 3px 3px 3px #000000; -webkit-box-shadow: 3px 3px 3px #000000; -o-box-shadow: 3px 3px 3px #000000; }
.avatar_profil img:hover { width: 200px; transform: all; -moz-transform: all; -o-transform: all; -htm-transform: all; -webkit-transform: all; transition: 1s; -moz-transition: 1s; -o-transition: 1s; -htm-transition: 1s; -webkit-transition: 1s; } .bloc_profil { margin-left: 20px; margin-top: 20px; } .rang_img { position: relative; float: left; } .pseudo_membre { display: block; width: 50%; font-size: 24px; letter-spacing: 2px; border-bottom: 2px dotted #e0d5c9; margin-left: 25px; } .rang { display: block; margin-left: 100px; font-weight: bold; font-size: 11px; font-style: italic; letter-spacing: 4px; color: #e0d5c9; } .profil_contenu { clear: both; width: 50%; height: 140px; margin-top: 40px; margin-left: 100px; overflow: auto; background-color: #77839c; border: 2px solid #192436; padding: 4px; font-size: 11px; text-align: justify; } .message_contenu { font-size: 13px; text-align: justify; padding: 10px; } .signature_div { width: 100%; margin: auto; background: #0f1625; height: 220px; overflow: auto; }
.option_profil{ margin-left: 100px; margin-bottom: 20px;}
/*CSS carnet de route*/ .nomprenomcarnet{ line-height: 10px; font-size: 35px; font-family: Time New Roman; color: #595454; text-transform: uppercase; text-align: center; }
.intrigue{ font-size: 34px; font-family: Monotype Corsiva; color: white; margin-left: 220px; }
.cadrefiche{ padding: 5px 7px 7px; margin: 1px; width: 580px; background-color: #3B3A3A; height: 140px; -moz-border-radius: 20px 5px 20px 5px; -webkit-border-radius : 20px 5px 20px 5px; width: 580px; height: 140px; overflow: auto; font-size= 10px; border: 2px solid white; }
.listingsujet{ padding: 5px 7px 7px; margin: 1px; width: 580px; height: 200px; border: 2px white; background-color: black; -moz-border-radius: 20px 5px 20px 5px; line-height: normal; font-size: 20px; color: white; text-shadow: 1px 1px 1px grey; }
bo{ -moz-border-radius: 0px; color:#7D7267; font-family: serif; font-size: 45px; font-weight: uppercase; letter-spacing: 2px; display:block; margin-left: 225px; } /*fin mise en forme carnet de route*/
/*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: wrap; /* 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: 5px; /* on positionne notre infobulle */ left: 15px;
background: #090A09; /* arrière-plan de l'infobulle */
color: #B5B5B5; /* texte dans l'infobulle */ font-size: 10px; font-variant: normal; text-align: justify; text-transform: none; text-decoration: none; padding: 4px; width: auto; height: auto;
/* bordures de votre infobulle*/ border: 4px solid #3B3A3A; border-left: 4px solid #3B3A3A; }
/*.pageaccueil{ Vos propriété}*/
/*mise en forme forum catégorie*/ .cate_titre { width: 90%; margin-left: 300px; }
.categorie { width: 98%; margin: auto; margin-top: 10px; margin-bottom: 10px; background: #0f1625; border-top: 5px solid #192436; border-bottom: 5px solid #192436; /* border-right: 1px solid #ffffff; border-left: 1px solid #ffffff;*/ box-shadow: 0px 0px 5px #061329; -moz-box-shadow: 0px 0px 5px #061329; -o-box-shadow: 0px 0px 5px #061329; -htm-box-shadow: 0px 0px 5px #061329; -webkit-box-shadow: 0px 0px 5px #061329; } .forum{ width: 98%; margin-left: auto; margin-right: auto; margin-top: 5px; margin-bottom: 5px; background: #202f39; border-radius: 10px; padding: 2px; color-red; } .forumlink{ display: block; width: 600px; font-variant: small-caps; letter-spacing: 2px; padding-left: 20px; text-shadow: 1px 1px 0px #040f23; color: #6e979a !important; transition: width 2s; -moz-transition: width 2s; /* Firefox 4 */ -webkit-transition: width 2s; /* Safari and Chrome */ -o-transition: width 2s; /* Opera */ }
.forumlink a:hover{ color: #020813 !important; width: 500px; } .forumlink a { font-size: 16px; border-bottom: 2px dotted #c0c0c0; } .description { display: block; width: 500px; margin: auto; font-size: 11px; text-align: justify; color: #a6a6a6; } .illu { float: right; margin-left: 10px; margin-bottom: 10px; border: 1px solid #c0c0c0; background: #e9e9e6; padding: 5px; }
.stats_last { display: block; width: 160px; margin: auto; background: #0f1625; padding: 10px; border-radius: 40px 40px 0 0; } .stats { display: block; text-align: center; font-size: 10px; color: #a6a6a6; border-bottom: 1px solid #cacaca; padding-bottom: 4px; margin-bottom: 4px; } .last { display: block; text-align: center; font-size: 11px; } .sous_forum { display: block; width: 98%; margin: auto; background: #0f1625; padding: 2px; text-align: center; }
a.nav img { width: 200px; }
/*fin mise en forme*/
/* ------------------- ------------------QEEL------ -------------------------------*/ .forumline{ position: relative; border: none;}
.qeel_titre { width: 800px; height: 100px; margin: auto; background: url(http://img15.hostingpics.net/pics/373746qeel.png) no-repeat; } .groupe1, .groupe2, .groupe3, .groupe4, .groupe5, .groupe6, .groupe7, .groupe8 { display: block; font-weight: bold; text-transform: small-caps; margin-top: 5px; text-align: center;font-size: 14px; } .groupe1 { color: #dd5549 !important; position:absolute; top: 0px; left: 100px; padding: 5px; } .groupe2 { color: #5176b4 !important; position:absolute; top: 0px; left: 330px; padding: 5px; } .groupe3 { color: #d19656 !important; position:absolute; top: 0px; left: 525px; padding: 5px; } .groupe4 { color: #579c5a !important; padding: 5px; position:absolute; top: 0px; right: 100px; } .groupe5 { color: #966CF0 !important; padding: 5px; position:absolute; top: 30px; left: 50px; } .groupe6 { color: #9E9E9E !important; padding: 5px; position:absolute; top: 30px; left: 230px; } .groupe7 { color: #CF2D2D !important; padding: 5px; position:absolute; top: 30px; right: 300px; } .groupe8 { color: #81AFD1 !important; padding: 5px; position:absolute; top: 30px; right: 50px; }
.groupe_contenu { display: none; z-index: 1; }
.les_groupes{ } .qeel_infos { width: 110%; margin-top: 70px; margin-bottom: 5px; background: #0f1625; border-top: 5px solid #192436; border-bottom: 5px solid #192436; padding: 10px; font-size: 11px; text-align: justify; margin-left: auto; margin-right: auto; }
.qeel_infos2{ width: 110%; background: #0f1625; border-top: 5px solid #192436; border-bottom: 5px solid #192436; padding: 10px; margin-left: auto; margin-right: auto; }
.groupe1:hover .groupe_contenu, .groupe2:hover .groupe_contenu, .groupe3:hover .groupe_contenu, .groupe4:hover .groupe_contenu, .groupe5:hover .groupe_contenu, .groupe6:hover .groupe_contenu, .groupe7:hover .groupe_contenu, .groupe8:hover .groupe_contenu { display: block; position: absolute; width: 250px; background: #2f5963; text-align: justify; padding: 4px; color: #0f192b; font-size: 10px; font-weight: normal; margin: 10px; }
td.row1, td.row3.over:hover{ border: none;}
/*fin qeel*/
/*---------------------------- --footer------------------- -------------------*/ /*#page-footer { width: auto; height: 200px; margin-top: 20px; background: url(http://img15.hostingpics.net/pics/547192footer.jpg); border-top: 3px solid #545454; } #page-footer a { font-size: 14px; color: #545454 !important; } #page-footer a:hover { color: #303030 !important }*/
/*fin footer*/
/*boite info sur le coté*/ .boite{ position: fixed; bottom: 1%; right: 1%; width: 142px; background-color: #101726; padding: 8px; -moz-border-radius:9px; -webkit-border-radius:9px; border-radius:9px; }
.titre{ background-color: #192436; color:#B5B5B5; font-weight:bold; font-size:11px; text-decoration:none; padding: 6px; margin-bottom: 5px; text-align : center; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }
.cadre{ text-align: left; color:#FAFAFA; font-size:9px; background-color: #303845; padding: 6px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; } /*Fin boite info coté*/
/*Halo pour mise en avant*/ a:hover /* par défaut: halo blanc */{ text-shadow: #6997B5 0px 0px 4px; } a.forumlink:hover /* pour les liens des titres : halo doré */{ text-shadow: #6997B5 0px 0px 4px; } /*Fin Halo*/ | | |
| | | 'Christa
Lostmindy
Messages : 2856
| Bonjour !
Je viens d'aller jeter un oeil à ton forum et effectivement ya un truc qui coince @x@ Et Firebug ne trouve la liste déroulante nulle part ><
Histoire de trouver le plus rapidement possible d'où ça vient, je te conseille une méthodologie :
- Remets tous tes templates à zéro, toutes tes modifs, etc (pense à sauvegarder avant XD) - Rajoute les une par une en faisant un test pour chaque nouveau template modifié - Quand ça commencera à coincer, garde la modif que tu viens de faire et supprime les autres une fois de plus, puis vérifie que ça coince toujours.
Une fois que c'est fait, reviens nous dire ce qu'il en est o/ | | |
| | | Nono
{ Membre }
Messages : 148
| D'accord, je vais voir ça ! Je vais peut être finir chauve après ça XD Prier pour que je ne m'arrache pas tous les cheveux de la tête XD | | |
| | | Psycho
Psychopathe
Messages : 3407
| Bonjour (: Le sujet est-il toujours d'actualité ?Si nous n'avons pas de réponse dans 4 jours, il sera considéré comme résolu et archivé ! Merci de ta compréhension | | |
| | | iowan
{ Membre actif }
Messages : 304
| salut ! ton probleme est semblable a celui de Whiteberry donc la meme solution se propose dans le template overal_header avant la balise - Code:
-
</head> tu colle ceci - Code:
-
<script type="text/javascript" src="http://iowan.googlecode.com/files/widgetc2.js" ></script>
n'oublie pas de publier le template | | |
| | | Nono
{ Membre }
Messages : 148
| Merci beaucoup !!!!!!!!!!!!!!!!!!!!!!! Vous êtes mes Dieux sur ce forum *se prosterne devant eux et les vénères* Le problème est résolu, vous pouvez donc l'archiver. Et au risque de me répeter, un grand, grand, grand merci pour votre aide | | |
| | | Psycho
Psychopathe
Messages : 3407
| Yop' Je vois que le problème est résolu, alors je classe =D Merci de l'avoir signalé | | |
| | | Contenu sponsorisé
| | | | | Problème dans l'écriture des messages (a archiver) | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|