HB/templates/humain/messagerie_accueil.tpl

54 lines
1.7 KiB
Smarty
Raw Normal View History

2008-11-19 11:00:00 +00:00
{ERREUR}
<form action="messagerie.php?act=del" method="post">
<table style="width: 100%;">
<thead>
<tr>
<th colspan="4">Messagerie priv&eacute;e</th>
</tr>
<tr>
<th> </th>
<th>Emetteur</th>
<th>Titre &amp; extrait</th>
<th>Date d'envoie</th>
</tr>
</thead>
<tbody>
<!-- BEGIN messages -->
<tr>
<td{messages.SPECIAL}><input type="checkbox" name="action" value="{messages.ID}" /></td>
<td{messages.SPECIAL}>{messages.EXPEDITEUR}</td>
<td{messages.SPECIAL}><a href="messagerie.php?act=lire&id={messages.ID}"><b>{messages.SUJET}</b></a> - <i>{messages.EXTRAIT}</i></td>
<td{messages.SPECIAL}>{messages.DATEHEURE}</td>
</tr>
<!-- END messages -->
{MESS}
</tbody>
</table>
<br />
<table style="width: 100%;">
<thead>
<tr>
<th colspan="4">Rapports</th>
</tr>
<tr>
<th> </th>
<th>Type</th>
<th>Titre &amp; extrait</th>
<th>Date d'envoie</th>
</tr>
</thead>
<tbody>
<!-- BEGIN rapports -->
<tr>
<td{rapports.SPECIAL}><input type="checkbox" name="actionrapport" value="{rapports.ID}" /></td>
<td{rapports.SPECIAL}>{rapports.TYPE}</td>
<td{rapports.SPECIAL}><a href="messagerie.php?act=lire&id={rapports.ID}"><b>{rapports.SUJET}</b></a> - <i>{rapports.EXTRAIT}</i></td>
<td{rapports.SPECIAL}>{rapports.DATEHEURE}</td>
</tr>
<!-- END rapports -->
{RAPO}
</tbody>
</table>
<br />
Pour les messages s&eacute;lectionn&eacute;s : <input type="submit" value="Supprimer" /> :: <input type="submit" value="Nouveau" onclick="window.location = 'messagerie.php?act=nouv'; return false;" />
</form>