view 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
line wrap: on
line source

	<h1>Search pastes</h1>

	<form action="/search" method="post">
		<label class="label">Title</label>
		<input class="input has-mb-4" name="title" type="text" placeholder="Title" />

		<label class="label">Author</label>
		<input class="input has-mb-4" name="author" type="text" placeholder="Author" />

		<label class="label">Language</label>
		<select class="select has-mb-4" name="language">
			@@languages@@
		</select>

		<input type="submit" class="button" value="Search"></input>
	</form>