modif
This commit is contained in:
42
vues/v_ficheVisites.php
Normal file
42
vues/v_ficheVisites.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?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>
|
||||
");
|
||||
Reference in New Issue
Block a user