Advertisement
Guest User

crassus forum index_body

a guest
Jun 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. {JAVASCRIPT}
  2.  
  3. <!-- BEGIN switch_user_login_form_header -->
  4. <div class="panel">
  5. <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  6. <div class="user_login_form center">
  7. <input placeholder="{L_USERNAME}" class="inputbox fl_username" type="text" size="10" name="username" />
  8. <input placeholder="{L_PASSWORD}" class="inputbox fl_password" type="password" size="10" name="password" />
  9. <br />
  10. <label>{L_AUTO_LOGIN}: <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
  11. {S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
  12. <!-- BEGIN switch_social_login -->
  13. <div class="social_btn">
  14. <!-- BEGIN fb_connect -->
  15. <div class="fb-login-button"></div>
  16. <!-- END fb_connect -->
  17. </div>
  18. <!-- END switch_social_login -->
  19. </div>
  20. </form>
  21. </div>
  22. <!-- END switch_user_login_form_header -->
  23.  
  24. <!-- BEGIN message_admin_index -->
  25. <div class="panel introduction">
  26. <!-- BEGIN message_admin_titre -->
  27. <div class="h3">{message_admin_index.message_admin_titre.MES_TITRE}</div>
  28. <!-- END message_admin_titre -->
  29.  
  30. <!-- BEGIN message_admin_txt -->
  31. <div class="mes-txt">{message_admin_index.message_admin_txt.MES_TXT}</div>
  32. <!-- END message_admin_txt -->
  33. </div>
  34. <!-- END message_admin_index -->
  35.  
  36. {CHATBOX_TOP}
  37.  
  38. {BOARD_INDEX}
  39.  
  40. <!-- BEGIN disable_viewonline -->
  41. <div class="block">
  42. <!-- BEGIN switch_viewonline_link -->
  43. <div class="h3"><a href="{U_VIEWONLINE}" rel="nofollow"><i class="ion-stats-bars"></i>{L_WHO_IS_ONLINE}</a></div>
  44. <!-- END switch_viewonline_link -->
  45.  
  46. <!-- BEGIN switch_viewonline_nolink -->
  47. <div class="h3"><i class="ion-stats-bars"></i>{L_WHO_IS_ONLINE}</div>
  48. <!-- END switch_viewonline_nolink -->
  49.  
  50. {TOTAL_USERS_ONLINE}<br />
  51. {RECORD_USERS}
  52.  
  53. {LOGGED_IN_USER_LIST}
  54.  
  55. {L_ONLINE_USERS}
  56. {L_CONNECTED_MEMBERS}<br />
  57.  
  58. {L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}
  59.  
  60. <div class="block-footer"><strong>{LEGEND}:</strong>&nbsp;{GROUP_LEGEND}</div>
  61. </div>
  62.  
  63. <!-- BEGIN switch_chatbox_activate -->
  64. <div class="block">
  65. <div class="h3">
  66. <a href="{S_JOIN_CHAT}" target="ChatBox"><i class="ion-ios-chatboxes-outline"></i>{CHATBOX_NAME}</a>
  67. <!-- BEGIN switch_chatbox_popup -->
  68. <div id="chatbox_popup"></div>
  69. <script type="text/javascript">
  70. insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
  71. </script>
  72. <!-- END switch_chatbox_popup -->
  73. </div>
  74. {TOTAL_CHATTERS_ONLINE}:&nbsp;{CHATTERS_LIST}
  75. </div>
  76. <!-- END switch_chatbox_activate -->
  77. <!-- END disable_viewonline -->
  78.  
  79. {CHATBOX_BOTTOM}
  80.  
  81. <!-- BEGIN switch_user_login_form_footer -->
  82. <div class="panel">
  83. <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  84. <div class="user_login_form center">
  85. <input placeholder="{L_USERNAME}" class="inputbox fl_username" type="text" size="10" name="username" />
  86. <input placeholder="{L_PASSWORD}" class="inputbox fl_password" type="password" size="10" name="password" />
  87. <br />
  88. <label>{L_AUTO_LOGIN}: <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
  89. {S_HIDDEN_FIELDS}<input class="mainoption button1" type="submit" name="login" value="{L_LOGIN}" />
  90. <!-- BEGIN switch_social_login -->
  91. <div class="social_btn">
  92. <!-- BEGIN fb_connect -->
  93. <div class="fb-login-button"></div>
  94. <!-- END fb_connect -->
  95. </div>
  96. <!-- END switch_social_login -->
  97. </div>
  98. </form>
  99. </div>
  100. <!-- END switch_user_login_form_footer -->
  101.  
  102. <!-- BEGIN switch_legend -->
  103. <ul id="picture_legend">
  104. <li><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />{L_NEW_POSTS}</li>
  105. <li><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />{L_NO_NEW_POSTS}</li>
  106. <li><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />{L_FORUM_LOCKED}</li>
  107. </ul>
  108. <!-- END switch_legend -->
  109.  
  110. {AUTO_DST}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement