43 lines
1.8 KiB
PHP
43 lines
1.8 KiB
PHP
<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> |