Affichage

This commit is contained in:
Michael RICOIS 2016-06-08 11:29:07 +02:00
parent c30ba3a96b
commit d083af279d

View File

@ -7,19 +7,14 @@
<table class="table">
<tbody>
<tr>
<td>Nom</td>
<th scope="row">Nom</th>
<td><?=$this->Info->Nom?></td>
</tr>
<tr>
<td>Siren</td>
<th scope="row">Siren</th>
<td><?=$this->Info->Siren?></td>
</tr>
</tbody>
</table>
<pre>
Liste des services
Rechercher un utilisateur
</pre>
</div>