Préparation vue

This commit is contained in:
Michael RICOIS 2011-12-29 16:57:15 +00:00
parent d96925e2eb
commit 3794151424
3 changed files with 20 additions and 3 deletions

View File

@ -1 +1,8 @@
<?php
<div style="background-color:#ffffff;padding:5px;">
<div style="margin:5px 0;">
<h2>Liste de vos ciblages</h2>
</div>
</div>

View File

@ -1,2 +1,13 @@
<div style="background-color:#ffffff;padding:5px;">
<?php
<div style="margin:5px 0;">
<h2>Vos 5 derniers ciblages</h2>
<p>Aucune ciblage.<p>
</div>
<div style="margin:5px 0;">
<h2>Rechercher dans vos ciblages</h2>
<input type="text" name="searchCiblage" />
</div>
</div>