comparison themes/siimple/pages/search.html @ 69:bca6c51e0742

themes: minor fixes in siimple
author David Demelier <markand@malikania.fr>
date Thu, 23 Jun 2022 14:41:12 +0200
parents 87041e7df099
children 40f85c570f4c
comparison
equal deleted inserted replaced
68:87041e7df099 69:bca6c51e0742
1 <h1>Search pastes</h1> 1 <h1>Search pastes</h1>
2 2
3 <form action="/search" method="post"> 3 <form action="/search" method="post">
4 <label class="label">Title</label> 4 <label class="label">Title</label>
5 <input class="input" name="title" type="text" placeholder="Title" /> 5 <input class="input has-mb-4" name="title" type="text" placeholder="Title" />
6 6
7 <label class="label">Author</label> 7 <label class="label">Author</label>
8 <input class="input" name="author" type="text" placeholder="Author" /> 8 <input class="input has-mb-4" name="author" type="text" placeholder="Author" />
9 9
10 <label class="label">Language</label> 10 <label class="label">Language</label>
11 <select class="select" name="language"> 11 <select class="select has-mb-4" name="language">
12 @@languages@@ 12 @@languages@@
13 </select> 13 </select>
14 14
15 <input type="submit" class="button has-mt-2" value="Search"></input> 15 <input type="submit" class="button" value="Search"></input>
16 </form> 16 </form>