]> git.phdru.name Git - m_librarian.git/blob - m_librarian/web/views/search_authors_form.tmpl
Feat(web): Search authors
[m_librarian.git] / m_librarian / web / views / search_authors_form.tmpl
1 #encoding utf-8
2 <form action="/search_authors/" method="POST">
3   <input name="search_authors" type="text" style="width: 80%">
4   <br>
5   <input name="search_type" value="start" type="radio">
6   Подстрока в начале
7   <input name="search_type" value="substring" type="radio">
8   Подстрока
9   <input name="search_type" value="full" type="radio">
10   Точное совпадение
11   <br>
12   <input name="case_sensitive" type="checkbox">
13   Различать прописные/строчные
14   <br>
15   <input name="submit" type="submit">
16 </form>