Le résultat reprend les zones suivantes :
a) Nom du film
b) Anné de sortie
c) Genre
d) Date d'ajout
e) Gestion des emprunts
f) Nb de volume + Type de support
g) Taille en Mo
h) Origine
De plus, le nom du film est transformé en lien vers le site correspondant au champ "Adresse Web".

Voili, voulou, je vous livre ma modeste contribution
<html><head>
<style TYPE="text/css">
text,body,p,div,span,th,td,ul,li { FONT-SIZE: 8pt; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: black; }
HR { color: black; }
A:link { COLOR: #003399;}
A:visited { COLOR: #003399;}
A:hover { COLOR: #CC0000;}
A:active { COLOR: #CC0000;}
td.blk { color: white; background: black; border: solid;}
table.blk { color: white; border: solid; border-width: thin; border-color: black;}
table.lgt { color: black; }
td.lgt { color: black; }
p.title { font-size: 18pt; font-weight: bold; }
</style></head><body background="C:\Program Files\BuyPin Software\Ant Movie Catalog\Templates\fond-presentation.jpg">
<p>Liste des films de $$OWNER_NAME au $$DATE. Liste généré grace a <a href="http://www.ant.be.tf/moviecatalog/" target="_blank">Ant Movie Catalog</a>.</p>
<p><strong>Total: $$TOTALMOVIES Films</strong></p>
<table class="blk" border="1" cellspacing="0" cellpadding="5">
<tr>
<td class="blk" nowrap>Titre</td>
<td class="blk" nowrap>Année</td>
<td class="blk" nowrap>Genre</td>
<td class="blk" nowrap>Date d'ajout</td>
<td class="blk" nowrap>Emprunté par</td>
<td class="blk" nowrap>Nb Support</td>
<td class="blk" nowrap>Taille</td>
<td class="blk" nowrap>Origine</td>
</tr>
$$ITEM_BEGIN
<tr>
<td class="lgt"><a href="$$ITEM_URL " target="_blank">$$ITEM_TRANSLATEDTITLE </a></td>
<td class="lgt">$$ITEM_YEAR </td>
<td class="lgt">$$ITEM_CATEGORY </td>
<td class="lgt">$$ITEM_DATEADD </td>
<td class="lgt">$$ITEM_BORROWER </td>
<td class="lgt">$$ITEM_DISKS $$ITEM_TYPE </td>
<td class="lgt">$$ITEM_SIZE Mo</td>
<td class="lgt">$$ITEM_SOURCE </td>
</tr>
$$ITEM_END
</table></body></html>