Blame | Last modification | View Log | Download | RSS feed
<#import "/template/srm/defaultLayout.ftl" as layout>
<@layout.myLayout title="Ricerca Utenti - Nessun Risultato Trovato" tipoMenu="menu1">
<div id="content-1colonna">
<h3 align="center">Nessun Risultato Trovato</h3>
<hr>
<table width="80%" border="0">
<tr>
<td>Nessun risultato trovato con i criteri di ricerca per id = <@s.property value="user" /></td>
</tr>
</table>
<@s.fielderror />
<@s.actionerror/>
<@s.fielderror>
<@s.param>id</@s.param>
</@s.fielderror>
<hr>
</div>
</@layout.myLayout>