If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
Pyro
Post
by Pyro » 2004-09-05 20:23:15
Comme je dois souvent envoyer ma liste par mail , voila 2 templates pour avoir un max d info dans un minimum de place ,rien d extraordinaire mais si ça peux aider ceux qui sont nul en modif
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>$$OWNER_NAME</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE><!--
A {text-decoration: none;}
A:hover {text-decoration: underline;}
TD {font: 7pt Verdana, Arial, Helvetica, sans-serif;}
--></STYLE>
</head>
<body>
<p align="right"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>$$TOTALMOVIES Films <br>Dernière mise à jour : </strong>: $$DATE<br>
E-mail: <a href="mailto:$$OWNER_MAIL">$$OWNER_MAIL</a></font></p>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#CCCCCC">
<td><div align="center"><strong><a href="titre.html" target="_top">Titre</a></font></strong></div></td>
<td><div align="center"><strong>Infos</font></strong></div></td>
<td><div align="center"><strong>Descriptif</font></strong></div></td>
<td><div align="center"><strong><a href="support.html" target="_top">Support</a></font></strong></div></td>
</tr>
$$ITEM_BEGIN
<tr bgcolor="#FFFFFF">
<td><a href="$$ITEM_URL" TARGET="_blank" title="$$ITEM_ORIGINALTITLE" >$$ITEM_TRANSLATEDTITLE</a></td>
<td><a title="$$ITEM_COUNTRY" </a>$$ITEM_CATEGORY ($$ITEM_YEAR)<br> De : $$ITEM_DIRECTOR <br> Avec : $$ITEM_ACTORS</td>
<td><a title="Langue : $$ITEM_LANGUAGES - $$ITEM_COMMENTS " </a>$$ITEM_DESCRIPTION</td>
<td><a title="$$ITEM_VIDEOFORMAT" </a>$$ITEM_DISKS $$ITEM_TYPE</td>
</tr>
$$ITEM_END
</table>
</body>
</html>
<html><head>
<style TYPE="text/css">
text,body,p,div,span,th,td,ul,li { FONT-SIZE: 10pt; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: black; background: white; }
HR { color: black; }
A:link { COLOR: #003399; background: white; }
A:visited { COLOR: #003399; background: white; }
A:hover { COLOR: #CC0000; background: white; }
A:active { COLOR: #CC0000; background: white; }
td.blk { color: white; background: black; border: solid; border-color: black; }
table.blk { color: white; background: black; border: solid; border-color: black; border-width: thin; }
table.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
td.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
p.title { font-size: 18pt; font-weight: bold; }
</style></head><body>
<p>Dernière mise à jour : $$DATE</p>
<table class="blk" border="1" cellspacing="0" cellpadding="5"><tr>
<td class="blk" nowrap>Titre</td>
<td class="blk" nowrap>Genre</td>
<td class="blk" nowrap>Année</td>
<td class="blk" nowrap>Réalisateur</td>
<td class="blk" nowrap>Durée</td>
<td class="blk" nowrap>Support</td>
<td class="blk" nowrap>Languages</td>
</tr>$$ITEM_BEGIN<tr>
<td rowspan="2" class="lgt"> <a href="$$ITEM_URL" TARGET="_blank" title="$$ITEM_ORIGINALTITLE" > <strong>$$ITEM_TRANSLATEDTITLE </strong></td></a>
<td class="lgt">$$ITEM_CATEGORY </td>
<td class="lgt">$$ITEM_YEAR </td>
<td class="lgt"><a title="$$ITEM_COUNTRY"> $$ITEM_DIRECTOR </td>
<td class="lgt">$$ITEM_LENGTH min</td>
<td class="lgt"><a title="$$ITEM_VIDEOFORMAT" > $$ITEM_DISKS $$ITEM_TYPE </td>
<td class="lgt"><a title="Sous titres : $$ITEM_SUBTITLES"> $$ITEM_LANGUAGES </td>
<tr><td colspan="6" class="lgt">Avec : $$ITEM_ACTORS </td></tr>
</tr><tr><td colspan="8" class="lgt"><a title="$$ITEM_COMMENTS">$$ITEM_DESCRIPTION </td></tr><tr><td colspan="1" class="blk"></td>
</tr>$$ITEM_END</table><p><strong>Total: $$TOTALMOVIES movies</strong></p></body></html>