mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-19 02:41:03 +01:00
Move styles and update index.html
This commit is contained in:
parent
1256c08c8a
commit
ab4b764924
37
index.html
37
index.html
@ -1,25 +1,10 @@
|
|||||||
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
<title>perdu.html</title>
|
<title>GP(EN)S</title>
|
||||||
<style>
|
<link rel="stylesheet" href="resources/styles.css">
|
||||||
|
|
||||||
#searchResultInfos {
|
|
||||||
background-color: #BBBBBB;
|
|
||||||
}
|
|
||||||
|
|
||||||
#selectedSalleInfos {
|
|
||||||
background-color: #BBBBBB;
|
|
||||||
line-height: 150%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#selectedSalleInfos h2 {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -105,8 +90,8 @@
|
|||||||
|
|
||||||
<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" checked="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>
|
||||||
<select name="batiment" id="selector_batiment">
|
<select name="batiment" id="selector_batiment">
|
||||||
@ -130,13 +115,13 @@
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<object type="image/svg+xml"
|
<object
|
||||||
|
type="image/svg+xml"
|
||||||
data="https://perso.ens-lyon.fr/samy.avrillon/gpens/maps/M-MGN1-3.svg"
|
data="https://perso.ens-lyon.fr/samy.avrillon/gpens/maps/M-MGN1-3.svg"
|
||||||
id="plan"
|
id="plan"
|
||||||
onload="initSvgSupport()">
|
onload="initSvgSupport()"
|
||||||
|
>
|
||||||
Votre navigateur ne sait pas charger les objets HTML.... Je vais voir ce que je peux faire.
|
Votre navigateur ne sait pas charger les objets HTML.... Je vais voir ce que je peux faire.
|
||||||
|
|
||||||
</object>
|
</object>
|
||||||
|
|
||||||
<div id="selectedSalleInfos">
|
<div id="selectedSalleInfos">
|
||||||
@ -146,9 +131,9 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
<label for="salleNameSearch">Rechercher par nom de salle : </label> <input name="salleNameSearch" type="text" id="salleNameSearch"/> <input name=salleNameButton" type=button value="Rechercher" onclick="salleNameSearch" />
|
<label for="salleNameSearch">Rechercher par nom de salle : </label> <input name="salleNameSearch" type="text" id="salleNameSearch"/> <input name="salleNameButton" type=button value="Rechercher" onclick="salleNameSearch" />
|
||||||
<br/>
|
<br/>
|
||||||
<label for="salleLocSearch">Rechercher par locataire : </label> <input name="salleLocSearch" type="text" id="salleLocSearch"/> <input name=salleLocButton" type=button value="Rechercher" onclick="salleLocSearch" />
|
<label for="salleLocSearch">Rechercher par locataire : </label> <input name="salleLocSearch" type="text" id="salleLocSearch"/> <input name="salleLocButton" type=button value="Rechercher" onclick="salleLocSearch" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div id="searchResultInfos">
|
<div id="searchResultInfos">
|
||||||
|
|||||||
12
resources/styles.css
Normal file
12
resources/styles.css
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#searchResultInfos {
|
||||||
|
background-color: #BBBBBB;
|
||||||
|
}
|
||||||
|
|
||||||
|
#selectedSalleInfos {
|
||||||
|
background-color: #BBBBBB;
|
||||||
|
line-height: 150%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#selectedSalleInfos h2 {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user