Advertisement
Millie-non

overall_footer_end (Spring Days -- Peaceful -- Stardust)

Dec 4th, 2020 (edited)
1,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. <!-- BEGIN html_validation -->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <body>
  5. <div>
  6. <div>
  7. <div>
  8. <div>
  9. <div>
  10. <div>
  11. <div>
  12. <ul>
  13. <li>
  14. <!-- END html_validation -->
  15. </li>
  16. </ul>
  17. <!-- BEGIN switch_footer_links -->
  18. <ul class="linklist clearfix">
  19. <li class="rightside">
  20. <!-- BEGIN footer_link -->
  21. <!-- BEGIN switch_separator -->&nbsp;|&nbsp;<!-- END switch_separator -->
  22. {switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
  23. <!-- END footer_link -->
  24. </li>
  25. </ul>
  26. <!-- END switch_footer_links -->
  27. <span class="corners-bottom"><span></span></span>
  28. </div>
  29. </div>
  30. <p class="copyright">
  31. <strong>{ADMIN_LINK}</strong>
  32. </p>
  33. <div class="ac-afiliadosfooter"></div>
  34. </div>
  35. {PROTECT_FOOTER}
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40.  
  41. <!-- BEGIN switch_facebook_login -->
  42. <div id="fb-root"></div>
  43. <script type="text/javascript">
  44. $(document).ready( function() {
  45. $('div.fb-login-button, span.fb-login-button').attr({
  46. "data-scope": "{switch_facebook_login.FB_SCOPE}",
  47. "data-max-rows": "{switch_facebook_login.FB_MAX_ROWS}",
  48. "data-size": "{switch_facebook_login.FB_BUTTON_SIZE}",
  49. "data-show-faces": "{switch_facebook_login.FB_SHOW_FACES}",
  50. "data-auto-logout-link": "{switch_facebook_login.FB_AUTO_LOGOUT}"
  51. });
  52. $('div.fb-login-button, span.fb-login-button').each(function() {
  53. if(typeof $(this).attr('onlogin') == typeof undefined || $(this).attr('onlogin') === false) {
  54. $(this).attr('onlogin', '{switch_facebook_login.FB_ONLOGIN}');
  55. }
  56. if($(this).html() == '') {
  57. $(this).html('{switch_facebook_login.FB_LABEL}');
  58. }
  59. });
  60.  
  61. FB.init({
  62. appId : "{switch_facebook_login.FB_APP_ID}",
  63. cookie : {switch_facebook_login.FB_COOKIE},
  64. xfbml : {switch_facebook_login.FB_XFBML},
  65. oauth : {switch_facebook_login.FB_OAUTH},
  66. version : '{switch_facebook_login.FB_VERSION}'
  67. });
  68.  
  69. (function(d, s, id){
  70. var js, fjs = d.getElementsByTagName(s)[0];
  71. if (d.getElementById(id)) {return;}
  72. js = d.createElement(s); js.id = id;
  73. js.src = "//connect.facebook.net/{switch_facebook_login.FB_LOCAL}/sdk.js";
  74. fjs.parentNode.insertBefore(js, fjs);
  75. }(document, 'script', 'facebook-jssdk'));
  76. });
  77. function onLoginFB() {
  78. window.location.replace('{switch_facebook_login.FB_ONLOGIN_URL}')
  79. }
  80. </script>
  81. <!-- END switch_facebook_login -->
  82. <!-- BEGIN switch_topicit_connect -->
  83. <script type="text/javascript">
  84. $(document).ready( function() {
  85. $('div.ti-connect').attr({
  86. 'data-loc' : '{switch_topicit_connect.TOPICIT_URL}',
  87. 'data-login' : '{switch_topicit_connect.BOARD_LOGIN}',
  88. 'data-version' : '{switch_topicit_connect.TOPICIT_VERSION}',
  89. 'data-lang' : '{switch_topicit_connect.BOARD_LANG}'
  90. });
  91.  
  92. (function(d, s, id) {
  93. var js, fjs = d.getElementsByTagName(s)[0];
  94. if (d.getElementById(id)) return;
  95. js = d.createElement(s); js.id = id;
  96. js.src = "{switch_topicit_connect.TOPICIT_ENDPOINT}";
  97. fjs.parentNode.insertBefore(js, fjs);
  98. }(document, 'script', 'topicit-connect'));
  99. });
  100. </script>
  101. <!-- END switch_topicit_connect -->
  102. <script type="text/javascript">
  103. //<![CDATA[
  104. fa_endpage();
  105. //]]>
  106. </script>
  107. </body>
  108. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement