Optimisation & Hotfix
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user