FormClasses/views/search.php
2024-06-14 15:55:36 +03:00

43 lines
1.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<form action="../search.php" target="_blank" method="post">
<label>
<input type="search" placeholder="Фамилия" name="surname">
</label> <br> <br>
<label>
<input type="search" placeholder="Имя" name="name">
</label> <br> <br>
<label>
<input type="search" placeholder="Отчество" name="patronymic">
</label> <br> <br>
<label>
<input type="search" placeholder="Дата рождения(гггг-мм-дд)" name="dateOfBirth">
</label> <br> <br>
<label>
<input type="search" placeholder="Пол" name="gender">
</label> <br> <br>
<label>
<input type="search" placeholder="Код страны" name="countryCode">
</label> <br> <br>
<label>
<input type="search" placeholder="Номер телефона" name="phoneNumber">
</label> <br> <br>
<label>
<input type="search" placeholder="Email" name="email">
</label> <br> <br>
<label>
<input type="search" placeholder="Статус" name="status">
</label> <br> <br>
<!-- Среди чего найти? <br>-->
<!-- <label>-->
<!-- <select name="key">-->
<!-- <option value="surname">Фамилия</option>-->
<!-- <option value="name">Имя</option>-->
<!-- <option value="patronymic">Отчество</option>-->
<!-- <option value="dateOfBirth">Дата рождения</option>-->
<!-- <option value="gender">Пол</option>-->
<!-- <option value="countryCode">Код страны</option>-->
<!-- <option value="phoneNumber">Номер телефона</option>-->
<!-- <option value="email">Email</option>-->
<!-- </select>-->
<!-- </label> <br><br>-->
<input type="submit" value="Поиск">
</form>