nothing really important

This commit is contained in:
Clément Brossaud
2023-05-31 11:01:38 +02:00
parent dfd7351780
commit c7304e08c7

View File

@@ -61,10 +61,8 @@
<input id="communication" type="radio" onclick="communication()" name="drone">
<label>Communication</label>
</div>
</fieldset>
<input type="text" id="entry_title" placeholder="Title" onkeypress="searchTitle(event)">
<input type="text" id="entry_title" placeholder="Titre" onkeypress="searchTitle(event)">
<input type="text" id="entry_author" placeholder="Nom d'auteur" onkeypress="searchAuthor(event)">
<input type="text" id="entry_date" placeholder="Date" onkeypress="searchDate(event)">
<button class="button" id="search_button" onclick="searchTitle(event) && searchAuthor(event) && searchDate(event)">Rechercher</button>