recup
This commit is contained in:
43
gsb/vues/v_ficheProfil.php
Normal file
43
gsb/vues/v_ficheProfil.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
*auteur : Hadrien Rommel, lycée le castel à
|
||||
*dernière modif : 17/03/2022**/
|
||||
|
||||
echo("
|
||||
<div>
|
||||
<fieldset><legend>Coordonnées de l'utilisateur</legend>
|
||||
<table>");
|
||||
|
||||
echo("<tr> <th style='width:20px;text-align:center;'>Nom</th>
|
||||
<td>".$lesInfosProfil['uNom']."</td></tr>
|
||||
<tr> <th style='width:20px;text-align:center;'>Prenom</th>
|
||||
<td>".$lesInfosProfil['uPrenom']."</td></tr>
|
||||
<tr> <th style='width:20px;text-align:center;'>Adresse</th>
|
||||
<td>".$lesInfosProfil['uAdresse']."</td></tr>
|
||||
<tr> <th style='width:20px;text-align:center;'>Code Postal</th>
|
||||
<td>".$lesInfosProfil['uCP']."</td></tr>
|
||||
<tr> <th style='width:20px;text-align:center;'>Ville</th>
|
||||
<td>".$lesInfosProfil['uVille']."</td></tr>
|
||||
<tr> <th style='width:20px;text-align:center;'>Statut</th>
|
||||
<td>".$lesInfosProfil['wStatut']."</td></tr>
|
||||
<tr> <th style='width:20px;text-align:center;'>Nom de compte</th>
|
||||
<td>".$lesInfosProfil['uLogin']."</td></tr>
|
||||
<tr> <th style='width:20px;text-align:center;'>Region</th>
|
||||
<td>".$lesInfosProfil['wRegion']."</td></tr>
|
||||
<tr> <th style='width:20px;text-align:center;'>Secteur</th>
|
||||
<td>".$lesInfosProfil['wSecteur']."</td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
</fieldset>
|
||||
|
||||
<fieldset><legend>Laboratoire</legend>
|
||||
<table style='border: 0px solid white;'>
|
||||
<tr>
|
||||
<td><tr>
|
||||
<td>".$lesInfosProfil['lNom']."</td></tr> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
");
|
Reference in New Issue
Block a user