styles/all/template/official_topic_index.html

Created Diff never expires
4 removals
35 lines
4 additions
35 lines
{% if block_list.S_ISWITH2 %}
{% if block_list.S_ISWITH2 %}
<h3>{{ block_list.FILTRINO }}</h3>
<h3>{{ block_list.FILTRINO }}</h3>
<div class="panel bg3">
<div class="panel bg3">
<div class="inner">
<div class="inner">
<ul class="topiclist">
<ul class="topiclist">
<li class="header">
<li class="header">
<dl class="row-item">
<dl class="row-item">
<dd class="topics" style="color:#000000;">{{ lang('POSTER') }}</dd>
<dd class="posts" style="color:#000000;">{{ lang('REPLIES') }}</dd>
<dt>
<dt>
<div class="list-inner" style="color:#000000;">{{ lang('TOPIC_TITLE') }}</div>
<div class="list-inner" style="color:#000000;">{{ lang('TOPIC_TITLE') }}</div>
</dt>
</dt>
<dd class="topics" style="color:#000000;">{{ lang('POSTER') }}</dd>
<dd class="posts" style="color:#000000;">{{ lang('REPLIES') }}</dd>
{% if U_MCP %}<dd class="lastpost" style="color:#000000;"><span>{{ lang('REMOVE_FROM_LIST') }}</span></dd>{% endif %}
{% if U_MCP %}<dd class="lastpost" style="color:#000000;"><span>{{ lang('REMOVE_FROM_LIST') }}</span></dd>{% endif %}
</dl>
</dl>
</li>
</li>
</ul>
</ul>
<ul class="topiclist forums">
<ul class="topiclist forums">
{% for block_topic_index in block_list.block_topic_index %}
{% for block_topic_index in block_list.block_topic_index %}
<li class="row {% if block_topic_index.S_ROW_COUNT is even %}bg1{% else %}bg2{% endif %}">
<li class="row {% if block_topic_index.S_ROW_COUNT is even %}bg1{% else %}bg2{% endif %}">
<dl>
<dl>
<dd class="topics">{{ block_topic_index.ITOPIC_POSTER }}</dd>
<dd class="posts">{{ block_topic_index.ITOPIC_TOTREP }}</dd>
<dt class="topicindex">
<dt class="topicindex">
<div class="list-inner">
<div class="list-inner">
<a href="{{ block_topic_index.ITOPIC_URL }}"><strong>{{ block_topic_index.ITOPIC_TITLE }}</strong></a>
<a href="{{ block_topic_index.ITOPIC_URL }}"><strong>{{ block_topic_index.ITOPIC_TITLE }}</strong></a>
</div>
</div>
</dt>
</dt>
<dd class="topics">{{ block_topic_index.ITOPIC_POSTER }}</dd>
<dd class="posts">{{ block_topic_index.ITOPIC_TOTREP }}</dd>
{% if U_MCP %}<dd class="lastpost"><span class="topicindexremove">[<a href="{{ block_topic_index.U_REMOVE_FROM }}">{{ lang('REMOVE_FROM_LIST') }}</a>]</span></dd>{% endif %}
{% if U_MCP %}<dd class="lastpost"><span class="topicindexremove">[<a href="{{ block_topic_index.U_REMOVE_FROM }}">{{ lang('REMOVE_FROM_LIST') }}</a>]</span></dd>{% endif %}
</dl>
</dl>
</li>
</li>
{% endfor %}
{% endfor %}
</ul>
</ul>
</div>
</div>
</div>
</div>
{% endif %}
{% endif %}