mirror of
https://github.com/groupe1cir1n/groupe1CIR1Njs.git
synced 2026-01-18 16:37:25 +01:00
nothing really important
This commit is contained in:
@@ -61,10 +61,8 @@
|
|||||||
<input id="communication" type="radio" onclick="communication()" name="drone">
|
<input id="communication" type="radio" onclick="communication()" name="drone">
|
||||||
<label>Communication</label>
|
<label>Communication</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</fieldset>
|
</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_author" placeholder="Nom d'auteur" onkeypress="searchAuthor(event)">
|
||||||
<input type="text" id="entry_date" placeholder="Date" onkeypress="searchDate(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>
|
<button class="button" id="search_button" onclick="searchTitle(event) && searchAuthor(event) && searchDate(event)">Rechercher</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user