AccueilRechercherDernières imagesS'enregistrerConnexion
Le Deal du moment : -50%
-50% sur les sacs à dos pour ordinateur ...
Voir le deal
19.99 €

 

 Templates version 1

Aller en bas 
2 participants
AuteurMessage
FA

FA


Messages : 48
Date d'inscription : 29/07/2016

Templates version 1 Empty
MessageSujet: Templates version 1   Templates version 1 EmptyJeu 8 Sep - 16:04

Overall_header

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script type="text/javascript"> var banListe=['1','2','3','4','5','6']; document.write('<body class=ban' + banListe[Math.floor(Math.random()*banListe.length)] +'>'); </script>
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,300,700|Oswald:400,300,700|Open+Sans:300,400,700" rel="stylesheet" type="text/css">
  <link href="http://www.aht.li/2938584/iphone.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Dosis:400,600|Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
 <link href="http://sd-2.archive-host.com/membres/up/184686991814117660/jquerymCustomScrollbarmin.css" rel="stylesheet" type="text/css">

  <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');
         if(pm != null) { 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}');
         if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         $(document).ready(function() {            
            Ticker.start({
               height : {switch_ticker.HEIGHT},
               spacing : {switch_ticker.SPACING},
               speed : {switch_ticker.SPEED},
               direction : '{switch_ticker.DIRECTION}',
               pause : {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']);
   _gaq.push(['_trackPageLoadTime']);

   <!-- BEGIN google_analytics_code_bis -->
   _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
   _gaq.push(['b._trackPageview']);
   <!-- END google_analytics_code_bis -->

    (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 -->
<style type="text/css">
#left table.dc093d {border:0;border-collapse:collapse;}#left table.dc093d table {table-layout:fixed;border-collapse:collapse;}div.dc093d iframe{display: block important!;visibility: visible important!}iframe[src*=adstune]:not([style*=display]), iframe[src*=criteo]:not([style*=display]), iframe[src*=ad6b]:not([style*=display]), iframe[src*=z5x]:not([style*=display]), iframe[src*=doubleclick]:not([style*=display]) {display: block !important;visibility: visible !important;}div.q2bd1fd8e{ padding:10px 0 0 0 !important; }div.q2bd1fd8e{ font-size: 11px; color:#000000; }
.fa_toolbar_XL_Sized { min-width: 980px; width: 100%; }
                    .fa_toolbar_L_Sized { min-width: 774px; }
                    .fa_toolbar_M_Sized { min-width: 519px; }
                    #fa_toolbar { left: 0px; height: 30px; background-color: #212B40; color: #FFFFFF; font-family: Helvetica, Verdana, Arial; font-size: 16px; z-index: 20002; }
#fa_toolbar :link, #fa_toolbar :visited { color: #FFFFFF; text-decoration: none; }
#fa_toolbar a:hover { text-decoration: underline; }
#fa_toolbar a:link, #fa_toolbar a:visited, #fa_toolbar a:hover, #fa_toolbar a:active { border:1px solid transparent; border:none; }
.fa_tbMainElement, .fa_tbMainElement a, #fa_show { display: inline-block !important; vertical-align: middle; }
#fa_toolbar #fa_icon { display: inline-block !important; visibility: visible !important; background-repeat: no-repeat; background-image: url('http://2img.net/i/fa/i/toolbar/pa0.png'); background-size: 30px; width: 30px; height: 30px; }
#fa_toolbar #fa_magnifier, #fa_toolbar #fa_fb, #fa_toolbar #fa_twitter, #fa_toolbar #fa_gp, #fa_toolbar #fa_mail, #fa_toolbar #fa_rss, #fa_toolbar #fa_hide, #fa_toolbar_hidden #fa_show { background-image: url('http://www.illiweb.com/fa/i/toolbar/toolbar.png'); width: 30px; height: 30px; cursor: pointer; }
#fa_left { display: inline-block !important; visibility: visible !important; width: auto !important; height: auto !important; line-height: 30px !important; }
#fa_icon, #fa_toolbar #fa_service { color: #FFFFFF; }
#fa_toolbar #fa_service { display: inline-block !important; visibility: visible !important; text-decoration: none !important; }
#fa_toolbar #fa_service:hover[href] { text-decoration: underline !important; }
#fa_search { margin-left: 20px; height: 30px; }
#fa_search form { margin: 0; padding:0; display:inline; }
#fa_search #fa_magnifier { position : absolute; background-position: -30px 0px; }
#fa_search #fa_textarea { text-indent: 30px !important; width: 200px; height: 24px; padding: 0px; border: 0px; margin-top: 3px; border-radius: 5px; line-height: 24px; }
#fa_share { margin-left: 20px; font-size: 16px; line-height: 30px !important; }
#fa_share_text { cursor: default; color: #FFFFFF; text-decoration: none !important; }
#fa_fb { margin-left: 10px; background-position: -60px 0px; }
#fa_twitter { background-position: -90px 0px; }
#fa_gp { background-position: -120px 0px; }
#fa_mail { background-position: -150px 0px; }
#fa_rss { background-position: -180px 0px; }
#fa_right { float: right; font-size: 14px; }
#fa_right a.rightHeaderLink { margin-left: 10px; vertical-align: top; line-height: 30px; color:#FFFFFF }
#fa_right span.rightHeaderLink { display:inline-block; margin-left: 1px; vertical-align: top; line-height: 30px; color:#FFFFFF }
#fa_welcome, #fa_right #fa_notifications { line-height: 30px; padding: 0px 5px; color: #FFFFFF; }
#fa_hide { background-position: -210px 0px; }
#fa_menu { display: inline-block; }
#fa_right #fa_welcome:hover, #fa_toolbar #fa_right #fa_notifications:hover { cursor: pointer; }
#fa_right #fa_menu #fa_welcome, #fa_right.notification #fa_menu #fa_welcome { color: #FFFFFF; }
#fa_right #fa_menu ul, #fa_right.notification #fa_menu ul { display: none; }
#fa_right.welcome #fa_menu #fa_welcome { color: #333; background-color: #fff; }
#fa_right.welcome #fa_menu ul { display: block; }
#fa_menu:hover :visited, #fa_toolbar > #fa_right.notification > #fa_notifications { color: #333333; background-color: #FFFFFF; }
#fa_toolbar #fa_right .fa_separator { width: 90%; height: 1px; margin: 0; padding: 0px; background-color: #CCCCCC; text-align: center; }
#fa_menulist { display: none; position: absolute; list-style-type: none; margin: 0px; padding: 0px 10px; background-color: #FFFFFF; min-width: 175px; width: auto; border: 1px solid #333333; line-height: 32px; border-top: 0px solid #FFFFFF; z-index: 10000; }
#fa_menulist :link, #fa_menulist :visited { color: #00569C !important; }
#fa_toolbar_hidden { position: absolute; width: 30px; height: 30px; right: 0px; margin-top: -60px; background-color: #212B40; border-radius: 0px 0px 5px 5px; z-index: 20002; }
#fa_show { background-position: -240px 0px; }

#fa_toolbar #fa_right #fa_notifications #notif_unread { display: none; margin-left: 0.5em; }
#fa_toolbar #fa_right #fa_notifications.unread #notif_unread { display: inline; }
#fa_toolbar #fa_right #notif_list { font-size: 11px; display: none; position: absolute; list-style-type: none; margin: 0; padding: 0; background-color: #FFFFFF; border: 1px solid #333333; border-top: 0px solid #FFFFFF; z-index: 10000; }
#fa_toolbar #fa_right.notification #notif_list { display: block;; }
#fa_toolbar #fa_right #notif_list li { margin: 0; font-size: 1em; padding: 0 0.5em 0.5em; color: #333; line-height: 1.2em; display:block; }
#fa_toolbar #fa_right #notif_list li .contentText { float:left; width:27em; height: 2.4em; overflow: hidden; }
#fa_toolbar #fa_right #notif_list li .contentText a { color: #00569C !important; text-decoration: underline !important; vertical-align: baseline; /*max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */}
#fa_toolbar #fa_right #notif_list li:first-child { padding-top: 0.5em; }
#fa_toolbar #fa_right #notif_list li:first-child hr { display: none; }
#fa_toolbar #fa_right #notif_list li .content { width: 30em; /*height: 2.4em;*/ margin: 0; display: block; overflow: hidden; vertical-align: top; color: inherit !important; line-height: inherit !important; }
#fa_toolbar #fa_right #notif_list li a.delete { width: 22px; height: 2.4em; background: transparent url('http://www.illiweb.com/fa/i/toolbar/toolbar.png') no-repeat -274px 50%; float:right; }
#fa_toolbar #fa_right #notif_list li hr { margin: 0 0 0.5em 0; border: 0 solid #ccc; border-top-width: 1px; }
#fa_toolbar #fa_right #notif_list li.unread { font-weight: bold; background-color: #e5e5e5; }
#fa_toolbar #fa_right #notif_list li.see_all { color: #fff; background-color: #333; padding: 0.7em !important; text-align: right; }
#fa_toolbar #fa_right #notif_list li.see_all a { color: #fff; width:100%; }

#fa_toolbar #live_notif { width: 330px; position: absolute; }
#fa_toolbar #live_notif .fa_notification { background-color: #333; opacity: 0.8; border-radius: 5px; padding: 10px; }
#fa_toolbar #live_notif .fa_notification .content { padding-left: 40px; display: inline-block; background-image: url('http://www.illiweb.com/fa/notifications/notifications.png'); background-repeat: no-repeat; height: 32px; font-size : 11px; color : #fff; overflow : hidden }
#fa_toolbar #live_notif .fa_notification a { text-decoration: underline !important; vertical-align: baseline; /*max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */}

.fa_fix { position:fixed !important;position: absolute; /*ie6 and above*/top: 0;right: 0; }
#fa_toolbar .fa_hide { display: none !important; }
#fa_usermenu { position: absolute; left: 0px; width: 120px;  padding: 10px 20px 10px 10px; color: #333333; font-size: 12px; text-align: center; }
                    #fa_ranktitle { width: 120px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
                    #fa_ranktitle:hover { text-decoration: none !important; color: #333333; }
                    #fa_usermenu td { padding: 0px; margin-bottom: 5px; line-height: 15px; }
                    #fa_usermenu td.first { text-align: right; }
                    #fa_usermenu td.bold { font-weight:bold; text-align: left; }
                    #fa_usermenu img { max-width: 120px; max-height: 120px; }
                    #fa_menulist { padding-left: 150px; }

</style>
<!--[if lte IE 6]>
<style type="text/css">
/* http://msdn.microsoft.com/en-us/library/ms537634.aspx#Implement */
                    .fa_toolbar_XL_Sized { width: expression(document.documentElement.clientWidth ? (document.documentElement.clientWidth < 980 ? "980px": "100%") : (document.body.clientWidth < 980 ? "980px": "100%")); }
                    .fa_toolbar_L_Sized { width: expression(document.documentElement.clientWidth ? (document.documentElement.clientWidth < 774 ? "774px": "auto") : (document.body.clientWidth < 774 ? "774px": "auto")); }
                    .fa_toolbar_M_Sized { width: expression(document.documentElement.clientWidth ? (document.documentElement.clientWidth < 519 ? "519px": "auto") : (document.body.clientWidth < 519 ? "519px": "auto")); }
                    #fa_toolbar #fa_magnifier, #fa_toolbar #fa_fb, #fa_toolbar #fa_twitter, #fa_toolbar #fa_gp, #fa_toolbar #fa_mail, #fa_toolbar #fa_rss, #fa_toolbar #fa_hide, #fa_toolbar_hidden #fa_show { background-image: url('http://www.illiweb.com/fa/i/toolbar/toolbar.gif'); width: 30px; height: 30px; cursor: pointer; }
span.fa_tbMainElement, span.fa_tbMainElement a, #fa_show { zoom: 1; display: inline-block !important; line-height:30px; height: 30px; }
div.fa_tbMainElement, div.fa_tbMainElement a { zoom: 1; display: inline !important; line-height:30px; height: 30px; }
#fa_search #fa_textarea { margin-top: 1px; }
#fa_show { z-index:20002; }
#fa_menu { display: inline !important; height:30px; line-height:30px; }
#fa_menulist { width:175px; margin-top:30px; }
#fa_menulist li.fa_separator { font-size:1px; }
#fa_menu:hover :visited, #fa_right.notification #fa_notifications { color: #333333; background-color: #FFFFFF; }
#notif_list { margin-top:30px !important; }
.fa_fix { position:absolute !important; top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+"px") !important; z-index:10002; }
#fa_toolbar #live_notif { width: 330px; position: absolute; margin-top:30px; }
#fa_toolbar #fa_right #notif_list li { width:32em; }
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
.fa_tbMainElement, .fa_tbMainElement a, #fa_toolbar_hidden > #fa_show { zoom: 1; display: inline !important; }
                    #fa_search #fa_textarea { margin-top: 1px; }
                    #fa_right > div { zoom: 1; display: inline !important; }
                    #fa_menulist { width:175px !important; margin-top: 30px !important; margin-left: 1px !important; }
                    #fa_menulist li a { white-space: nowrap; }
                    #fa_menulist li.fa_separator { font-size: 1px; line-height: 1px; }
                    #fa_toolbar #fa_right #notif_list { margin-top: 30px !important; }
                    #fa_toolbar #live_notif { width: 330px; position: absolute; margin-top:30px; }
                    #fa_toolbar #fa_right #notif_list li { width:30em; }
                    #fa_toolbar #fa_right #notif_list li .contentText { height: 2.6em; }
</style>
<![endif]-->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.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" style="z-index: 10000 !important;">
      <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><tr><td>
    <center><div style="position: fixed; bottom: 0;z-index: 999!important;">
      <div class="image-trigger">
        <img src="http://image.noelshack.com/fichiers/2016/34/1471943823-fermer-copy.png" width="128px;"/>
     
      <div class="menubas">
        <div class="fond">
          <center><div class="iframe">
            <iframe src="/h12-menu-du-bas" style="border:0px # none;" name="menubas" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="200px" width="900px"></iframe></div>
          </center></div></div>
      </div> </div></center>
    </td></tr></table>
 



            <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 -->
                     
                  </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>

            <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
               <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>

            <div style="clear: both;"></div>
  <div style="height: 27px;"></div>
   <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
      <tr>
         <td class="bodyline"><center>
                          <div style="height: 20px;"></div>
            <!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <center><table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline3">
                  <tr>
                     <td align="left" valign="top" 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></center>
            </div>
            <!-- END switch_ticker_new -->

            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <center><table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline3">
                  <tr>
                     <td align="left" class="row1" valign="top">
                        <div id="fa_ticker_container">
                           <div id="fa_ticker">
                              <div class="fa_ticker_content">
                                 <!-- BEGIN ticker_row -->
                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                 <!-- END ticker_row -->
                              </div>
                           </div>
                        </div>
                     </td>
                  </tr>
                                          </table></center>
            </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 -->
Revenir en haut Aller en bas
https://tresplushabiles.forumactif.org/t5-v-2-images-pour-ana
Bad Teacher

Bad Teacher


Messages : 63
Date d'inscription : 29/07/2016

Templates version 1 Empty
MessageSujet: Re: Templates version 1   Templates version 1 EmptyJeu 8 Sep - 16:05

index_body

Code:
{JAVASCRIPT}
<center><!-- BEGIN message_admin_index -->
<table class="forumlinepa" width="100%" border="0" cellspacing="0" 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'" 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_header -->
  <div style="height: 40px;"></div>
  <div class="chatbox_bottom">
    <div class="forumlinecb">
      <div class="cbhaut"><img src="http://image.noelshack.com/fichiers/2016/34/1471902717-chatbxo2.png"></div>
    <center>{CHATBOX_TOP}</center>
      </div></div>
    <div style="height: 40px;"></div>
    <div class="slider"><iframe src="http://www.frat7yearslater.com/h26-slider-lapd-1" width="883px" height="175px" frameborder="none" scrolling="no"></iframe></div>
{BOARD_INDEX}
    <div style="margin-top: -27px;"></div>
    <span class="newnewmess">
      <a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a> // <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a> // <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a> // <!-- BEGIN switch_delete_cookies -->
      <span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
         
         <!-- END switch_delete_cookies -->
    </span>
    <div style="height: 12px;"></div>
            

<!-- 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"/>&nbsp;</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'" 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 -->
   
   
   
   

<center><div class="forumline">
  <div style="position: relative; border-radius: 20px; width: 883px; background: url('http://image.noelshack.com/fichiers/2016/32/1470690426-layer-149262.png') top center no-repeat; background-size: 883px; height: 450px;">
    <div class="qeel2">
      <span class="qeelstats">STATISTIQUES</span>
    <br><br>{TOTAL_POSTS}. {TOTAL_USERS}. {NEWEST_USER}.
          <br><br>
            {TOTAL_USERS_ONLINE}. {RECORD_USERS}.
            <br />
      <br />
      {LOGGED_IN_USER_LIST}
            </div>
    <div class="qeel3"><span class="qeelstats">CONNEXIONS</span>
      <br><br><table>{L_CONNECTED_MEMBERS}</table></div>
       
        <div class="qeel1">
     
          <div class="qg1"><img src="http://data.nimages.fr/transpaqeelxdo.png"><div>
            <span style="display: block; height: 20px;"></span><center><a href="http://le-kayak-broccoli.forumactif.org/g10-les-innocents" target="_blank">
              <span class="qeelt1" style="color: #54b8a4;">INNOCENT</span>
              <br><span class="qeelt2" style="color: #EDB91D; border-bottom: 2px solid #EDB91D;">WITNESSES</span>
                <span style="display: block; height: 5px;"></span><span class="qeelc1">TAUX DE SUSPICION: 0%<br>NE PEUVENT ÊTRE INCARCÉRÉS
                </spn></a></center></div></div>
           
          <div class="qg2"><img src="http://data.nimages.fr/transpaqeelxdo.png"><div>
            <span style="display: block; height: 20px;"></span><center><a href="http://le-kayak-broccoli.forumactif.org/g11-les-suspects" target="_blank">
              <span class="qeelt1" style="color: #62b6c9;">USUAL</span>
              <br><span class="qeelt2" style="color: #EB813B; border-bottom: 2px solid #EB813B;">SUSPECTS</span>
                <span style="display: block; height: 5px;"></span><span class="qeelc1">TAUX DE SUSPICION: 5–75%<br>POTENTIELS COUPABLES
                </spn></a></center></div></div>

            <div class="qg3"><img src="http://data.nimages.fr/transpaqeelxdo.png"><div>
            <span style="display: block; height: 20px;"></span><center><a href="http://le-kayak-broccoli.forumactif.org/g12-les-coupables" target="_blank">
              <span class="qeelt1" style="color: #57b9e0;">PRACTICALLY</span>
              <br><span class="qeelt2" style="color: #EB4949; border-bottom: 2px solid #EB4949;">GUILTY</span>
                <span style="display: block; height: 5px;"></span><span class="qeelc1">TAUX DE SUSPICION: 75%+<br>INCULPÉS PAR LA PRESSE
                </spn></a></center></div></div>
         
             
              <div class="qg4"><img src="http://data.nimages.fr/transpaqeelxdo.png"><div>
            <span style="display: block; height: 20px;"></span><center><a href="http://le-kayak-broccoli.forumactif.org/g15-la-press" target="_blank">
              <span class="qeelt1" style="color: #49cc94;">PRESS&</span>
                <br><span class="qeelt2" style="color: #B467E0; border-bottom: 2px solid #B467E0;">MEDIA</span>
                  <span style="display: block; height: 5px;"></span><span class="qeelc1">JOURNALISTES, REPORTERS,<br>PHOTOGRAPHES, ENQUÊTEURS...
                </spn></a></center></div></div>
               
                        <div class="qg5"><img src="http://data.nimages.fr/transpaqeelxdo.png"><div>
            <span style="display: block; height: 20px;"></span><center><a href="http://le-kayak-broccoli.forumactif.org/g13-la-loi" target="_blank">
              <span class="qeelt1" style="color: #fcd249;">LAW&</span>
                <br><span class="qeelt2" style="color: #3458C7; border-bottom: 2px solid #3458C7;">ORDER</span>
                <span style="display: block; height: 5px;"></span><span class="qeelc1">POLICIERS, AVOCATS,<br>JUGES, DÉTECTIVES...
                </spn></a></center></div></div>
         
                 
              <div class="qg6"><img src="http://data.nimages.fr/transpaqeelxdo.png"><div>
            <span style="display: block; height: 20px;"></span><center><a href="http://le-kayak-broccoli.forumactif.org/g14-la-recherche" target="_blank">
              <span class="qeelt1" style="color: #dc8f7e;">RESEARCH&</span>
                <br><span class="qeelt2" style="color: #22BD58; border-bottom: 2px solid #22BD58;">DEVELOPMENT</span>
                <span style="display: block; height: 5px;"></span><span class="qeelc1">SCIENTIFIQUES, PHARMACIENS,<br>TOXICOLOGUES, CHIMISTES...
                </spn></a></center></div></div>
               
            </div></div></center>
 
 
 
           
           
           
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->

<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script>
    FB.init({
      appId      : {switch_fb_index_login.FACEBOOK_APP_ID},
      cookie    : true,
      xfbml      : true,
      oauth      : true,
      version    : 'v2.3'
    });

  (function(d, s, id){
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) {return;}
    js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/en_US/sdk.js";
    fjs.parentNode.insertBefore(js, fjs);
  }(document, 'script', 'facebook-jssdk'));
  </script></center>
<!-- END switch_fb_index_login -->
Revenir en haut Aller en bas
https://tresplushabiles.forumactif.org
Bad Teacher

Bad Teacher


Messages : 63
Date d'inscription : 29/07/2016

Templates version 1 Empty
MessageSujet: Re: Templates version 1   Templates version 1 EmptyJeu 8 Sep - 16:06

index_box

Code:
<div style="height: 13px;"></div>
<center><span class="newnewmess"><a class="gensmall" href="{U_SEARCH_NEW}">NOUVEAUX MESSAGES</a> // <a class="gensmall" href="{U_SEARCH_SELF}">MES MESSAGES</a> // <a class="gensmall" href="{U_SEARCH_UNANSWERED}">MESSAGES SANS RÉPONSES</a> // <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a></span></center>
<div style="height: 12px;"></div>


<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
          <td colspan="4" nowrap="nowrap" width="100%" class="secondarytitle"><div class="cbhaut">{catrow.tablehead.L_FORUM}</div>
          <div style="height: 20px;"></div></td>
      
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">&nbsp;</td>
   </tr>

   <!-- END cathead -->

   <!-- BEGIN forumrow -->
   <tr><td colspan="4"><h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
         
          <table style="position: relative;"><tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="top">
         <img class="imagecat" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" valign="top" width="100%" height="160">

                        <div class="forumdesc">
                                  <div class="desc1"><span class="desc11">{catrow.forumrow.LAST_POST}</span>
                                    <span class="desc12">{catrow.forumrow.TOPICS} {L_TOPICS} // {catrow.forumrow.POSTS} {L_POSTS}</span>
                                  </div>
<div class="desc2">
  <span class="desc22">{catrow.forumrow.FORUM_DESC}</span></div></div>
      </td>
         
      <td class="row3 over" align="center" valign="top" height="160">
            <!-- BEGIN avatar -->
            <div style="width: 200px;"></div>
            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
            <!-- END avatar -->

            <div class="sousfo">
                                  <span class="gensmall">
   {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                                  </span></div>
   
      </td>
          </tr>
            <tr><td colspan="4"><div style="height: 8px;"></div></td></tr></table></td></tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
<tr><td colspan="4"><div style="height: 15px;"></div></td></tr>
</table><div style="height: 35px;"></div><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Revenir en haut Aller en bas
https://tresplushabiles.forumactif.org
Contenu sponsorisé





Templates version 1 Empty
MessageSujet: Re: Templates version 1   Templates version 1 Empty

Revenir en haut Aller en bas
 
Templates version 1
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Très plus habiles :: test2 :: L'usine de chinois-
Sauter vers: