AP23/vues/v_ficheVisites.php
2022-04-07 10:12:20 +02:00

43 lines
1.8 KiB
PHP

<?php
//auteur : CLINET Adrien -- dernière modif : 31/03/2022
echo("
<div>
<fieldset><legend>Coordonnées du praticien
<td style='width:10px;text-align:center;'><a href='index.php?choixTraitement=visite&action=voir'><img src='images/modif.gif' title='voir'></a></td>
<td style='width:10px;text-align:center;'></legend>
<table>");
echo("<tr> <th style='width:20px;text-align:center;'>Nom</th>
<td>".$lesInfosCompteRendu['pNom']."</td></tr>
<tr> <th style='width:20px;text-align:center;'>Prenom</th>
<td>".$lesInfosCompteRendu['pPrenom']."</td></tr>
<tr> <th style='width:20px;text-align:center;'>Rue</th>
<td>".$lesInfosCompteRendu['pRue']."</td></tr>
<tr> <th style='width:20px;text-align:center;'>Code Postal</th>
<td>".$lesInfosCompteRendu['pCP']."</td></tr>
<tr> <th style='width:20px;text-align:center;'>Ville</th>
<td>".$lesInfosCompteRendu['pVille']."</td></tr>
</table>
</fieldset>
<fieldset><legend>Rapport de visite</legend>
<table style='border: 0px solid white;'>
<tr>
<tr> <th style='width:20px;text-align:center;'>Ville</th>
<td>".$lesInfosProfil['uVille']."</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;'>Ville</th>
<td>".$lesInfosProfil['uVille']."</td></tr>
<tr> <th style='width:20px;text-align:right;'>Ville</th>
<td>".$lesInfosProfil['uVille']."</td></tr>
<tr> <th style='width:20px;text-align:right;'>Ville</th>
<td>".$lesInfosProfil['uVille']."</td></tr>
</tr>
</table>
</fieldset>
</div>
");