35 lines
1.7 KiB
PHP
35 lines
1.7 KiB
PHP
<?php
|
|
//Auteur : CLINET Adrien -- dernière modif : 17/03/2022
|
|
|
|
echo("
|
|
<fieldset><legend>Visite</legend>
|
|
<div>
|
|
<fieldset><legend>Coordonnées du praticien</legend>
|
|
<table>
|
|
<tr> <th>Nom / Prenom</th> <td>");
|
|
if ($action==="modifier") {echo "<input class='controleLong' type='text' name='zLibelle' value='".$infosProfil['uNom, uPrenom']."'>";$actif=null;}
|
|
echo (" </td> </tr>
|
|
<tr> <th>Rue</th> <td>");
|
|
if ($action==="modifier") {echo "<input class='controleLong' type='text' name='zLibelle' value='".$infosProfil['uPrenom']."'>";$actif=null;}
|
|
echo (" </td> </tr>
|
|
<tr> <th>Code postal / Ville</th> <td>");
|
|
if ($action==="modifier") {echo "<input class='controleLong' type='text' name='zLibelle' value='".$infosProfil['uAdresse']."'>";$actif=null;}
|
|
echo ("
|
|
</table>
|
|
</fieldset>
|
|
<div>
|
|
<fieldset><legend>Rapport de visite</legend>
|
|
<table>
|
|
<tr> <th>Date de visiteNom</th> <td>");
|
|
if ($action==="modifier") {echo "<input class='controleLong' type='text' name='zLibelle' value='".$infosProfil['uNom']."'>";$actif=null;}
|
|
echo (" </td> </tr>
|
|
<tr> <th>Motif</th> <td>");
|
|
if ($action==="modifier") {echo "<input class='controleLong' type='text' name='zLibelle' value='".$infosProfil['uPrenom']."'>";$actif=null;}
|
|
echo (" </td> </tr>
|
|
<tr> <th>Commentaires</th> <td>");
|
|
if ($action==="modifier") {echo "<input class='controleLong' type='text' name='zLibelle' value='".$infosProfil['uAdresse']."'>";$actif=null;}
|
|
echo ("
|
|
</table>
|
|
</fieldset>
|
|
</fieldset>
|
|
"); |