Template for dynamic web page view version 1.2
Template for dynamic web page view version 1.2
This new version of the dynamic web page template includes the possibility to show 3D views of images. It uses the wonderful scripts of Christian Effenberger. I needed to adapt these scripts a little bit to make them work together with my own script.
At this moment 3D view works fine in Firefox but I can't get it to work in Internet Explorer. Therefore the default setting is 3D view off, but this can be easily enabled in the settings menu of the web page.
I have updated the layout files too to give a new look to the available layouts.
To address some of the questions asked in this forum I have added the possibility to display DVD region images. No input field is reserved for this so you need to assign one yourself (I use 'Resolution' for this). It is possible to display multiple regions by entering several values in the field separated by comma's.
The sorting direction is now remembered too, this means that upon a next visit both sorting column and direction are displayed as seen last time.
The flag images are more or less complete for all countries in the world, these images have all the same size and follow the ISO code naming. You might need to edit the flags.xml file to include any missing names for your collection.
An example of this new version can be viewed here
And the zip file can be downloaded here
Have fun!
BonieNL
At this moment 3D view works fine in Firefox but I can't get it to work in Internet Explorer. Therefore the default setting is 3D view off, but this can be easily enabled in the settings menu of the web page.
I have updated the layout files too to give a new look to the available layouts.
To address some of the questions asked in this forum I have added the possibility to display DVD region images. No input field is reserved for this so you need to assign one yourself (I use 'Resolution' for this). It is possible to display multiple regions by entering several values in the field separated by comma's.
The sorting direction is now remembered too, this means that upon a next visit both sorting column and direction are displayed as seen last time.
The flag images are more or less complete for all countries in the world, these images have all the same size and follow the ISO code naming. You might need to edit the flags.xml file to include any missing names for your collection.
An example of this new version can be viewed here
And the zip file can be downloaded here
Have fun!
BonieNL
Hi bonienl,
Used your earlier template on my other computer and was pleased with this great template.
On my laptop (Vista) the page hangs with the message "Loading movie database, please wait." In Explorer i get a java error:
'parent.footer.document' is leeg of geen object. (translated: parent.footer.document is empty or no object)
* Downloaded the latest template
* Tried to load the movies.xml file in both IE and FF, no errors except FF says there no linked stylesheet, but that shouldn't be a problem i guess
In Firefox same result but no java error visible.
Any idea what this can be?
Thanks in advance!
Used your earlier template on my other computer and was pleased with this great template.
On my laptop (Vista) the page hangs with the message "Loading movie database, please wait." In Explorer i get a java error:
'parent.footer.document' is leeg of geen object. (translated: parent.footer.document is empty or no object)
* Downloaded the latest template
* Tried to load the movies.xml file in both IE and FF, no errors except FF says there no linked stylesheet, but that shouldn't be a problem i guess
In Firefox same result but no java error visible.
Any idea what this can be?
Thanks in advance!
Can some one help me customize.. I want to use the collapsed view. How can I remove the rating, length, languages, subtitles and dates cells? And in the expanded view only leave synopsis and director and somehow make for example the synopsis clickable so you go to IMDB. No movie image. I deleted the useless stuff from the layout2.xml, but they still show up!
Thanks.
Thanks.
use the refresh button from your browserSvampen wrote:Can some one help me customize.. I want to use the collapsed view. How can I remove the rating, length, languages, subtitles and dates cells? And in the expanded view only leave synopsis and director and somehow make for example the synopsis clickable so you go to IMDB. No movie image. I deleted the useless stuff from the layout2.xml, but they still show up!
Thanks.
Thanks for the reminder I had all the time deleted cache from Opera, but the browser insisted on displaying the old version! Now I have it like I want, I even figured out to put after text style="" this: url="movie.getAttribute('URL')" title="'Goto external website'" to get the IMDB link!
I like this xml way of things..
I like this xml way of things..
about the guide images
How I can eliminate the images that appear next to the icon of region? I refer to the image unknow.gif that I appear several times by film. Your template is very very nice and I am enchanted. Thank you very much.
an idea for a next version you can to fix the header row (rating,titles....) in order that it not Disappear when we scroll down the mouse. .
[/img]
an idea for a next version you can to fix the header row (rating,titles....) in order that it not Disappear when we scroll down the mouse. .
[/img]
Re: about the guide images
The "unknown.gif" image is used when no matching film rating is found. I guess you are not using film ratings at all (there is no default field within AMC for this), in that case you have to edit the layout files and remove the line which starts with: <film src="movie.getAttribute(...sureste wrote:How I can eliminate the images that appear next to the icon of region? I refer to the image unknow.gif that I appear several times by film. Your template is very very nice and I am enchanted. Thank you very much.
an idea for a next version you can to fix the header row (rating,titles....) in order that it not Disappear when we scroll down the mouse. .
[/img]
I have no immediate plans to create a fixed header row, but I'll keep this in mind (it is not a bad idea afterall)
Hi there,
I am pretty new to AMC, just trying to figure out how everything works and what you can do. Wanted to try your template because the sample page looks just awesome. But when I download the 1.2 version via the above given link (http://www.bergware.com/amc/Template_v1 ... rgware.zip) I only get a .zip file containing four folders - flags, guide, images and themes. There are no .xml or .html files just those 4 folders. This can't be right, can it?
I am pretty new to AMC, just trying to figure out how everything works and what you can do. Wanted to try your template because the sample page looks just awesome. But when I download the 1.2 version via the above given link (http://www.bergware.com/amc/Template_v1 ... rgware.zip) I only get a .zip file containing four folders - flags, guide, images and themes. There are no .xml or .html files just those 4 folders. This can't be right, can it?
Well, I tried it with Winrar, Winzip and 7-Zip, always the same. Just 4 folders containing gif-images and 4 css files only. I found a link to the 1.1 version of your template a few threads below. No problems with this one. There I get the folders and everything else, like layout xml, html files etc.
It is clear what you are looking forerwalk wrote:Hi,
I would like to change something in the thumbail view (layout 4), is it possible?
I'd like the informations about the film not to appear when the cursor is on the film but when I clic on it.
Can you help me plz? Thx
I have made an update to the javascript file which you can download here and unzip this to your export folder.
To activate the new click behaviour you must edit the layout4.xml file and put the following
Code: Select all
<row thumbnails="true" click="true">
Remember that this behaviour you should not use in combination with a URL setting because it will open a web page in addition each time you click on the image.
Thx!
This morning, I found an over way to do what I want:
In the javascripts files I replaced the fonctions "onmouseover" by "onclick" and "onmouseout" by "onblur".
This way the information stay when I move the mouse and dissappear when I click somewhere else.
I also added the URL in the information window after "synopsis", so I still have the link to the external website.
This morning, I found an over way to do what I want:
In the javascripts files I replaced the fonctions "onmouseover" by "onclick" and "onmouseout" by "onblur".
This way the information stay when I move the mouse and dissappear when I click somewhere else.
I also added the URL in the information window after "synopsis", so I still have the link to the external website.
Excellent ideaerwalk wrote:Thx!
This morning, I found an over way to do what I want:
In the javascripts files I replaced the fonctions "onmouseover" by "onclick" and "onmouseout" by "onblur".
This way the information stay when I move the mouse and dissappear when I click somewhere else.
I also added the URL in the information window after "synopsis", so I still have the link to the external website.
I have updated the script in such a way that tooltips appear dynamically or on a click of the mouse. In the latter case I moved the URL info to the title part, see the updated example page and choose the 'thumbnail' view from the settings to see the new behaviour.
If you want this addition you can download the updated zip file. This also contains the latest (adapted) scripts from Christian Effenberger for support of IE8.