mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-09-12 00:00:46 +02:00
Ajout des requetes PHP/SQL pour rechercher.
This commit is contained in:
+13
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user