mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 01:51:04 +01:00
Du renommage.
This commit is contained in:
parent
9406374cbe
commit
c99b9e1275
@ -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();
|
||||
|
||||
@ -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()">
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 310 KiB |
|
Before Width: | Height: | Size: 680 KiB After Width: | Height: | Size: 680 KiB |
Loading…
x
Reference in New Issue
Block a user