This commit is contained in:
Alyssa 2024-12-20 10:29:31 +01:00
parent af50b4bd60
commit 8aa0003e64
6 changed files with 140 additions and 25 deletions

View File

@ -3,7 +3,6 @@
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="App\" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" packagePrefix="App\Tests\" />
<excludeFolder url="file://$MODULE_DIR$/vendor/composer" />
<excludeFolder url="file://$MODULE_DIR$/vendor/doctrine/cache" />

View File

@ -0,0 +1,16 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
<option name="myValues">
<value>
<list size="2">
<item index="0" class="java.lang.String" itemvalue="placeholder" />
<item index="1" class="java.lang.String" itemvalue="type" />
</list>
</value>
</option>
<option name="myCustomValuesEnabled" value="true" />
</inspection_tool>
</profile>
</component>

View File

@ -2,63 +2,108 @@ body {
background: #A6CD9E !important;
}
.background {
background-color: #7D9599;
position: absolute;
width: 100%;
height: 87%;
width: 23%;
height: 100%;
}
.background-intervention {
background-color: #A0C2C8;
background-color: #7D9599;
position: absolute;
box-shadow: 0 0 15px 0 black;
border-radius: 5%;
box-shadow: 0 0 8px 0 black;
margin: 7% 0 0 15%;
margin: 7% 0 0 26.5%;
width: 70%;
height: 70%;
}
.logoCalendar {
position: absolute;
margin: 1% 0 0 5%;
width: 5%;
margin: 5% 0 0 2%;
width: 4.5%;
}
.titre {
.intervention {
position: absolute;
margin: 2% 0 0 11%;
margin: 10.5% 0 0 2%;
font-size: 175%;
width: 50%;
color: white;
}
.logoChauffagiste {
position: absolute;
margin: 15% 0 0 2%;
width: 4.5%;
}
.chauffagiste {
position: absolute;
margin: 20% 0 0 2%;
font-size: 175%;
width: 20%;
color: white;
}
.logoModifier {
position: absolute;
margin: 25% 0 0 2%;
width: 4.5%;
}
.modifier {
position: absolute;
margin: 30% 0 0 2%;
font-size: 175%;
width: 20%;
color: white;
}
.logoHegre {
position: absolute;
margin: 41% 0 0 0;
width: 10%;
}
#nom {
position: absolute;
margin: 2% 0 0 5%;
width: 45%;
font-size: 160%;
width: 90%;
height: 10%;
}
#echecs {
#pannes {
position: absolute;
margin: 6% 0 0 5%;
margin: 10% 0 0 3%;
width: 65%;
}
#employesCompetences {
position: absolute;
margin: 10% 0 0 5%;
margin: 15% 0 0 3%;
width: 65%;
}
#piece {
position: absolute;
margin: 14% 0 0 5%;
margin: 20% 0 0 3%;
width: 65%;
}
#vehicule {
position: absolute;
margin: 18.5% 0 0 5%;
margin: 25% 0 0 3%;
width: 20%;
height: 5%;
text-align: center;
background-color: white;
}
#vehicule1 {
position: absolute;
margin: 19% 0 0 21.5%;
margin: 25.7% 0 0 21.5%;
}
#oui {
position: absolute;
margin: 18.5% 0 0 24%;
margin: 25.3% 0 0 24%;
}
#vehicule2 {
position: absolute;
@ -71,12 +116,40 @@ body {
#date {
position: absolute;
margin: 2% 0 0 70%;
margin: 10% 0 0 75%;
width: 20%;
height: 5%;
text-align: center;
border-radius: 3%;
background-color: white;
}
#calendar {
position: absolute;
margin: 18.5% 0 0 33%;
margin: 15% 0 0 75%;
}
.applique {
position: absolute;
margin: 40% 0 0 80%;
width: 15%;
height: 15%;
border-radius: 3%;
background-color: white;
}
.supprimer {
position: absolute;
margin: 40% 0 0 62%;
width: 15%;
height: 15%;
border-radius: 3%;
background-color: white;
}
.from {
position: absolute;

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -2,7 +2,7 @@
<html lang="fr, en">
<head>
<meta charset="UTF-8">
<title>Créer Une Intervention</title>
<title>Créer une intervention</title>
<link href="{{ asset('styles/css/intervention.css') }}" rel='stylesheet'>
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text><text y=%221.3em%22 x=%220.2em%22 font-size=%2276%22 fill=%22%23fff%22>sf</text></svg>">
@ -17,12 +17,37 @@
<body>
<div class="background"></div>
<img class="logoCalendar" src="{{ asset('styles/image/calendar.png') }}" alt="Logo Calendrier">
<h1 class="titre">Créer Une Intervention</h1>
<h1 class="intervention">Créer une intervention</h1>
<img class="logoChauffagiste" src="{{ asset('styles/image/chauffagiste.png') }}" alt="Logo Chauffagiste">
<h1 class="chauffagiste">Choisissez un chauffagiste</h1>
<img class="logoModifier" src="{{ asset('styles/image/modifier.png') }}">
<h1 class="modifier">Modifier l'intervention</h1>
<img class="logoHegre" src="{{ asset('styles/image/LogoHegreConfort_SansFond.png') }}">
<div class="background-intervention">
<input required id="nom" placeholder="Nom de l'intervention">
<input required id="echecs" placeholder="Liste des échecs">
<input required id="employesCompetences" placeholder="Liste des employés et de leurs compétences">
<select required type="select" name="pannes" id="pannes">
<option value="pan1">pan1</option>
<option value="pan2">pan2</option>
<option value="pan3">pan3</option>
<option value="pan4">pan4</option>
<option value="pan5">pan5</option>
<option value="pan6">pan6</option>
</select>
<select required type="select" name="pannes" id="employesCompetences">
<option value="emp1">employé1 - sa compétence</option>
<option value="emp2">employé2 - sa compétence</option>
<option value="emp3">employé3 - sa compétence</option>
<option value="emp4">employé4 - sa compétence</option>
<option value="emp5">employé5 - sa compétence</option>
<option value="emp6">employé6 - sa compétence</option>
</select>
<!-- <input required id="employesCompetences" placeholder="Liste des employés et de leurs compétences"> -->
<input id="piece" placeholder="Pièce affecter">
<p id="vehicule">Véhicule nécessaire</p>
<input type="checkbox" name="vehicule1" id="vehicule1">
@ -32,6 +57,8 @@
<p id="date">Jour de l'intervention</p>
<input type="date" id="calendar">
<button type="submit" class="applique"> Appliquée </button>
<button type="reset" class="supprimer"> Supprimer </button>
<div class="from"> {{ form(form) }} </div>
</div>