{% if S_PHPBBASIC_ENABLED %} {% if !S_HAS_SUBFORUM %} {% endif %}
{% include 'header_img.html' %}
{% EVENT 'viewforum_forum_title_before' %}

{% EVENT 'viewforum_forum_name_prepend' %}{{ FORUM_NAME }}{% EVENT 'viewforum_forum_name_append' %}

{% EVENT 'viewforum_forum_title_after' %} {% if FORUM_DESC or MODERATORS or U_MCP %}
{% if MODERATORS %}

{% if S_SINGLE_MODERATOR %}{{ lang('MODERATOR') }}{% else %}{{ lang('MODERATORS') }}{% endif %}{{ lang('COLON') }} {{ MODERATORS }}

{% endif %}
{% endif %}
{% if not S_IS_BOT %}
{% EVENT 'viewforum_buttons_top_before' %} {% if S_DISPLAY_POST_INFO %} {% if S_IS_LOCKED %}{{ lang('BUTTON_FORUM_LOCKED') }}{% else %}{{ lang('BUTTON_NEW_TOPIC') }}{% endif %} {% endif %} {% EVENT 'viewforum_buttons_top_after' %}
{% endif %}
{% EVENT 'ra_sub_header_after' %}
{% include 'breadcrumbs_no_microdata.html' %} {% if S_FORUM_RULES %}
{% if U_FORUM_RULES %} {{ lang('FORUM_RULES') }} {% else %} {{ FORUM_RULES }} {% endif %}
{% endif %} {% if .pagination or TOTAL_POSTS or TOTAL_TOPICS %}
{% if S_DISPLAY_SEARCHBOX %}
{% endif %} {% if S_SELECT_SORT_DAYS and not S_DISPLAY_ACTIVE and not S_IS_BOT %}
{% endif %} {% if U_WATCH_FORUM_LINK and not S_IS_BOT %}
{% endif %}
{% endif %}
{% if S_HAS_SUBFORUM %} {% include 'forumlist_body.html' %} {% if not S_IS_BOT and U_MARK_FORUMS and $SHOW_MARK_ALL %} {% endif %} {% endif %} {% if S_NO_READ_ACCESS %}

{{ lang('NO_READ_ACCESS') }}

{% if not S_USER_LOGGED_IN and not S_IS_BOT %}

{{ lang('LOGIN_LOGOUT') }}{% if S_REGISTER_ENABLED %}  /  {{ lang('REGISTER') }}{% endif %}


{{ lang('USERNAME') }}{{ lang('COLON') }}
{{ lang('PASSWORD') }}{{ lang('COLON') }}
 
{% if S_AUTOLOGIN_ENABLED %}
{% endif %}
 
{{ S_LOGIN_REDIRECT }} {{ S_FORM_TOKEN_LOGIN }}
{% endif %} {% endif %} {% EVENT 'viewforum_body_topic_row_before' %}
    {% include 'topic_icons.html' %} {% for topicrow in topicrows %} {% if not topicrow.S_TOPIC_TYPE_SWITCH and not topicrow.S_FIRST_ROW %}
{% endif %} {% if topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH %}
  • {% if S_DISPLAY_ACTIVE %} {{ lang('ACTIVE_TOPICS') }} {% elseif topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) %} 宣布 {% else %} 对话 {% endif %}

      {% endif %} {% EVENT 'viewforum_body_topicrow_row_before' %}
    1. {% EVENT 'viewforum_body_topic_row_prepend' %}
      {% EVENT 'topiclist_row_prepend' %} {% if topicrow.S_TOPIC_LOCKED %} {% endif %}

      {% if topicrow.U_VIEW_TOPIC %}{{ topicrow.TOPIC_TITLE }}{% else %}{{ topicrow.TOPIC_TITLE }}{% endif %}

      {{ topicrow.REPLIES }} {{ lang('REPLIES') }} {{ topicrow.VIEWS }} {{ lang('VIEWS') }}
      {% if topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED %}{% endif %}{% if topicrow.S_TOPIC_DELETED %}{% endif %}{% if topicrow.S_TOPIC_REPORTED %}{% endif %}{% if .topicrow.pagination %}
        {% for page in topicrow.pagination %}{% if page.S_IS_PREV %}{% elseif page.S_IS_CURRENT %}
      • {{ page.PAGE_NUMBER }}
      • {% elseif page.S_IS_ELLIPSIS %}
      • {{ lang('ELLIPSIS') }}
      • {% elseif page.S_IS_NEXT %}{% else %}
      • {{ page.PAGE_NUMBER }}
      • {% endif %}{% endfor %}
      {% endif %}

      {% EVENT 'topiclist_row_topic_title_after' %} {% if topicrow.S_USER_POSTED %} {% endif %} {% if topicrow.S_HAS_POLL %} {% endif %} {% if topicrow.ATTACH_ICON_IMG %} {% endif %} {% EVENT topiclist_row_topic_by_author_before %} {{ lang('POST_BY_AUTHOR') }} {% EVENT 'viewforum_body_topic_author_username_prepend' %}{{ topicrow.TOPIC_AUTHOR_FULL }}{% EVENT 'viewforum_body_topic_author_username_append' %}, {% EVENT topiclist_row_topic_by_author_after %} {% if topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID %} {{ lang('IN') }} {{ topicrow.FORUM_NAME }}{% endif %}

      {% EVENT 'topiclist_row_append' %}
      {{ topicrow.REPLIES }} {{ lang('REPLIES') }}
      {{ topicrow.VIEWS }} {{ lang('VIEWS') }}
      {{ lang('LAST_POST') }} {{ lang('POST_BY_AUTHOR') }} {% EVENT 'viewforum_body_last_post_author_username_prepend' %}{{ topicrow.LAST_POST_AUTHOR_FULL }}, {% EVENT 'viewforum_body_last_post_author_username_append' %}
      {% EVENT 'viewforum_body_topic_row_append' %}
    2. {% EVENT 'viewforum_body_topic_row_after' %} {% if topicrow.S_LAST_ROW %}
  • {% endif %} {% else %} {% if S_IS_POSTABLE %}

    {{ lang(S_SORT_DAYS ? 'NO_TOPICS_TIME_FRAME' : 'NO_TOPICS') }}

    {% elseif not S_HAS_SUBFORUM %}

    {{ lang('NO_FORUMS_IN_CATEGORY') }}

    {% endif %} {% endfor %} {% if not S_IS_BOT and U_MARK_TOPICS and .topicrow and $SHOW_MARK_ALL_TOPICS %} {% endif %}
    {% EVENT 'ra_sidebar_viewforum' %}
    {% if .topicrow and not S_DISPLAY_ACTIVE %}
    {% if not S_IS_BOT and S_DISPLAY_POST_INFO %}
    {% EVENT 'viewforum_buttons_bottom_before' %} {% if S_IS_LOCKED %}{{ lang('BUTTON_FORUM_LOCKED') }}{% else %}{{ lang('BUTTON_NEW_TOPIC') }}{% endif %} {% EVENT 'viewforum_buttons_bottom_after' %}
    {% endif %} {% endif %} {% include 'jumpbox.html' %}
    {% if S_DISPLAY_POST_INFO or (S_DISPLAY_ONLINE_LIST and U_VIEWONLINE) %}
    {% if S_DISPLAY_ONLINE_LIST and U_VIEWONLINE %}

    {{ lang('WHO_IS_ONLINE') }}

    {{ LOGGED_IN_USER_LIST }}

    {% endif %}
    {% endif %}