My Templates
Posted: 2012-12-11 19:55:38
these my transformed versions
Thanks for all of the ideas
kgytopi
Thanks for all of the ideas
kgytopi
Szia!xzoli wrote:Szia!
Ezek a template-ek elérhetők valahol szegény honfitársak számára?
xzoli
I'm sorry, I don't understand your questionspiderbat wrote:bonjour comment faite vous pour afficher un fanart???
1. - I create a custom field : hatter (or background) / this stores the name of the picturespiderbat wrote:sorry my english is not perfect...How did you realize your template with background images
Code: Select all
<html>
<head>
<META NAME="DESCRIPTION" CONTENT="Basic template with 3 pictures beside of cover.">
<META NAME="DESCRIPTION" CONTENT="Needs custom fields PIC_PATH and CATALOG">
<META NAME="DESCRIPTION" CONTENT="v1.0 - 29.11.2012 by J">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style TYPE="text/css">
body {margin:0; padding:10px; color:white; font-size:13pt; font-family:Arial}
div.header {font-size:20pt; font-weight:bold; color:#FF0000; text-align:center; padding:10px}
div.h2 {font-size:12pt; font-style:italic; text-align:center; margin-bottom:14px; margin-top:-10px}
div.cover {position:absolute; top:106px; left:10px; background:white; padding:4px; width:230px}
table.daten {position:absolute; top:96px; width:100%; margin-left:248px; height:340px; overflow:hidden}
table.info {position:absolute; top:468px; left:10px; width:100%}
tr {vertical-align:top}
td.wh, td.who, td.gr {line-height:1.5; padding-left:5px}
td.wh {color:#FFFFFF}
td.who {color:#FFFF00; font-weight:bold}
td.gr {width:130px; color:#07A7BF; font-weight:bold}
span {background:$$ITEM_COLORHTML; color:black; border:solid; border-width:1px; border-color:gray}
div.position {position:absolute; top:528px; left:431px}
img.pics {border:solid; border-width:2px; border-color:white; width:240px; height:135px; margin-right:10px}
</style>
</head>
<body background="$$ITEM_CF_HATTER">
<div class="header">$$ITEM_ORIGINALTITLE</div>
<div class="h2"> $$ITEM_TRANSLATEDTITLE </div>
<hr>
<h2 align="center">
<font size="2" color="#FFFFFF">$$ITEM_YEAR | $$ITEM_COUNTRY $$ITEM_CATEGORY | $$ITEM_LENGTH perc</font></h2>
<hr>
<table cellspacing="0" cellpadding="5" border="0" width="100%">
<!--
<colgroup>
<col width="50,5%">
<col width="49,5%">
</colgroup>
-->
<tr>
<td width="230">
<img src="$$ITEM_PICTUREFILENAME" width="230">
</td>
<td>
<table width="100%" border="0" >
<tr>
<td class="gr">$$LABEL_ACTORS</td>
</tr>
<tr>
<td class="wh">$$ITEM_ACTORS</td>
</tr>
<tr>
<td class="gr">$$LABEL_DIRECTOR</td>
</tr>
<tr>
<td class="wh">$$ITEM_DIRECTOR</td>
</tr>
<tr>
<td class="gr">$$LABEL_PRODUCER</td>
</tr>
<tr>
<td class="wh">$$ITEM_PRODUCER</td>
</tr>
</table>
</td>
<td width="320">
<table width="100%" border="0">
<tr>
<td class="gr">$$LABEL_MEDIA</td>
<td class="who">$$ITEM_MEDIA</td>
</tr>
<tr>
<td class="gr">$$LABEL_TYPE</td>
<td class="who">$$ITEM_TYPE</td>
</tr>
<tr>
<td class="gr">$$LABEL_SOURCE</td>
<td class="who">$$ITEM_SOURCE</td>
</tr>
<tr>
<td class="gr">$$LABEL_RESOLUTION</td>
<td class="who">$$ITEM_RESOLUTION</td>
</tr>
<tr>
<td class="gr">$$LABEL_BORROWER</td>
<td class="who">$$ITEM_BORROWER</td>
</tr>
<tr>
<td class="gr">$$LABEL_DATEADD</td>
<td class="who">$$ITEM_DATEADD</td>
</tr>
<tr>
<td class="gr">$$LABEL_SIZE</td>
<td class="who">$$ITEM_SIZE $$LABEL_UNIT</td>
</tr>
<tr>
<td class="gr">$$LABEL_FRAMERATE</td>
<td class="who">$$ITEM_FRAMERATE</td>
</tr>
<tr>
<td class="gr">$$LABEL_DISKS</td>
<td class="who">$$ITEM_DISKS</td>
</tr>
<tr>
<td class="gr">$$LABEL_RATING</td>
<td class="who"><b><span> $$ITEM_CHECKED </span> $$ITEM_RATING</b></td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<table cellspacing="5" cellpadding="0">
<th></th>
<tr>
<td class="gr">$$LABEL_DESCRIPTION:</td>
<td style="text-align: justify" class="wh">$$ITEM_DESCRIPTION</td>
</tr>
</table>
<hr>
<table cellspacing="5" cellpadding="0">
<th></th>
<tr></tr>
<tr>
<td class="gr">$$LABEL_COMMENTS:</td>
<td class="wh">$$ITEM_COMMENTS</td>
</tr>
<tr>
<td class="gr">$$LABEL_VIDEOFORMAT</td>
<td class="who">$$ITEM_VIDEOFORMAT</td>
</tr>
<tr>
<td class="gr">$$LABEL_AUDIOFORMAT</td>
<td class="who">$$ITEM_AUDIOFORMAT</td>
</tr>
<tr>
<td class="gr">$$LABEL_LANGUAGES </td>
<td class="who">$$ITEM_LANGUAGES </td>
</tr>
<tr>
<td class="gr">$$LABEL_SUBTITLES </td>
<td class="who">$$ITEM_SUBTITLES </td>
</tr>
</table>
</body></html>
Antp te l'explique dans sa réponse.spiderbat wrote:je doit crée un champ personalisé c'est bien cela? si oui quel tag je doit mettre?
Donc oui, tu crées un champ perso (tout est expliqué dans l'aide d'AMC (touche F1) ... à partir des versions qui gérent les champs perso evidemment)antp wrote:Soit il faut modifier le template utilisé pour ajouter cet attribut à la balise <body> soit il faut utiliser un template qui y fait déjà référence (par exemple celui posté juste au-dessus).
Dans son exemple "HATTER" est le nom du champ personnalisé.
Oui, mais il faut posséder la 4.2.0 d'AMC et la méthode est très bien expliqué par J sur ces 2 posts.spiderbat wrote:j'ai vu sur un autres topic qu'il y avait aussi possibilité de le faire via une image qui se situe dans les extras??