Page MenuHomeIn-Portal Phabricator

sorting.elm.tpl
No OneTemporary

File Metadata

Created
Thu, May 8, 12:43 PM

sorting.elm.tpl

<div class="filter-block">
<div class="paginate">
<a href=""><img src="<inp2:m_TemplatesBase/>img/arrow-left.png" width="7" height="13" alt="" /></a>&nbsp;
Products
<select id="paginate">
<option value="" selected="selected">1-10</option>
<option value="">11-20</option>
<option value="">21-30</option>
</select>
out of 120&nbsp;
<a href=""><img src="<inp2:m_TemplatesBase/>img/arrow-right.png" width="7" height="13" alt="" /></a>
</div>
<div class="sortby">
<form method="post" action="<inp2:m_FormAction/>">
Sort by:
<select name="<inp2:p_CombinedSortingDropDownName/>">
<option value="Name|asc" <inp2:p_SortingSelected sorting="l1_Name|asc" selected='selected="selected"'/>>Name</option>
<option value="Price|asc" <inp2:p_SortingSelected sorting="Price|asc" selected='selected="selected"'/>>Price Low</option>
<option value="Price|desc" <inp2:p_SortingSelected sorting="Price|desc" selected='selected="selected"'/>>Price High</option>
<option value="CachedRating|asc" <inp2:p_SortingSelected sorting="CachedRating|asc" selected='selected="selected"'/>>Rating</option>
</select>&nbsp;&nbsp;
Per Page:
<select name="<inp2:{$prefix}_VarName type='PerPage'/>">
<option value="10" <inp2:{$prefix}_PerPageSelected per_page="10" selected='selected="selected"'/>>10</option>
<option value="20" <inp2:{$prefix}_PerPageSelected per_page="20" selected='selected="selected"'/>>20</option>
<option value="50" <inp2:{$prefix}_PerPageSelected per_page="50" selected='selected="selected"'/>>50</option>
</select>&nbsp;&nbsp;
</form>
<a href="#">Show All</a>
</div>
<div class="display_switch">
<a href="#" class="switch_thumb"></a>
</div>
</div>
<div class="clear"></div>

Event Timeline