Page MenuHomeIn-Portal Phabricator

my_favorites.elm.tpl
No OneTemporary

File Metadata

Created
Fri, Feb 7, 7:38 PM

my_favorites.elm.tpl

<!-- favorite topics -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:bb_InitList list_name="favorite_topics" types="favorites" parent_cat_id="0" recursive="1"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_FavoriteTopics"/> (<inp2:bb_TotalRecords list_name="favorite_topics"/>)
</inp2:m_Capture>
<inp2:m_include template="in-bulletin/elements/topics.elm"/>
<table class="fullwidth">
<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="favorite_topics" render_as="topic_element" no_table="1"/>
</table>
<inp2:m_if check="bb_TotalRecords" list_name="favorite_topics">
<inp2:m_Set favorites_found="1"/>
</inp2:m_if>
<inp2:m_include template="platform/elements/pagination.elm" prefix="bb" list_name="favorite_topics"/>
</inp2:m_RenderElement>
<!-- // favorite topics -->

Event Timeline