This commit is contained in:
2022-04-07 10:12:20 +02:00
parent 89a3175a1b
commit a93efbd3be
14 changed files with 1255 additions and 71 deletions

35
vues/v_ModifVisite.php Normal file
View File

@@ -0,0 +1,35 @@
<?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>
");