Ajout des requetes PHP/SQL pour rechercher.

This commit is contained in:
2021-10-12 00:41:32 +02:00
parent bc6195600d
commit 9406374cbe
2 changed files with 44 additions and 3 deletions
+13 -2
View File
@@ -6,7 +6,11 @@
<title>perdu.html</title>
<style>
#selectedSalleInfos {
#searchResultInfos {
background-color: #BBBBBB;
}
#selectedSalleInfos {
background-color: #BBBBBB;
line-height: 150%;
}
@@ -139,10 +143,17 @@
Il faut que vous sélectionnez une salle.
</div>
<hr/>
<form>
<input name="searchString" type="text"/>
<label for="salleNameSearch">Rechercher par nom de salle : </label> <input name="salleNameSearch" type="text" id="salleNameSearch"/> <input name=salleNameButton" type=button value="Rechercher" onclick="salleNameSearch" />
<br/>
<label for="salleLocSearch">Rechercher par locataire : </label> <input name="salleLocSearch" type="text" id="salleLocSearch"/> <input name=salleLocButton" type=button value="Rechercher" onclick="salleLocSearch" />
</form>
<div id="searchResultInfos">
Il faut que vous fassiez une recherche.
</div>
</body>
</html>