Page MenuHomeIn-Portal Phabricator

sub_categories.elm.tpl
No OneTemporary

File Metadata

Created
Sun, Mar 9, 5:04 PM

sub_categories.elm.tpl

<!-- categories -->
<inp2:m_RenderElement design="content_box" data_exists="0">
<inp2:m_Capture to_var="header">
<strong><inp2:c_Field name="Name"/></strong>
</inp2:m_Capture>
<!--## CATEGORY IMAGE & DESCRIPTION ##-->
<table class="fullwidth category-header">
<tr>
<td valign="top">
<inp2:m_if check="c_ImageSrc" MaxWidth="thumbnail">
<img src="<inp2:c_ImageSrc Primary="1" MaxWidth="thumbnail" />" class="image_border" align="right" hspace="5" vspace="0" alt="<inp2:c_Field name="Name"/>"/>
</inp2:m_if>
<inp2:c_Field name="Description"/>
</td>
</tr>
</table>
<!--## /CATEGORY IMAGE & DESCRIPTION ##-->
</inp2:m_RenderElement>
<inp2:m_RenderElement design="content_box_noheader" data_exists="1">
<inp2:c_InitList list_name="sub_categories" page_var="m_cat_page"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_Categories"/> (<inp2:c_TotalRecords list_name="sub_categories"/>)
</inp2:m_Capture>
<table class="fullwidth">
<tr>
<td class="category-statistics">
<inp2:m_phrase name="lu_TotalCategories"/>: <inp2:c_CategoryCount/> &nbsp;|&nbsp; <inp2:m_phrase name="lu_AddedToday"/>: <inp2:c_CategoryCount today="1"/>
</td>
<td class="category-statistics" align="right">
<inp2:m_phrase name="lu_CategoriesUpdated"/>: <inp2:c_LastUpdated format="_regional_DateFormat"/>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" alt="" /><br />
<br />
<inp2:m_include template="platform/elements/categories.elm"/>
<table class="fullwidth">
<inp2:c_ListCategories list_name="sub_categories" render_as="category_element" columns="2" direction="H"/>
</table>
<br /><inp2:m_include template="platform/elements/pagination.elm" prefix="c" list_name="sub_categories"/>
</inp2:m_RenderElement>
<!-- // categories -->

Event Timeline