Created
May 16, 2017 09:50
-
-
Save 4e6ka/d85f429417623053c64fd252af13a6ab 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
<select onchange="window.location.href=this.options[this.selectedIndex].value" class="input-search form-control top15"> | |
<option>Поиск по бренду</option> | |
[[!pdoResources? | |
&parents=`11` | |
&resources=`12,13,14,3467,4051,4107,1345,4108,5613,5614,6122,6231` | |
&depth=`0` | |
&tpl=`BrandsRowTpl` | |
&limit=`100` | |
]] | |
</select> | |
BrandsRowTpl | |
<option value="[[~[[+id]]]]">[[+pagetitle]]</option> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment