Difference between revisions of "Template:SearchEvents"
Line 19: | Line 19: | ||
{{#eval:html| | {{#eval:html| | ||
<form action="/en/Search_Events" method="get"> | <form action="/en/Search_Events" method="get"> | ||
− | < | + | <div class="subnav filter-form"> |
− | < | + | <div class="filter-search"> |
− | < | + | <label>Search</label> |
− | |||
<input type="text" name="query" placeholder="Search events" value="{{{query}}}" style="width:100%"> | <input type="text" name="query" placeholder="Search events" value="{{{query}}}" style="width:100%"> | ||
− | </ | + | </div> |
− | < | + | <div class="filter-country"> |
− | + | <label>Country</label> | |
− | < | ||
− | |||
{{DataDropDown | {{DataDropDown | ||
|name=country | |name=country | ||
Line 43: | Line 40: | ||
}); | }); | ||
}} | }} | ||
− | </ | + | </div> |
− | < | + | <div class="filter-city"> |
− | + | <label>City</label> | |
− | < | ||
− | |||
{{CityDropDown|city={{{city|}}}|country={{{country|}}}}} | {{CityDropDown|city={{{city|}}}|country={{{country|}}}}} | ||
− | </ | + | </div> |
− | < | + | <div class="filter-year"> |
− | + | <label>Year</label> | |
− | < | ||
− | |||
{{DataDropDown | {{DataDropDown | ||
|name=year | |name=year | ||
Line 60: | Line 53: | ||
|options={{#data:selectcolumn|Item=Event.Years.Year|#limit=300|#orderby=Event.Years.Year}} | |options={{#data:selectcolumn|Item=Event.Years.Year|#limit=300|#orderby=Event.Years.Year}} | ||
}} | }} | ||
− | </ | + | </div> |
− | < | + | <div class="filter-category"> |
− | + | <label>Category</label> | |
− | < | ||
− | |||
{{DataDropDown | {{DataDropDown | ||
|name=category | |name=category | ||
Line 81: | Line 72: | ||
}); | }); | ||
}} | }} | ||
− | </ | + | </div> |
− | < | + | <div class="filter-festival"> |
− | + | <label>Festival</label> | |
− | < | ||
− | |||
{{FestivalDropDown|category={{{category|}}}}} | {{FestivalDropDown|category={{{category|}}}}} | ||
− | </ | + | </div> |
− | |||
− | |||
− | |||
− | |||
<input type="submit" name="search-events" value="Search events" style="width:100%"> | <input type="submit" name="search-events" value="Search events" style="width:100%"> | ||
− | </ | + | </div> |
− | |||
− | |||
</form> | </form> | ||
}} | }} |
Revision as of 01:47, 18 February 2021