Advertisement
Hardrockdesign

index_body OUAT

Aug 27th, 2015
1,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. {JAVASCRIPT}
  2. <!-- BEGIN switch_user_logged_in --><!-- END switch_user_logged_in -->
  3.  
  4. <br class="clear" />
  5.  
  6. <!-- BEGIN switch_user_login_form_header -->
  7. <div class="panel">
  8. <div class="inner"><span class="corners-top"><span></span></span>
  9. <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  10. <div class="user_login_form center">
  11. <label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>&nbsp;
  12. <label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>&nbsp;
  13. <label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>&nbsp;
  14. {S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
  15. <!-- BEGIN switch_fb_connect -->
  16. <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
  17. <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>
  18. <!-- END switch_fb_connect -->
  19. </div>
  20. </form>
  21. <span class="corners-bottom"><span></span></span></div>
  22. </div>
  23. <!-- END switch_user_login_form_header -->
  24.  
  25. <!-- BEGIN message_admin_index -->
  26. <div class="panel introduction">
  27. <div class="inner"><span class="corners-top"><span></span></span>
  28. <!-- BEGIN message_admin_titre -->
  29. <div class="h3">{message_admin_index.message_admin_titre.MES_TITRE}</div>
  30. <!-- END message_admin_titre -->
  31.  
  32. <!-- BEGIN message_admin_txt -->
  33. <div class="mes-txt">{message_admin_index.message_admin_txt.MES_TXT}</div>
  34. <!-- END message_admin_txt -->
  35. <span class="corners-bottom"><span></span></span></div>
  36. </div>
  37. <!-- END message_admin_index -->
  38.  
  39. {CHATBOX_TOP}
  40. {BOARD_INDEX}
  41. <div style="padding: 5px; position: relative; margin-top: 40px;">
  42. <!-- BEGIN disable_viewonline -->
  43.  
  44. <!-- BEGIN switch_viewonline_nolink -->
  45. <div class="h3">{L_WHO_IS_ONLINE}</div>
  46. <!-- END switch_viewonline_nolink -->
  47.  
  48. <img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" class="img-whois" />
  49. <div class="enlinea">{TOTAL_USERS_ONLINE}<br />
  50. {RECORD_USERS}
  51.  
  52. <br />
  53. {LOGGED_IN_USER_LIST}
  54.  
  55. {L_ONLINE_USERS}
  56. {L_CONNECTED_MEMBERS}<br />
  57. {L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}
  58.  
  59. </div>
  60. <!-- BEGIN switch_statistics_nolink -->
  61. <div class="h3">{L_STATISTICS}</div>
  62. <!-- END switch_statistics_nolink -->
  63.  
  64. <div class="stats1">
  65. {TOTAL_POSTS}
  66. </div>
  67. <div class="stats2">
  68. {TOTAL_USERS}
  69. </div>
  70. <div class="stats3">
  71. {NEWEST_USER}
  72. </div>
  73. <div class="grupos"><table cellspacing="0"><td><div class="grup" style="background: #ECD078; margin-right: 5px;">Nombre grupo 1</div><div class="censo" style="margin-right: 5px;">00 Miembros</div></td><td><div class="grup" style="background: #D95B43">Nombre grupo 2</div><div class="censo">00 Miembros</div></td></table>
  74. <table cellspacing="0"><td><div class="grup" style="background: #C02942; margin-right: 5px;">Nombre grupo 3</div><div class="censo" style="margin-right: 5px;">00 Miembros</div></td><td><div class="grup" style="background: #542437">Nombre grupo 4</div><div class="censo">00 Miembros</div></td></table>
  75. <table cellspacing="0"><td><div class="grup" style="background: #53777A; margin-right: 5px;">Nombre grupo 5</div><div class="censo" style="margin-right: 5px;">00 Miembros</div></td><td><div class="grup" style="background: #CAE186">Nombre grupo 6</div><div class="censo">00 Miembros</div></td></table>
  76. <table cellspacing="0"><td><div class="grup" style="background: #E5B817; margin-right: 5px;">Nombre grupo 7</div><div class="censo" style="margin-right: 5px;">00 Miembros</div></td><td><div class="grup" style="background: #F35B68">Nombre grupo 8</div><div class="censo">00 Miembros</div></td></table>
  77. <table cellspacing="0"><td><div class="grup" style="background: #B31837; margin-right: 5px;">Nombre grupo 9</div><div class="censo" style="margin-right: 5px;">00 Miembros</div></td><td><div class="grup" style="background: #6F141D">Nombre grupo 10</div><div class="censo">00 Miembros</div></td></table>
  78. </div>
  79. <!-- BEGIN switch_chatbox_activate -->
  80. <div class="h3"><a href="{S_JOIN_CHAT}" target="ChatBox">{CHATBOX_NAME}</a></div>
  81. <div class="page-bottom">
  82. {TOTAL_CHATTERS_ONLINE}&nbsp;:&nbsp;
  83. {CHATTERS_LIST}<br />
  84. </div>
  85. <!-- BEGIN switch_chatbox_popup -->
  86. <div id="chatbox_popup"></div>
  87. <script type="text/javascript">
  88. insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
  89. </script>
  90. <!-- END switch_chatbox_popup -->
  91. <!-- END switch_chatbox_activate -->
  92. <!-- END disable_viewonline -->
  93.  
  94. <!-- BEGIN switch_legend -->
  95. <ul id="picture_legend">
  96. <li><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />{L_NEW_POSTS}</li>
  97. <li><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />{L_NO_NEW_POSTS}</li>
  98. <li><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />{L_FORUM_LOCKED}</li>
  99. </ul>
  100. <!-- END switch_legend -->
  101. </div>
  102.  
  103. {CHATBOX_BOTTOM}
  104.  
  105. <!-- BEGIN switch_user_login_form_footer -->
  106. <div class="panel">
  107. <div class="inner"><span class="corners-top"><span></span></span>
  108. <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  109. <div class="user_login_form center">
  110. <label>{L_USERNAME} : <input class="post" type="text" size="10" name="username" /></label>&nbsp;
  111. <label>{L_PASSWORD} : <input class="post" type="password" size="10" name="password" /></label>&nbsp;
  112. <label>{L_AUTO_LOGIN} : <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>&nbsp;
  113. {S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
  114. <!-- BEGIN switch_fb_connect -->
  115. <span class="fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
  116. <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>
  117. <!-- END switch_fb_connect -->
  118. </div>
  119. </form>
  120. <span class="corners-bottom"><span></span></span></div>
  121. </div>
  122. <!-- END switch_user_login_form_footer -->
  123.  
  124. <br style="clear:both" />
  125.  
  126.  
  127. {AUTO_DST}
  128.  
  129. <!-- BEGIN switch_fb_index_login -->
  130. <div id="fb-root"></div>
  131. <script>
  132. FB.init({
  133. appId : {switch_fb_index_login.FACEBOOK_APP_ID},
  134. cookie : true,
  135. xfbml : true,
  136. oauth : true,
  137. version : 'v2.3'
  138. });
  139.  
  140. (function(d, s, id){
  141. var js, fjs = d.getElementsByTagName(s)[0];
  142. if (d.getElementById(id)) {return;}
  143. js = d.createElement(s); js.id = id;
  144. js.src = "//connect.facebook.net/en_US/sdk.js";
  145. fjs.parentNode.insertBefore(js, fjs);
  146. }(document, 'script', 'facebook-jssdk'));
  147. </script>
  148. <!-- END switch_fb_index_login -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement