My Templates

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
Post Reply
kgytopi
Posts: 51
Joined: 2007-11-02 22:13:31
Location: Hungary, Budapest

My Templates

Post by kgytopi »

these my transformed versions

Image
Image
Image


Thanks for all of the ideas

kgytopi
xzoli
Posts: 2
Joined: 2013-01-02 12:53:26

fantasztikus template

Post by xzoli »

Szia!

Ezek a template-ek elérhetők valahol szegény honfitársak számára? :)

xzoli
kgytopi
Posts: 51
Joined: 2007-11-02 22:13:31
Location: Hungary, Budapest

Re: fantasztikus template

Post by kgytopi »

[HU]
xzoli wrote:Szia!

Ezek a template-ek elérhetők valahol szegény honfitársak számára? :)

xzoli
Szia!

Persze, csak írd meg, hogy hova küldjem :) Hirtelen nem tudok olyan tárhelyet, ahová fel tudnám tölteni tartósan.

Üdv Topi
xzoli
Posts: 2
Joined: 2013-01-02 12:53:26

template

Post by xzoli »

Szia!

Nagyon kedves tőled!
b.zoltan@riarex.hu -ra mehet!

Xzoli
kgytopi
Posts: 51
Joined: 2007-11-02 22:13:31
Location: Hungary, Budapest

a new idea [EN, HU]

Post by kgytopi »

every film has its own background field (custom field)

Image

[HUN]
Minden filmnek van egy saját háttér mezője (HATTER), amit felhasználok a html-ben!

...
<body background="$$ITEM_CF_HATTER">
...
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

bonjour comment faite vous pour afficher un fanart???
kgytopi
Posts: 51
Joined: 2007-11-02 22:13:31
Location: Hungary, Budapest

Post by kgytopi »

spiderbat wrote:bonjour comment faite vous pour afficher un fanart???
I'm sorry, I don't understand your question
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

sorry my english is not perfect...How did you realize your template with background images
kgytopi
Posts: 51
Joined: 2007-11-02 22:13:31
Location: Hungary, Budapest

Post by kgytopi »

spiderbat wrote:sorry my english is not perfect...How did you realize your template with background images
1. - I create a custom field : hatter (or background) / this stores the name of the picture

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>
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

sorry I'm not very good with computers .... how you made ​​the Custom field and you set or path of the image code <body background="$$ITEM_CF_HATTER">
this site or exactly? thank you ;)
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

(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é.
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

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?
Raoul_Volfoni
Posts: 863
Joined: 2006-08-31 23:58:18

Post by Raoul_Volfoni »

spiderbat wrote:je doit crée un champ personalisé c'est bien cela? si oui quel tag je doit mettre?
Antp te l'explique dans sa réponse.
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é.
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)
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).
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??
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.
[New] Rainbow Seagull et Update "blue series"
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

Voila je pense avoir fait ce que vous m'avez dit mais cela ne fonctionne pas DITE moi ou jai commis une erreur

Image


Image
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

<body background="$$ITEM_CF_COVERS">
(CF pour Custom Field)
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

ok merci bcp tout fonctionne nickel ;) un grand merci
kgytopi
Posts: 51
Joined: 2007-11-02 22:13:31
Location: Hungary, Budapest

My Indigo version with AMC 4.2

Post by kgytopi »

Image
kgytopi
Posts: 51
Joined: 2007-11-02 22:13:31
Location: Hungary, Budapest

Post by kgytopi »

My ideas

Image
Image
Image
Post Reply