Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-05-31 11:18:41 +02:00

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>