modif
This commit is contained in:
35
vues/v_ModifVisite.php
Normal file
35
vues/v_ModifVisite.php
Normal 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>
|
||||
");
|
||||
Reference in New Issue
Block a user