Page MenuHomeIn-Portal Phabricator

sorting.elm.tpl
No OneTemporary

File Metadata

Created
Fri, Feb 7, 7:26 PM

sorting.elm.tpl

<!--## SORTING TEMPLATE FOR IN-COMMERCE ##-->
<table class="fullwidth">
<tr>
<td class="category-statistics">
<inp2:m_phrase name="lu_TotalProducts"/>: <inp2:p_ItemCount/> &nbsp;|&nbsp; <inp2:m_phrase name="lu_AddedToday"/>: <inp2:p_ItemCount today="1"/>
</td>
<td class="category-statistics" align="right">
<inp2:m_phrase name="lu_ProductsUpdated"/>: <inp2:p_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 />
<table class="fullwidth">
<tr>
<td align="right">
<form method="post" action="<inp2:m_FormAction />">
<inp2:m_Phrase label="lu_SortProductsBy"/>:
<select class="input-select" name="<inp2:p_CombinedSortingDropDownName/>">
<option value="Name|asc" <inp2:p_SortingSelected sorting="l1_Name|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_NameAZ"/></option>
<option value="Name|desc" <inp2:p_SortingSelected sorting="l1_Name|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_NameZA"/></option>
<option value="Manufacturer|asc" <inp2:p_SortingSelected sorting="Manufacturer|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_ManufAZ"/></option>
<option value="Manufacturer|desc" <inp2:p_SortingSelected sorting="Manufacturer|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_ManufZA"/></option>
<option value="Price|asc" <inp2:p_SortingSelected sorting="Price|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_PriceLH"/></option>
<option value="Price|desc" <inp2:p_SortingSelected sorting="Price|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_PriceHL"/></option>
<option value="CreatedOn|asc" <inp2:p_SortingSelected sorting="CreatedOn|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_RecentToOld"/></option>
<option value="CreatedOn|desc" <inp2:p_SortingSelected sorting="CreatedOn|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_OldToRecent"/></option>
</select>
<inp2:m_GetUrlHiddenFileds/>
<input type="submit" class="button" name="<inp2:p_SubmitName event="OnSetSortingDirect"/>" value="<inp2:m_Phrase label="lu_btn_Sort" no_editing="1"/>" />
</form>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="10" alt="" /><br />
<!--## /SORTING TEMPLATE FOR IN-COMMERCE ##-->

Event Timeline