Optimisation & Hotfix

This commit is contained in:
Divlo
2019-08-18 20:06:06 +02:00
parent 15bba4aef2
commit b176b370ca
15 changed files with 109 additions and 156 deletions

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="yellow-color">La météo</span> :</h1>
<h1 class="mt-4 text-center"><span class="important">La météo</span> :</h1>
<p class="pt-3 text-center">Affiche la météo et l'heure local selon la ville.</p>
<div class="form-group">
<label for="cityName">Entrez le nom d'une ville :</label>

View File

@ -27,7 +27,7 @@
<!-- Page Content -->
<div class="container">
<div class="row">
<h1 class="function-list-title">La liste des <span class="yellow-color">Fonctions</span> :</h1>
<h1 class="function-list-title">La liste des <span class="important">Fonctions</span> :</h1>
<!-- <p class="text-center">(Uniquement les fonctions pouvant être testé sont affichés.)</p> -->
<table class="table table-bordered">
<thead>

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="yellow-color"><?php echo $title?></span></h1>
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span></h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="form-group">
<label for="birthDateValue">Entrez la date de naissance au format (dd/mm/yyyy) :</label>

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="yellow-color"><?php echo $title?></span> :</h1>
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<br>
<div class="form-group">

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="yellow-color"><?php echo $title?></span> :</h1>
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="form-group">
<label for="temperatureValue">Entrez la température :</label>

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="yellow-color"><?php echo $title?></span> :</h1>
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="form-group">
<label for="minValue">Entrez la valeur minimale :</label>

View File

@ -9,7 +9,7 @@
<!-- Page Content -->
<div class="container">
<h1 class="mt-4 text-center"><span class="yellow-color"><?php echo $title?></span> :</h1>
<h1 class="mt-4 text-center"><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="form-group">
<label for="cityName">Entrez le nom d'une ville :</label>