Page MenuHomeIn-Portal Phabricator

category_topics.elm.tpl
No OneTemporary

File Metadata

Created
Fri, Feb 7, 7:38 PM

category_topics.elm.tpl

<!-- topics in category -->
<inp2:m_DefineElement name="no_topics">
<inp2:m_phrase name="lu_NoTopics"/>
</inp2:m_DefineElement>
<inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_topics">
<inp2:bb_InitList list_name="items_in_current_cat" />
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_Topics"/> (<inp2:bb_TotalRecords list_name="items_in_current_cat"/>)
</inp2:m_Capture>
<inp2:m_include template="in-bulletin/elements/topics.elm"/>
<!--
<inp2:m_if check="bb_HasPermission" permissions="TOPIC.ADD|TOPIC.ADD.PENDING">
<table>
<td>
[<a href="<inp2:bb_SuggestItemLink template="in-bulletin/topics/new_topic"/>"><inp2:m_phrase name="lu_btn_NewTopic"/></a>]
</td>
</table>
</inp2:m_if>
-->
<table>
<tr>
<td class="category-statistics">
<inp2:bb-post_ItemCount/> <inp2:m_Phrase name="lu_posts"/> <inp2:m_Phrase name="lu_in"/> <inp2:bb_ItemCount/> <inp2:m_Phrase name="lu_topics"/> &nbsp;|&nbsp; <inp2:m_Phrase name="lu_AddedToday"/>: <inp2:bb_ItemCount today="1"/> <inp2:m_Phrase name="lu_topics"/>, <inp2:bb-post_ItemCount today="1"/> <inp2:m_Phrase name="lu_posts"/>
</td>
</tr>
</table>
<br />
<table width="100%">
<tr>
<td colspan="5">
<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /></div>
</td>
</tr>
<tr class="sub-section-header">
<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Topics"/></td>
<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Poster"/></td>
<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Date"/></td>
<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Replies"/></td>
<td><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/header_arrow.gif" width="11" height="11" alt="" /> &nbsp; <inp2:m_phrase name="lu_col_Views"/></td>
</tr>
<inp2:bb_ListTopics list_name="items_in_current_cat" no_table="1" render_as="topic_element"/>
</table>
<br />
<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="items_in_current_cat"/>
<inp2:m_if check="bb_HasPermission" permissions="TOPIC.ADD|TOPIC.ADD.PENDING">
<table>
<td>
<inp2:m_RenderElement design="big_button" title="lu_btn_NewTopic" icon="btn_reply">
<inp2:bb_SuggestItemLink template="in-bulletin/topics/new_topic"/>
</inp2:m_RenderElement>
</td>
</table>
</inp2:m_if>
</inp2:m_RenderElement>
<!-- // topics in category -->

Event Timeline