Du renommage.

This commit is contained in:
Mysaa 2021-10-12 10:56:18 +02:00
parent 9406374cbe
commit c99b9e1275
5 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ if(isset($_GET["salle"])) {
$locataires = array();
$stmt = $conn->prepare("SELECT personne FROM locataire WHERE salle=?");
$stmt = $conn->prepare("SELECT personne FROM locataires WHERE salle=?");
$stmt->execute([$idSalle]);
$resP = $stmt->fetchAll();

View File

@ -71,7 +71,7 @@
window.clearTimeout(document.wnsTimeout);
document.wnsTimeout = window.setTimeout(putWaitNetworkScreen, 400);
httpGetAsync("https://perso.ens-lyon.fr/samy.avrillon/sallesQuery.php?salle="+e.target.id.substring("path-salle-".length),function (s,errcode){
httpGetAsync("https://perso.ens-lyon.fr/samy.avrillon/api/salles.php?salle="+e.target.id.substring("path-salle-".length),function (s,errcode){
window.clearTimeout(document.wnsTimeout);
try{
if(s=="404"){
@ -105,7 +105,7 @@
<form>
<label for="selector_site_M"> Site </label>
<input type="radio" name="site" value="M" id=selector_site_M" selected="true">Monod</input>
<input type="radio" name="site" value="M" id=selector_site_M" checked="true">Monod</input>
<input type="radio" name="site" value="D" id=selector_site_D">Descartes</input>
|
<label for="selector_batiment">Bâtiment : </label>
@ -131,7 +131,7 @@
<br/>
<object type="image/svg+xml"
data="https://perso.ens-lyon.fr/samy.avrillon/et3.svg"
data="https://perso.ens-lyon.fr/samy.avrillon/maps/M-MGN1-3.svg"
id="plan"
onload="initSvgSupport()">

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 310 KiB

View File

Before

Width:  |  Height:  |  Size: 680 KiB

After

Width:  |  Height:  |  Size: 680 KiB