This commit is contained in:
@@ -53,15 +53,18 @@
|
||||
</div>
|
||||
</div>
|
||||
<form id="filterForm" class="grid-form drawer-form compact-form">
|
||||
<label>
|
||||
Город
|
||||
<input name="city" placeholder="Seoul" />
|
||||
</label>
|
||||
<label>
|
||||
Специализация
|
||||
<input name="specialization" placeholder="BMW, масло, тормоза" />
|
||||
</label>
|
||||
<button type="submit">Найти</button>
|
||||
<details class="advanced-fields compact-filter">
|
||||
<summary>Фильтры</summary>
|
||||
<label>
|
||||
Город
|
||||
<input name="city" placeholder="Seoul" />
|
||||
</label>
|
||||
<label>
|
||||
Специализация
|
||||
<input name="specialization" placeholder="BMW, масло, тормоза" />
|
||||
</label>
|
||||
<button type="submit">Найти</button>
|
||||
</details>
|
||||
</form>
|
||||
<div id="serviceList" class="stack-list"></div>
|
||||
</aside>
|
||||
@@ -89,6 +92,12 @@
|
||||
<option value="other">Другое</option>
|
||||
</select>
|
||||
</label>
|
||||
<div class="preset-row quick-service-pills wide" aria-label="Быстрый выбор услуги">
|
||||
<button type="button" data-booking-service="oil_change">Масло</button>
|
||||
<button type="button" data-booking-service="diagnostics">Диагностика</button>
|
||||
<button type="button" data-booking-service="tire_service">Шины</button>
|
||||
<button type="button" data-booking-service="brakes">Тормоза</button>
|
||||
</div>
|
||||
<label>
|
||||
Длительность
|
||||
<select name="estimated_duration_minutes" id="durationSelect">
|
||||
|
||||
Reference in New Issue
Block a user