diff --git a/index.html b/index.html index 4729240..95611bb 100644 --- a/index.html +++ b/index.html @@ -158,6 +158,7 @@

+

diff --git a/maps/M-GN1-2.svg b/maps/M-GN1-2.svg new file mode 100644 index 0000000..a8bac77 --- /dev/null +++ b/maps/M-GN1-2.svg @@ -0,0 +1,414 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/maps/M-MGN1-2.svg b/maps/M-MGN1-2.svg deleted file mode 100644 index b30421a..0000000 --- a/maps/M-MGN1-2.svg +++ /dev/null @@ -1,523 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/resources/script.js b/resources/script.js index 567578d..aa69e99 100644 --- a/resources/script.js +++ b/resources/script.js @@ -57,7 +57,9 @@ function selectRoom(roomId) { httpGetAsync("api/request.php?salle="+room.id.substring("salle-".length), function (s,errcode){ window.clearTimeout(document.wnsTimeout); - + + document.getElementById('room-debug-id').innerText = 'Id: '+roomId; + if (s == "404") { document.getElementById('room-name').innerText = 'Salle inconnue'; document.getElementById('room-owners').style.display = 'none'; diff --git a/resources/styles.css b/resources/styles.css index 37a32d7..76324e0 100644 --- a/resources/styles.css +++ b/resources/styles.css @@ -14,3 +14,8 @@ #selectedSalleInfos h2 { display: inline; } + +#room-debug-id { + font-family: italic; + font-size: 1ex; +}