mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 03:11:03 +01:00
Du renommage.
This commit is contained in:
parent
9406374cbe
commit
c99b9e1275
@ -30,7 +30,7 @@ if(isset($_GET["salle"])) {
|
|||||||
|
|
||||||
$locataires = array();
|
$locataires = array();
|
||||||
|
|
||||||
$stmt = $conn->prepare("SELECT personne FROM locataire WHERE salle=?");
|
$stmt = $conn->prepare("SELECT personne FROM locataires WHERE salle=?");
|
||||||
$stmt->execute([$idSalle]);
|
$stmt->execute([$idSalle]);
|
||||||
$resP = $stmt->fetchAll();
|
$resP = $stmt->fetchAll();
|
||||||
|
|
||||||
@ -71,7 +71,7 @@
|
|||||||
window.clearTimeout(document.wnsTimeout);
|
window.clearTimeout(document.wnsTimeout);
|
||||||
document.wnsTimeout = window.setTimeout(putWaitNetworkScreen, 400);
|
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);
|
window.clearTimeout(document.wnsTimeout);
|
||||||
try{
|
try{
|
||||||
if(s=="404"){
|
if(s=="404"){
|
||||||
@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
<form>
|
<form>
|
||||||
<label for="selector_site_M"> Site </label>
|
<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>
|
<input type="radio" name="site" value="D" id=selector_site_D">Descartes</input>
|
||||||
|
|
|
|
||||||
<label for="selector_batiment">Bâtiment : </label>
|
<label for="selector_batiment">Bâtiment : </label>
|
||||||
@ -131,7 +131,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<object type="image/svg+xml"
|
<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"
|
id="plan"
|
||||||
onload="initSvgSupport()">
|
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