Advertisement
Igneous93

Skin01 overall header

Nov 15th, 2018
919
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <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}>
  3. <head>
  4. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Arimo:400,400i,700,700i" rel="stylesheet">
  5. <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  6. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  7. <meta http-equiv="content-script-type" content="text/javascript" />
  8. <meta http-equiv="content-style-type" content="text/css" />
  9. <!-- BEGIN switch_compat_meta -->
  10. <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  11. <!-- END switch_compat_meta -->
  12. <!-- BEGIN switch_canonical_url -->
  13. <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  14. <!-- END switch_canonical_url -->
  15. {META_FAVICO}
  16. {META}
  17. {META_FB_LIKE}
  18. <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  19. {T_HEAD_STYLESHEET}
  20. {CSS}
  21. <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  22. <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  23. <script src="{JQUERY_PATH}" type="text/javascript"></script>
  24. <!-- BEGIN switch_recent_jquery -->
  25. <script src="{JS_DIR}jquery1.9/jquery-migrate-1.4.1.js" type="text/javascript"></script>
  26. <script src="{JQUERY_DIR}browser/v1.0/jquery.browser.min.js" type="text/javascript"></script>
  27. <script src="{JQUERY_DIR}support/jquery.support.js" type="text/javascript"></script>
  28. <!-- END switch_recent_jquery -->
  29. <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  30. {RICH_SNIPPET_GOOGLE}
  31.  
  32. <!-- BEGIN switch_fb_login -->
  33. <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  34. <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  35. <!-- END switch_fb_login -->
  36.  
  37. <!-- BEGIN switch_ticker -->
  38. <link type="text/css" rel="stylesheet" href="{JQUERY_DIR}ticker/ticker.css" />
  39. <script src="{JQUERY_DIR}ticker/ticker.js" type="text/javascript"></script>
  40. <!-- END switch_ticker -->
  41.  
  42. <!-- BEGIN switch_ticker_new -->
  43. <script src="{JQUERY_DIR}jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  44. <script type="text/javascript">//<![CDATA[
  45. /* Definir le sens de direction en fonction du panneau admin */
  46. var tickerDirParam = "{switch_ticker.DIRECTION}";
  47. var slid_vert = false;
  48. var auto_dir = 'next';
  49. var h_perso = parseInt({switch_ticker.HEIGHT});
  50.  
  51. switch( tickerDirParam )
  52. {
  53. case 'top' :
  54. slid_vert = true;
  55. break;
  56.  
  57. case 'left':
  58. break;
  59.  
  60. case 'bottom':
  61. slid_vert = true;
  62. auto_dir = 'prev';
  63. break;
  64.  
  65. case 'right':
  66. auto_dir = 'prev';
  67. break;
  68.  
  69. default:
  70. slid_vert = true;
  71. }
  72.  
  73. $(document).ready(function() {
  74.  
  75. $('#fa_ticker_content').css('display','block');
  76.  
  77. var width_max = $('ul#fa_ticker_content').width();
  78. var width_item = Math.floor(width_max / {switch_ticker.SIZE});
  79.  
  80. if (width_max > 0)
  81. {
  82. $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
  83. if ($(this).width() > width_item)
  84. {
  85. var ratio = $(this).width() / width_item;
  86. var new_height = Math.round($(this).height() / ratio);
  87. $(this).height(new_height).width(width_item);
  88. }
  89. });
  90.  
  91. if (slid_vert)
  92. {
  93. var height_max = h_perso;
  94.  
  95. $('ul#fa_ticker_content li').each( function () {
  96. if ($(this).height() > height_max)
  97. {
  98. height_max = $(this).height();
  99. }
  100. } );
  101.  
  102. $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
  103. $('ul#fa_ticker_content li').height(height_max);
  104. }
  105.  
  106.  
  107. $('#fa_ticker_content').jcarousel({
  108. vertical: slid_vert,
  109. wrap: 'circular',
  110. auto: {switch_ticker.STOP_TIME},
  111. auto_direction: auto_dir,
  112. scroll: 1,
  113. size: {switch_ticker.SIZE},
  114. height_max: height_max,
  115. animation: {switch_ticker.SPEED}
  116. });
  117. }
  118. else
  119. {
  120. $('ul#fa_ticker_content li:not(:first)').css('display','none');
  121. $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
  122. }
  123. });
  124. //]]>
  125. </script>
  126. <!-- END switch_ticker_new -->
  127.  
  128. <script type="text/javascript">//<![CDATA[
  129. $(document).ready(function(){
  130. <!-- BEGIN switch_enable_pm_popup -->
  131. pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
  132. if(pm != null) { pm.focus(); }
  133. <!-- END switch_enable_pm_popup -->
  134. <!-- BEGIN switch_report_popup -->
  135. 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}');
  136. if(report != null) { report.focus(); }
  137. <!-- END switch_report_popup -->
  138. <!-- BEGIN switch_ticker -->
  139. $(document).ready(function() {
  140. Ticker.start({
  141. height : {switch_ticker.HEIGHT},
  142. spacing : {switch_ticker.SPACING},
  143. speed : {switch_ticker.SPEED},
  144. direction : '{switch_ticker.DIRECTION}',
  145. pause : {switch_ticker.STOP_TIME}
  146. });
  147. });
  148. <!-- END switch_ticker -->
  149. });
  150.  
  151. <!-- BEGIN switch_login_popup -->
  152. var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
  153. <!-- END switch_login_popup -->
  154.  
  155. <!-- BEGIN switch_login_popup -->
  156. $(document).ready( function() {
  157. $(window).resize(function() {
  158. var windowWidth = document.documentElement.clientWidth;
  159. var popupWidth = $("#login_popup").width();
  160. var mypopup = $("#login_popup");
  161.  
  162. $("#login_popup").css({
  163. "left": windowWidth/2 - popupWidth/2
  164. });
  165. });
  166. });
  167. <!-- END switch_login_popup -->
  168. //]]>
  169. </script>
  170. {GREETING_POPUP}
  171. <style type="text/css">
  172. #page-footer, div.navbar, div.navbar ul.linklist {
  173. display: block !important;
  174. }
  175. ul.linklist li.rightside, ul.linklist li.rightside a.copyright {
  176. display: inline !important;
  177. }
  178.  
  179. <!-- BEGIN switch_ticker_new -->
  180. .jcarousel-skin-tango .jcarousel-item {
  181. text-align:center;
  182. width: 10px;
  183. }
  184.  
  185. .jcarousel-skin-tango .jcarousel-item-horizontal {
  186. margin-right: {switch_ticker.SPACING}px;
  187. }
  188.  
  189. .jcarousel-skin-tango .jcarousel-item-vertical {
  190. margin-bottom: {switch_ticker.SPACING}px;
  191. }
  192. <!-- END switch_ticker_new -->
  193. </style>
  194. {HOSTING_JS}
  195. <!-- BEGIN google_analytics_code -->
  196. <script type="text/javascript">
  197. //<![CDATA[
  198. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  199. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  200. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  201. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  202.  
  203. ga('create', '{G_ANALYTICS_ID}', 'auto');
  204. ga('send', 'pageview');
  205. ga('set', 'anonymizeIp', true);
  206.  
  207. <!-- BEGIN google_analytics_code_bis -->
  208. ga('create', '{G_ANALYTICS_ID_BIS}', 'auto', 'bis');
  209. ga('bis.send', 'pageview');
  210. ga('bis.set', 'anonymizeIp', true);
  211. <!-- END google_analytics_code_bis -->
  212. //]]>
  213. </script>
  214. <!-- END google_analytics_code -->
  215. </head>
  216.  
  217. <body id="phpbb">
  218. <!-- BEGIN hitskin_preview -->
  219. <div id="hitskin_preview" style="display: block;">
  220. <h1><img src="https://illiweb.com/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
  221. <div class="content">
  222. <p>
  223. {hitskin_preview.L_THEME_SITE_PREVIEW}
  224. <br />
  225. <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
  226. </p>
  227.  
  228. </div>
  229. </div>
  230. <!-- END hitskin_preview -->
  231.  
  232. <!-- BEGIN switch_login_popup -->
  233. <div id="login_popup" style="z-index: 10000 !important;">
  234. <div class="h3">{SITENAME}</div>
  235. {LOGIN_POPUP_MSG}
  236. <div id="login_popup_buttons">
  237. <form action="{S_LOGIN_ACTION}" method="get">
  238. <input type="submit" class="button1" value="{L_LOGIN}" />
  239. <input type="button" class="button1" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
  240. <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
  241. </form>
  242. </div>
  243. </div>
  244. <!-- END switch_login_popup -->
  245.  
  246. <div class="conteneur_minwidth_IE">
  247. <div class="conteneur_layout_IE">
  248. <div class="conteneur_container_IE">
  249. <div id="wrap">
  250. <a id="top" name="top" accesskey="t"></a>
  251. {JAVASCRIPT}
  252.  
  253. <div id="page-header">
  254. <div class="headerbar">
  255. <div class="inner"><span class="corners-top"><span></span></span>
  256.  
  257. <div id="logo-desc">
  258. <a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
  259. <!-- BEGIN switch_h1 -->
  260. <div id="site-title">{switch_h1.MAIN_SITENAME}</div>
  261. <!-- END switch_h1 -->
  262. <!-- BEGIN switch_desc -->
  263. <p>{switch_desc.SITE_DESCRIPTION}</p>
  264. <!-- END switch_desc -->
  265. </div>
  266.  
  267. <span class="corners-bottom"><span></span></span></div>
  268. </div>
  269.  
  270. <div class="navbar">
  271. <div class="inner"><span class="corners-top"><span></span></span>
  272.  
  273. <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
  274. <li>{GENERATED_NAV_BAR}</li>
  275. </ul>
  276.  
  277. <!-- BEGIN switch_search_box -->
  278. <div id="search-box">
  279. <form method="get" action="{ACTION_SEARCH}" id="search">
  280. <p class="nomargin"><input type="text" name="search_keywords" id="keywords" maxlength="128" class="inputbox search" value="{L_SEARCH}..." onclick="if (this.value == '{L_SEARCH}...') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}...';" />
  281. {JS_SESSION_ID_INPUT}
  282. <input class="button2" type="submit" value="{L_SEARCH}" /></p>
  283. </form>
  284. </div>
  285. <!-- END switch_search_box -->
  286.  
  287. <span class="corners-bottom"><span></span></span></div>
  288. </div>
  289.  
  290. <!-- BEGIN switch_ticker_new -->
  291. <div id="fa_ticker_blockD" style="margin-top:4px;">
  292. <div class="module">
  293. <div class="inner">
  294. <span class="corners-top"><span></span></span>
  295. <div id="fa_ticker_container">
  296. <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none">
  297. <!-- BEGIN ticker_row -->
  298. <li>{switch_ticker.ticker_row.ELEMENT}</li>
  299. <!-- END ticker_row -->
  300. </ul>
  301. </div>
  302. <span class="corners-bottom"><span></span></span>
  303. </div>
  304. </div>
  305. </div>
  306. <!-- END switch_ticker_new -->
  307.  
  308. <!-- BEGIN switch_ticker -->
  309. <div id="fa_ticker_block" style="margin-top:4px;">
  310. <div class="module">
  311. <div class="inner">
  312. <span class="corners-top"><span></span></span>
  313. <div id="fa_ticker_container">
  314. <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  315. <div class="fa_ticker_content">
  316. <!-- BEGIN ticker_row -->
  317. <div>{switch_ticker.ticker_row.ELEMENT}</div>
  318. <!-- END ticker_row -->
  319. </div>
  320. </div>
  321. </div>
  322. <span class="corners-bottom"><span></span></span>
  323. </div>
  324. </div>
  325. </div>
  326. <!-- END switch_ticker -->
  327. </div>
  328.  
  329. <div id="page-body">
  330.  
  331. <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  332. <div id="outer-wrapper">
  333. <div id="wrapper">
  334. <div id="container">
  335. <div id="content">
  336.  
  337. <div id="{ID_LEFT}">
  338. <!-- BEGIN giefmod_index1 -->
  339. {giefmod_index1.MODVAR}
  340. <!-- BEGIN saut -->
  341. <div style="height:{SPACE_ROW}px"></div>
  342. <!-- END saut -->
  343. <!-- END giefmod_index1 -->
  344. </div>
  345.  
  346. <div id="main">
  347. <div id="main-content">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement