Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.00 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}"
  4. xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
  5. <head>
  6. <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  7. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}"/>
  8. <meta http-equiv="content-script-type" content="text/javascript"/>
  9. <meta http-equiv="content-style-type" content="text/css"/>
  10. <!-- BEGIN switch_compat_meta -->
  11. <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}"/>
  12. <!-- END switch_compat_meta -->
  13. <!-- BEGIN switch_canonical_url -->
  14. <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}"/>
  15. <!-- END switch_canonical_url -->
  16. {META_FAVICO}
  17. {META}
  18. {META_FB_LIKE}
  19. <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}"/>
  20. {T_HEAD_STYLESHEET}
  21. {CSS}
  22. <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}"/>
  23. <link rel="search" type="application/opensearchdescription+xml"
  24. href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}"/>
  25. <script src="{JQUERY_PATH}" type="text/javascript"></script>
  26. <!-- BEGIN switch_recent_jquery -->
  27. <script src="{JS_DIR}jquery1.9/jquery-migrate-1.4.1.js" type="text/javascript"></script>
  28. <script src="{JQUERY_DIR}browser/v1.0/jquery.browser.min.js" type="text/javascript"></script>
  29. <script src="{JQUERY_DIR}support/jquery.support.js" type="text/javascript"></script>
  30. <!-- END switch_recent_jquery -->
  31. <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  32. {RICH_SNIPPET_GOOGLE}
  33.  
  34. <!-- BEGIN switch_fb_login -->
  35. <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  36. <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  37. <!-- END switch_fb_login -->
  38.  
  39. <!-- BEGIN switch_ticker -->
  40. <link type="text/css" rel="stylesheet" href="{JQUERY_DIR}ticker/ticker.css"/>
  41. <script src="{JQUERY_DIR}ticker/ticker.js" type="text/javascript"></script>
  42. <!-- END switch_ticker -->
  43.  
  44. <!-- BEGIN switch_ticker_new -->
  45. <script src="{JQUERY_DIR}jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  46. <script type="text/javascript">//<![CDATA[
  47. /* Definir le sens de direction en fonction du panneau admin */
  48. var tickerDirParam = "{switch_ticker.DIRECTION}";
  49. var slid_vert = false;
  50. var auto_dir = 'next';
  51. var h_perso = parseInt({switch_ticker.HEIGHT});
  52.  
  53. switch (tickerDirParam) {
  54. case 'top' :
  55. slid_vert = true;
  56. break;
  57.  
  58. case 'left':
  59. break;
  60.  
  61. case 'bottom':
  62. slid_vert = true;
  63. auto_dir = 'prev';
  64. break;
  65.  
  66. case 'right':
  67. auto_dir = 'prev';
  68. break;
  69.  
  70. default:
  71. slid_vert = true;
  72. }
  73.  
  74. $(document).ready(function () {
  75.  
  76. $('#fa_ticker_content').css('display', 'block');
  77.  
  78. var width_max = $('ul#fa_ticker_content').width();
  79. var width_item = Math.floor(width_max / {switch_ticker.SIZE});
  80.  
  81. if (width_max > 0) {
  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. var ratio = $(this).width() / width_item;
  85. var new_height = Math.round($(this).height() / ratio);
  86. $(this).height(new_height).width(width_item);
  87. }
  88. });
  89.  
  90. if (slid_vert) {
  91. var height_max = h_perso;
  92.  
  93. $('ul#fa_ticker_content li').each(function () {
  94. if ($(this).height() > height_max) {
  95. height_max = $(this).height();
  96. }
  97. });
  98.  
  99. $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft', 'auto').css('marginRight', 'auto');
  100. $('ul#fa_ticker_content li').height(height_max);
  101. }
  102.  
  103.  
  104. $('#fa_ticker_content').jcarousel({
  105. vertical: slid_vert,
  106. wrap: 'circular',
  107. auto: {switch_ticker.STOP_TIME},
  108. auto_direction: auto_dir,
  109. scroll: 1,
  110. size: {switch_ticker.SIZE},
  111. height_max: height_max,
  112. animation: {switch_ticker.SPEED}
  113. });
  114. } else {
  115. $('ul#fa_ticker_content li:not(:first)').css('display', 'none');
  116. $('ul#fa_ticker_content li:first').css('list-style', 'none').css('text-align', 'center');
  117. }
  118. });
  119. //]]>
  120. </script>
  121. <!-- END switch_ticker_new -->
  122.  
  123. <script type="text/javascript">//<![CDATA[
  124. $(document).ready(function () {
  125. <!-- BEGIN switch_enable_pm_popup -->
  126. pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
  127. if (pm != null) {
  128. pm.focus();
  129. }
  130. <!-- END switch_enable_pm_popup -->
  131. <!-- BEGIN switch_report_popup -->
  132. 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}');
  133. if (report != null) {
  134. report.focus();
  135. }
  136. <!-- END switch_report_popup -->
  137. <!-- BEGIN switch_ticker -->
  138. $(document).ready(function () {
  139. Ticker.start({
  140. height: {switch_ticker.HEIGHT},
  141. spacing: {switch_ticker.SPACING},
  142. speed: {switch_ticker.SPEED},
  143. direction: '{switch_ticker.DIRECTION}',
  144. pause: {switch_ticker.STOP_TIME}
  145. });
  146. });
  147. <!-- END switch_ticker -->
  148. });
  149.  
  150. <!-- BEGIN switch_login_popup -->
  151. var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH},
  152. 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.  
  176. ul.linklist li.rightside, ul.linklist li.rightside a.copyright {
  177. display: inline !important;
  178. }
  179.  
  180. <!--
  181. BEGIN switch_ticker_new
  182.  
  183. -->
  184. .jcarousel-skin-tango .jcarousel-item {
  185. text-align: center;
  186. width: 10px;
  187. }
  188.  
  189. .jcarousel-skin-tango .jcarousel-item-horizontal {
  190. margin-right: {switch_ticker.SPACING}px;
  191. }
  192.  
  193. .jcarousel-skin-tango .jcarousel-item-vertical {
  194. margin-bottom: {switch_ticker.SPACING}px;
  195. }
  196.  
  197. <!--
  198. END switch_ticker_new
  199.  
  200. -->
  201. </style>
  202. {HOSTING_JS}
  203. <!-- BEGIN google_analytics_code -->
  204. <script type="text/javascript">
  205. //<![CDATA[
  206. (function (i, s, o, g, r, a, m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  207. (i[r].q=i[r].q||[]).push(arguments)}, i[r].l = 1 * new Date();
  208. a = s.createElement(o),
  209. m = s.getElementsByTagName(o)[0];
  210. a.async = 1;
  211. a.src = g;
  212. m.parentNode.insertBefore(a, m)
  213. })
  214. (window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  215.  
  216. ga('create', '{G_ANALYTICS_ID}', 'auto');
  217. ga('send', 'pageview');
  218. ga('set', 'anonymizeIp', true);
  219.  
  220. <!-- BEGIN google_analytics_code_bis -->
  221. ga('create', '{G_ANALYTICS_ID_BIS}', 'auto', 'bis');
  222. ga('bis.send', 'pageview');
  223. ga('bis.set', 'anonymizeIp', true);
  224. <!-- END google_analytics_code_bis -->
  225. //]]>
  226.  
  227. </script>
  228. <!-- END google_analytics_code -->
  229. </head>
  230.  
  231. <body id="phpbb">
  232. <!-- BEGIN hitskin_preview -->
  233. <div id="hitskin_preview" style="display: block;">
  234. <h1><img src="https://illiweb.com/fa/hitskin/hitskin_logo.png" alt=""/> <em>Hit</em>skin.com</h1>
  235. <div class="content">
  236. <p>
  237. {hitskin_preview.L_THEME_SITE_PREVIEW}
  238. <br/>
  239. <span>{hitskin_preview.U_INSTALL_THEME}<a
  240. href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
  241. </p>
  242.  
  243. </div>
  244. </div>
  245. <!-- END hitskin_preview -->
  246.  
  247. <!-- BEGIN switch_login_popup -->
  248. <div id="login_popup" style="z-index: 10000 !important;">
  249. <div class="h3">{SITENAME}</div>
  250. {LOGIN_POPUP_MSG}
  251. <div id="login_popup_buttons">
  252. <form action="{S_LOGIN_ACTION}" method="get">
  253. <input type="submit" class="button1" value="{L_LOGIN}"/>
  254. <input type="button" class="button1" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';"/>
  255. <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}"/>
  256. </form>
  257. </div>
  258. </div>
  259. <!-- END switch_login_popup -->
  260.  
  261. <div class="conteneur_minwidth_IE">
  262. <div class="conteneur_layout_IE">
  263. <div class="conteneur_container_IE">
  264. <div id="wrap">
  265. <a id="top" name="top" accesskey="t"></a>
  266. {JAVASCRIPT}
  267.  
  268. <div id="page-header">
  269. <div class="headerbar">
  270. <div class="inner"><span class="corners-top"><span></span></span>
  271.  
  272. <div id="logo-desc">
  273. <a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}"/></a>
  274.  
  275. <div class="temp-geral">
  276. <div class="temp-links">
  277. <a href="/" title="Livro"><i class="fas fa-book"></i></a>
  278. <a href="/" title="Discord"><i class="fab fa-discord"></i></a>
  279. <a href="/" title="Regras"><i class="fas fa-file-alt"></i></a>
  280. <a href="/" title="Ficha"><i class="fas fa-id-card"></i></a>
  281. <a href="/" title="Database"><i class="fas fa-list-alt"></i></a>
  282. <a href="/" title="Criação"><i class="fas fa-project-diagram"></i></a>
  283. <a href="/" title="Atualizações"><i class="fas fa-chart-bar"></i></a>
  284. <a href="/" title="Amegakure"><i class="fas fa-map-marked-alt"></i></a>
  285. </div>
  286.  
  287. <div class="temp-texto">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
  288.  
  289. <div class="temp-staff">
  290. <a href="/" title="Takashi"><div class="staff" style="background-image: url(https://i.imgur.com/QMM8eYR.png)"></div></a>
  291. <a href="/" title="Kotarô"><div class="staff" style="background-image: url(https://i.imgur.com/QMM8eYR.png)"></div></a>
  292. <a href="/" title="Bluesday"><div class="staff" style="background-image: url(https://i.imgur.com/QMM8eYR.png)"></div></a>
  293. <a href="/" title="Shadowless"><div class="staff" style="background-image: url(https://i.imgur.com/QMM8eYR.png)"></div></a>
  294. <a href="/" title="Haru"><div class="staff" style="background-image: url(https://i.imgur.com/QMM8eYR.png)"></div></a>
  295. </div>
  296.  
  297. <div id="tab-cont"><a href="#"><img src="https://i.servimg.com/u/f87/19/73/16/44/att10.png"></a>
  298.  
  299. <div id="comments_scroll_div"><div class="marquee" data-direction="up" data-duration="8000" data-pauseonhover="true" style="overflow:hidden;height:600px;"><div class="js-marquee-wrapper" style="margin-top: 600px; animation: 18.5733s linear 1s infinite normal none running marqueeAnimation-3506385;"><div class="js-marquee" style="margin-right: 0px; float: none; margin-bottom: 0px;">
  300. </div>
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305. </div>
  306. </div>
  307.  
  308. <span class="corners-bottom"><span></span></span></div>
  309. </div>
  310.  
  311. <div class="navbar">
  312. <div class="inner"><span class="corners-top"><span></span></span>
  313.  
  314. <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
  315. <li>{GENERATED_NAV_BAR}</li>
  316. </ul>
  317.  
  318. <!-- BEGIN switch_search_box -->
  319. <div id="search-box">
  320. <form method="get" action="{ACTION_SEARCH}" id="search">
  321. <p class="nomargin"><input type="text" name="search_keywords" id="keywords"
  322. maxlength="128" class="inputbox search"
  323. value="{L_SEARCH}..."
  324. onclick="if (this.value == '{L_SEARCH}...') this.value = '';"
  325. onblur="if (this.value == '') this.value = '{L_SEARCH}...';"/>
  326. {JS_SESSION_ID_INPUT}
  327. <input class="button2" type="submit" value="{L_SEARCH}"/></p>
  328. </form>
  329. </div>
  330. <!-- END switch_search_box -->
  331.  
  332. <span class="corners-bottom"><span></span></span></div>
  333. </div>
  334.  
  335. <!-- BEGIN switch_ticker_new -->
  336. <div id="fa_ticker_blockD" style="margin-top:4px;">
  337. <div class="module">
  338. <div class="inner">
  339. <span class="corners-top"><span></span></span>
  340. <div id="fa_ticker_container">
  341. <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none">
  342. <!-- BEGIN ticker_row -->
  343. <li>{switch_ticker.ticker_row.ELEMENT}</li>
  344. <!-- END ticker_row -->
  345. </ul>
  346. </div>
  347. <span class="corners-bottom"><span></span></span>
  348. </div>
  349. </div>
  350. </div>
  351. <!-- END switch_ticker_new -->
  352.  
  353. <!-- BEGIN switch_ticker -->
  354. <div id="fa_ticker_block" style="margin-top:4px;">
  355. <div class="module">
  356. <div class="inner">
  357. <span class="corners-top"><span></span></span>
  358. <div id="fa_ticker_container">
  359. <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  360. <div class="fa_ticker_content">
  361. <!-- BEGIN ticker_row -->
  362. <div>{switch_ticker.ticker_row.ELEMENT}</div>
  363. <!-- END ticker_row -->
  364. </div>
  365. </div>
  366. </div>
  367. <span class="corners-bottom"><span></span></span>
  368. </div>
  369. </div>
  370. </div>
  371. <!-- END switch_ticker -->
  372. </div>
  373.  
  374. <div id="page-body">
  375.  
  376. <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  377. <div id="outer-wrapper">
  378. <div id="wrapper">
  379. <div id="container">
  380. <div id="content">
  381.  
  382. <div id="{ID_LEFT}">
  383. <!-- BEGIN giefmod_index1 -->
  384. {giefmod_index1.MODVAR}
  385. <!-- BEGIN saut -->
  386. <div style="height:{SPACE_ROW}px"></div>
  387. <!-- END saut -->
  388. <!-- END giefmod_index1 -->
  389. </div>
  390.  
  391. <div id="main">
  392. <div id="main-content">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement