diff --git a/index.html b/index.html
index ba7ac10..4597315 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,11 @@
Choix d'une carte
-
+
+
+ Recherche d'une salle
+
+
À propos
@@ -87,6 +91,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Nom |
+ Occupants |
+
+
+
+
+ | Amphi B |
+ |
+
+
+ | GN1.326 |
+ Elise JANNEAU, Eddy CARON |
+
+
+
+
+
+
+
+
+
diff --git a/resources/script.js b/resources/script.js
index e85050f..6bc2476 100644
--- a/resources/script.js
+++ b/resources/script.js
@@ -10,6 +10,13 @@ function httpGetAsync(theUrl, callback)
xmlHttp.send(null);
}
+function researchRoom()
+{
+ let text = document.getElementById('research').value;
+
+
+}
+
function putWaitNetworkScreen()
{
outputDiv.innerHTML = "Récupération des informations auprès du serveur...";