mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-17 23:21:04 +01:00
Ajout du fichier de l'étage 2 et d'un peu de texte avec l'id de la salle.
This commit is contained in:
parent
e4898a7134
commit
68a507c6bc
@ -158,6 +158,7 @@
|
||||
<span id="room-owners-list"></span>
|
||||
</p>
|
||||
<p class="card-text" id="room-description"></p>
|
||||
<p id="room-debug-id"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
414
maps/M-GN1-2.svg
Normal file
414
maps/M-GN1-2.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 30 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 1.4 MiB |
@ -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';
|
||||
|
||||
@ -14,3 +14,8 @@
|
||||
#selectedSalleInfos h2 {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#room-debug-id {
|
||||
font-family: italic;
|
||||
font-size: 1ex;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user