Created
April 7, 2016 13:49
-
-
Save mikhaildegtuarev/ab7a309af69779177cf5e531f0555783 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- FILTER --> | |
<div class="filter-blok"> | |
<script type="text/javascript" src="/assets/components/tag_manager2/js/web/filters.js"></script> | |
<div id="filters"> | |
[[tmFilters? | |
&filterOuterTpl=`tm2_filterOuterTpl` | |
&filterTpl=`tm2_filterTpl` | |
&filterNumericOuterTpl=`tm2_filterOuterTpl` | |
&filterNumericTpl=`tm2_filterNumericTpl` | |
&filtersType=`filters_simple` | |
&toPlaceholder=`filters` | |
]] | |
<div class="form-search" id="filters"> | |
<form action="[[~[[*id]]]]" method="get"> | |
<input type="hidden" name="page_id" value="[[*id]]" disabled="disabled" /> | |
<div class="container"> | |
[[+filters]] | |
<div class="line text_center"> | |
<button type="submit">Подобрать</button> | |
<button type="button" onclick="window.location.href = window.location.pathname; return false;">Сбросить</button> | |
</div> | |
</div> | |
</form> | |
</div> | |
<div id="products"> | |
[[!tmCatalog? | |
&tpl=`blog-item` | |
&includeTVs=`1` | |
&includeTVList=`avto,god,model,modif,price,imagemin` | |
]] | |
<div class="clearfix"></div> | |
</div> | |
<ul class="pages"> | |
[[!+page.nav]] | |
</ul> | |
</div> | |
</div> | |
<!-- FILTER --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment