game/templates/forerunner/messagerie_accueil.tpl

62 lines
1.8 KiB
Smarty

{ERREUR}
<form action="messagerie.php?act=del" method="post">
<div class="cadre">
<div class="contour">
<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{messages.SPECIAL}>
<td><input type="checkbox" name="action" value="{messages.ID}" /></td>
<td>{messages.EXPEDITEUR}</td>
<td><a href="messagerie.php?act=lire&id={messages.ID}"><b>{messages.SUJET}</b></a> - <i>{messages.EXTRAIT}</i></td>
<td>{messages.DATEHEURE}</td>
</tr>
<!-- END messages -->
{MESS}
</tbody>
</table>
</div>
<br />
<div class="contour">
<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{rapports.SPECIAL}>
<td><input type="checkbox" name="actionrapport" value="{rapports.ID}" /></td>
<td>{rapports.TYPE}</td>
<td><a href="messagerie.php?act=lire&id={rapports.ID}"><b>{rapports.SUJET}</b></a> - <i>{rapports.EXTRAIT}</i></td>
<td>{rapports.DATEHEURE}</td>
</tr>
<!-- END rapports -->
{RAPO}
</tbody>
</table>
</div>
<br />
<div class="contour" style="text-align: left;">
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;" />
</div>
</div>
</form>