Thank you for your answer.
I try using a web server and it works fine.
It works also in local http using IE9, but not with Firefox.
I will made some tests of the differents functions of the template and i will give you a return.
Regards
Jean-Louis

There are two steps to take to make new images work:jaynap wrote:I am trying to add a new genre called Comic Book, but even with the image in the genre folder it is not working. Also the PG-13 us mpaa image is not working. Can new images be added or is it limited to the provided images only?
Code: Select all
<genre file="new-genre"><id>comic book</id></genre>
Hi kgytopi,kgytopi wrote:Could I get some help regarding this?
Code: Select all
p{
font-family:Verdana,Arial,sans-serif;
font-size:8pt;
font-style:normal;
font-weight:normal;
text-decoration:none;
text-align:justify;
margin:2px 0 0 0;
padding:0;
height:60px; <= add
overflow:auto; <= add
}
Code: Select all
Original:
<cell title="Date" sortby="Date" align="center" style="filmstrip">
<text style="p">movie.getAttribute('Date')</text>
</cell>
Revised:
<cell title="Date" sortby="Date" align="left" style="filmstrip">
<text style="u">movie.getAttribute('Date')</text>
</cell>
bonienl wrote: Hi kgytopi,
Great you like my template![]()
I presume you want the scrolling cell for the "Description" part. You can do the following:
1. In the themes files (for example 'cyan.css') add your statements to the 'p' section. .............
Bonjour gigi1250,tout d'abord merci pour ce soft qui evolue encore![]()
cependant comme cité plus haut ds le post j'utilise le template 4.0 from bergware et lorsque je cree mon fichier XML, les dates sortent au format yyyy-mm-dd; hors pour que le tri sur la colonne date d'ajout se fasse il faudrait qu'elles soient au format dd-mm-yyyy.
j'ai bien installé la version 4.1.1 du 18/03 mais cela n'a rien changé lors de l'export xml....sous la version 3.5.1 c'etait OK et apres un rapide test sur ce template çà marche donc cela vient bien du format de la date d'ajout.
de plus je ne peux plus utiliser la version 3.5.1.2 car ma base ne s'ouvre plus :j'imagine qu'il n'y a pas de retrocompatibilité.
y a t-il une solution à mon prob ?
et encore merci pour le temps passé à développer ce soft que j'utilise depuis qqs années déja.
Cdt
Effectivement les dates sortent au format yyyy-mm-dd avec AMC 4.1.X.lorsque je cree mon fichier XML, les dates sortent au format yyyy-mm-dd; hors pour que le tri sur la colonne date d'ajout se fasse il faudrait qu'elles soient au format dd-mm-yyyy.
Code: Select all
switch (system){
case 'dmy': ymd=function(s){return s?(s.slice(6)+s.slice(3,5)+s.slice(0,2))*1:0;}; break;
case 'mdy': ymd=function(s){return s?(s.slice(6)+s.slice(0,2)+s.slice(3,5))*1:0;}; break;
case 'ymd': ymd=function(s){return s?(s.slice(0,4)+s.slice(5,7)+s.slice(8))*1:0;}; break;
default : ymd=function(s){return s?s:0;};}
Code: Select all
// AMC 3.5.1
/*switch (system){
case 'dmy': ymd=function(s){return s?(s.slice(6)+s.slice(3,5)+s.slice(0,2))*1:0;}; break;
case 'mdy': ymd=function(s){return s?(s.slice(6)+s.slice(0,2)+s.slice(3,5))*1:0;}; break;
case 'ymd': ymd=function(s){return s?(s.slice(0,4)+s.slice(5,7)+s.slice(8))*1:0;}; break;
default : ymd=function(s){return s?s:0;};}*/
// AMC 4.1.0
ymd=function(s){return s?(s.slice(0,4)+s.slice(5,7)+s.slice(8))*1:0;};
Tu as la possibilité d'enregistrer ta base au format 3.5.1 avec AMC 4.1.X si tu souhaite revenir à la version 3.5.1 mais tu perdras les ajouts de la version 4.1.X comme les champs personnalisés.de plus je ne peux plus utiliser la version 3.5.1.2 car ma base ne s'ouvre plus :j'imagine qu'il n'y a pas de retrocompatibilité.
Hi, your english is fine! Do you mean the layout xml that I use?Subbat wrote:Hi parry,
I'm sorry but i have no idea for your problem... Could you upload your xml for trying...
PS: sorry for my english...