You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
<form action="#" method="post">
|
|
|
|
<input type="search" id="filtre" name="search"/>
|
|
|
|
<div>
|
|
<div>
|
|
<input type="radio" id="citation" name="type" value="citation" checked />
|
|
<label for="citation">Citation</label>
|
|
</div>
|
|
|
|
<div>
|
|
<input type="radio" id="titre" name="type" value="titre" />
|
|
<label for="titre">Titre</label>
|
|
</div>
|
|
|
|
<div>
|
|
<input type="radio" id="personnage" name="type" value="personnage" />
|
|
<label for="personnage">Personnage</label>
|
|
</div>
|
|
</div>
|
|
|
|
<p>Plus de filtre</p>
|
|
|
|
<div>
|
|
<label>Filter by:</label>
|
|
|
|
<div>
|
|
<input type="checkbox" id="film" name="film" checked />
|
|
<label for="film">Film</label>
|
|
</div>
|
|
|
|
<div>
|
|
<input type="checkbox" id="roman" name="roman" />
|
|
<label for="roman">Roman</label>
|
|
</div>
|
|
<div>
|
|
<input type="checkbox" id="jeux_vidéo" name="jeux_vidéo" />
|
|
<label for="jeux_vidéo">Jeux Vidéo</label>
|
|
</div>
|
|
</div>
|
|
|
|
<input type="submit" value="Search" />
|
|
|
|
</form> |