My Templates
My Templates
these my transformed versions
Thanks for all of the ideas
kgytopi
Thanks for all of the ideas
kgytopi
fantasztikus template
Szia!
Ezek a template-ek elérhetők valahol szegény honfitársak számára?
xzoli
Ezek a template-ek elérhetők valahol szegény honfitársak számára?
xzoli
Re: fantasztikus template
[HU]
Persze, csak írd meg, hogy hova küldjem Hirtelen nem tudok olyan tárhelyet, ahová fel tudnám tölteni tartósan.
Üdv Topi
Szia!xzoli wrote:Szia!
Ezek a template-ek elérhetők valahol szegény honfitársak számára?
xzoli
Persze, csak írd meg, hogy hova küldjem Hirtelen nem tudok olyan tárhelyet, ahová fel tudnám tölteni tartósan.
Üdv Topi
a new idea [EN, HU]
every film has its own background field (custom field)
[HUN]
Minden filmnek van egy saját háttér mezője (HATTER), amit felhasználok a html-ben!
...
<body background="$$ITEM_CF_HATTER">
...
[HUN]
Minden filmnek van egy saját háttér mezője (HATTER), amit felhasználok a html-ben!
...
<body background="$$ITEM_CF_HATTER">
...
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
2. - Use this ...
...
<body background="$$ITEM_CF_HATTER">
...
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>
(explanation in French, I guess it is not useful that I also put the English version)
En fait il suffit d'avoir le chemin vers l'image stocké dans un champ quelconque.
La procédure de manipulation des champs personnalisés est expliquée dans le fichier d'aide du logiciel.
Ensuite dans le template là où l'on veut que le template fasse référence à l'image (par ex l'attribut "background" du <body>) on peut faire appel à la valeur de ce champ. 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é.
En fait il suffit d'avoir le chemin vers l'image stocké dans un champ quelconque.
La procédure de manipulation des champs personnalisés est expliquée dans le fichier d'aide du logiciel.
Ensuite dans le template là où l'on veut que le template fasse référence à l'image (par ex l'attribut "background" du <body>) on peut faire appel à la valeur de ce champ. 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é.
BON OK, il y a une phrase que je ne comprend pas tres bien (moi et le htlm cela fait 2 ) "Ensuite dans le template là où l'on veut que le template fasse référence à l'image (par ex l'attribut "background" du <body>) on peut faire appel à la valeur de ce champ. 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 ". je doit crée un champ personalisé c'est bien cela? si oui quel tag je doit mettre? 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??
GOOD OK, there's a phrase I do not understand very well (me and the fact that htlm 2) "Then in the template where you want the template refers to the image (eg the "background" attribute of <body>) can appeal to the value of this field. either you must modify the template used to add this attribute to the <body> or you must use a template that already reference. "I should create a personalized field is that correct? if so what tag should I put it? I saw on one other topic that was also able to do so via an image that is in the extras?
GOOD OK, there's a phrase I do not understand very well (me and the fact that htlm 2) "Then in the template where you want the template refers to the image (eg the "background" attribute of <body>) can appeal to the value of this field. either you must modify the template used to add this attribute to the <body> or you must use a template that already reference. "I should create a personalized field is that correct? if so what tag should I put it? I saw on one other topic that was also able to do so via an image that is in the extras?
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
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é.
Ensuite, soit tu mets le tag utilisé par kgytopi (soit "HATTER"), soit tu utilises le tag de ton choix, mais tu devras alors modifier le template pour qu'il prenne en compte ton propre tag (autrement dit, il faudra modifier la ligne <body background ...etc ... et remplacer HATTER par ton tag).
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??
[New] Rainbow Seagull et Update "blue series"