Compare commits
2 Commits
ad2a770dc8
...
0d1d4385f9
Author | SHA1 | Date | |
---|---|---|---|
|
0d1d4385f9 | ||
|
30e988a406 |
@ -32,6 +32,5 @@
|
|||||||
<tr><th>Mail employeur : </th><td><input type="text" name="ztMailEmp" size="20" maxlength="30"></td></tr>
|
<tr><th>Mail employeur : </th><td><input type="text" name="ztMailEmp" size="20" maxlength="30"></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<input type="button" name="button" onclick="window.location='http://localhost:8080/AP31-Projet1/Profil'" value="Valider les modification">
|
<input type="button" name="button" onclick="window.location='http://localhost:8080/AP31-Projet1/Profil'" value="Valider les modification">
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
||||||
<head>
|
<head>
|
||||||
|
<<link rel="stylesheet" href="css/newcss.css"/>
|
||||||
<title>SDIS29</title>
|
<title>SDIS29</title>
|
||||||
</head>
|
</head>
|
||||||
<div id="page">
|
<div id="page">
|
||||||
<div id="entete">
|
<div id="entete">
|
||||||
<img src="./images/LogoSDIS29.jpg" id="logo" alt="SDIS29" title="SDIS 29" align='left' style="width: 200px; height: 180px" />
|
<img src="./images/LogoSDIS29.jpg" id="logo" alt="SDIS29" title="SDIS 29" align='left' style="width: 200px; height: 180px";
|
||||||
<!-- fin de l'entête -->
|
}/>
|
||||||
|
<!-- fin de l'entête -->
|
||||||
|
59
web/css/newcss.css
Normal file
59
web/css/newcss.css
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
/*
|
||||||
|
To change this license header, choose License Headers in Project Properties.
|
||||||
|
To change this template file, choose Tools | Templates
|
||||||
|
and open the template in the editor.
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
Created on : 21 oct. 2021, 16:37:16
|
||||||
|
Author : elliass.chelloug
|
||||||
|
*/
|
||||||
|
body
|
||||||
|
{
|
||||||
|
background-color: #596b6e;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
margin:0% 0%;
|
||||||
|
padding : 0.9em;
|
||||||
|
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
#contenu
|
||||||
|
{
|
||||||
|
border: none;
|
||||||
|
padding: 2.1em;
|
||||||
|
background-color: white;
|
||||||
|
border-left : groove 0.8em #980101;
|
||||||
|
margin-top : 1.1em;
|
||||||
|
margin-left: 82px;
|
||||||
|
min-height:27em;
|
||||||
|
height:27em;
|
||||||
|
}
|
||||||
|
piedForm
|
||||||
|
{
|
||||||
|
border-bottom-width : 0.1em;
|
||||||
|
border-left-width : 0.1em;
|
||||||
|
border-right-width : 0.1em;
|
||||||
|
border-top-width : 0em;
|
||||||
|
border-style : solid;
|
||||||
|
border-color : #000;
|
||||||
|
text-align:right ;
|
||||||
|
width : 95%;
|
||||||
|
margin-top:0em;
|
||||||
|
}
|
||||||
|
form
|
||||||
|
{
|
||||||
|
margin-bottom:1em;
|
||||||
|
}
|
||||||
|
corpsForm legend
|
||||||
|
{
|
||||||
|
font-weight:bold;
|
||||||
|
font-size:1.2em;
|
||||||
|
}
|
||||||
|
corpsForm label
|
||||||
|
{
|
||||||
|
float: left;
|
||||||
|
text-align:right;
|
||||||
|
width:33%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 .5em 0 0;
|
||||||
|
line-height: 1.8;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user