26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
{include file=$header title="Поиск фотографа" h1="Поиск фотографа" keywords="Статьи про PHP, бесплатные PHP скрипты, бесплатные скрипты JS, бесплатные плагины для JQuery, заказать сайт, заказать интернет магазин"}
|
|
|
|
<section class="container mb-3">
|
|
|
|
|
|
<div class="row">
|
|
<div class="col-xs col-sm col-md-4 col-lg-3 col-xl-3 col-xxl-3">
|
|
<form id="form-filtr">
|
|
<input type="text" value="" name="gorod" class="form-control mb-3 filter" placeholder="Город">
|
|
<input type="text" value="" name="stazh" class="form-control mb-3 filter" placeholder="Опыт работы от...">
|
|
<input type="text" value="" name="vozrast" class="form-control mb-3 filter" placeholder="Возраст от...">
|
|
<input type="text" value="" name="zhanr" class="form-control mb-3 filter" placeholder="Жанр">
|
|
<input type="hidden" value="get_json" name="act">
|
|
</form>
|
|
</div>
|
|
|
|
|
|
<div class="col col-sm col-md col-lg col-xl col-xxl row" id="find-list">
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
{include file=$footer} |