mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 01:51:04 +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>
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<title>perdu.html</title>
|
||||
<style>
|
||||
|
||||
#searchResultInfos {
|
||||
background-color: #BBBBBB;
|
||||
}
|
||||
|
||||
#selectedSalleInfos {
|
||||
background-color: #BBBBBB;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
#selectedSalleInfos h2 {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
</style>
|
||||
<title>GP(EN)S</title>
|
||||
<link rel="stylesheet" href="resources/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -105,8 +90,8 @@
|
||||
|
||||
<form>
|
||||
<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="D" id=selector_site_D">Descartes</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>
|
||||
<select name="batiment" id="selector_batiment">
|
||||
@ -130,13 +115,13 @@
|
||||
|
||||
<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"
|
||||
id="plan"
|
||||
onload="initSvgSupport()">
|
||||
|
||||
onload="initSvgSupport()"
|
||||
>
|
||||
Votre navigateur ne sait pas charger les objets HTML.... Je vais voir ce que je peux faire.
|
||||
|
||||
</object>
|
||||
|
||||
<div id="selectedSalleInfos">
|
||||
@ -146,9 +131,9 @@
|
||||
<hr/>
|
||||
|
||||
<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/>
|
||||
<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>
|
||||
|
||||
<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