Advertisement
Guest User

overall_footer_end

a guest
Aug 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 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. <ul>
  12. <li>
  13. <!-- END html_validation -->
  14. </li>
  15. </ul>
  16. <!-- BEGIN switch_footer_links -->
  17. <ul>
  18. <li>
  19. <!-- BEGIN footer_link -->
  20. <!-- BEGIN switch_separator -->&nbsp;|&nbsp;<!-- END switch_separator -->
  21. {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>
  22. <!-- END footer_link -->
  23. </li>
  24. </ul>
  25. <!-- END switch_footer_links -->
  26. </div>
  27. <br />
  28. <p class="center">
  29. <strong>{ADMIN_LINK}</strong>
  30. </p>
  31. </div>
  32. {PROTECT_FOOTER}
  33. </div>
  34. </div>
  35. </div>
  36. </div>
  37. <!-- BEGIN switch_facebook_login -->
  38. <div id="fb-root"></div>
  39. <script type="text/javascript">
  40. //<![CDATA[
  41. FB.init({
  42. appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
  43. status: true,
  44. cookie: true,
  45. xfbml: true,
  46. oauth: true
  47. });
  48. //]]>
  49. </script>
  50. <!-- END switch_facebook_login -->
  51.  
  52. <!-- BEGIN switch_facebook_logout_TMP -->
  53. <script type="text/javascript">
  54. //<![CDATA[
  55. FB.Event.subscribe('auth.logout', function(response) {
  56. if ($('a#logout'))
  57. {
  58. var lien_redir = $('a#logout').attr('href');
  59.  
  60. if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
  61. {
  62. document.location.href = 'https://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
  63. }
  64. }
  65. });
  66.  
  67. $(document).ready( function() {
  68. $('a#logout').click( function() {
  69. FB.logout();
  70. } );
  71. } );
  72. //]]>
  73. </script>
  74. <!-- END switch_facebook_logout_TMP -->
  75.  
  76. <script type="text/javascript">
  77. //<![CDATA[
  78. fa_endpage();
  79. //]]>
  80. </script>
  81.  
  82. </body>
  83. </html>
  84. <style>
  85. #footer_utilities{
  86. padding:12px;
  87. position:relative;
  88. background:url("http://www.ipbfocus.com/skindemo/public/style_images/dispersion/trans60.png") repeat;
  89. background-image:-moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.65) 100%);
  90. background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.65)));
  91. background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  92. background-image:-o-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  93. background-image:-ms-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  94. background-image:linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.65) 100%);
  95. border:1px
  96. solid #111;
  97. border:1px
  98. solid rgba(0,0,0,0.5);
  99. color:#ddd;
  100. -webkit-box-shadow:rgba(0,0,0,0.45) 0px 1px 5px;
  101. -moz-box-shadow:rgba(0,0,0,0.45) 0px 1px 5px;
  102. box-shadow:rgba(0,0,0,0.45) 0px 1px 5px;
  103. text-shadow:rgba(0,0,0,0.6) 0px -1px 0px;
  104. -moz-border-radius:3px;
  105. -webkit-border-radius:3px;
  106. border-radius:3px
  107. }
  108.  
  109. #footer_utilities, #footer_utilities a{
  110. color:#fff
  111. }
  112.  
  113. #footer_utilities .ipbmenu_content a{
  114. color:#333;
  115. text-shadow:none
  116. }
  117.  
  118. #footer_utilities .ipsList_inline{
  119. margin-top:3px;
  120. clear:left;
  121. float:left
  122. }
  123.  
  124. #footer_utilities .ipsList_inline>li{
  125. margin:0
  126. }
  127.  
  128. #footer_utilities .ipsList_inline>li>a{
  129. margin-right:0px;
  130. padding:4px 10px;
  131. display:inline-block
  132. }
  133.  
  134. #footer_utilities a.menu_active{
  135. background:url('http://www.ipbfocus.com/skindemo/public/style_images/dispersion/trans30.png') repeat;
  136. background:rgba(0,0,0,0.3);
  137. color:#fff;
  138. text-shadow:rgba(0,0,0,0.3) 0px -1px 0px;
  139. -moz-border-radius:10px;
  140. -webkit-border-radius:10px;
  141. border-radius:10px;
  142. -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
  143. -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
  144. box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px
  145. }
  146.  
  147. #copyright{
  148. text-align:right;
  149. line-height:22px;
  150. float:right
  151. }
  152.  
  153. #ipsDebug_footer{
  154. width:900px;
  155. margin:8px
  156. auto 0px auto;
  157. text-align:center;
  158. color:#404040;
  159. font-size:11px
  160. }
  161.  
  162. #ipsDebug_footer
  163. strong{
  164. margin-left:20px
  165. }
  166.  
  167. #ipsDebug_footer
  168. a{
  169. color:#404040
  170. }
  171. #backtotop,#bottomScroll{
  172. width:24px;
  173. height:24px;
  174. line-height:20px;
  175. left:50%;
  176. top:50%;
  177. margin-left:-12px;
  178. margin-top:-12px;
  179. position:absolute;
  180. display:inline-block;
  181. background:url("http://www.ipbfocus.com/skindemo/public/style_images/dispersion/trans20.png") repeat;
  182. background:rgba(0,0,0,0.2);
  183. -webkit-box-shadow:inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,0.1) 0px 1px 0px;
  184. -moz-box-shadow:inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,0.1) 0px 1px 0px;
  185. box-shadow:inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,0.1) 0px 1px 0px;
  186. text-align:center;
  187. -moz-border-radius:16px;
  188. -webkit-border-radius:16px;
  189. border-radius:16px;
  190. outline:0
  191. }
  192.  
  193. #bottomScroll:hover,#backtotop:hover{
  194. background:rgba(0,0,0,0.7);
  195. color:#fff
  196. }
  197. #footer_utilities {
  198. padding: 12px;
  199. position: relative;
  200. background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0% 0% transparent;
  201. color: #DDD;
  202. box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.45);
  203. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  204. border-radius: 3px;
  205. width: 88.3%;
  206. margin: 10px auto;
  207. }
  208. #backtotop img{
  209. padding-top: 4px;
  210. }
  211. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement