This template is a gallery that requires jQuery + jQuery UI Easing and AD Gallery from here:
http://adgallery.codeplex.com/documentation
Download AD Gallery and include them like this with TypoScript:
page {
includeJS.adgallery = fileadmin/template/ADGallery/lib/jquery.ad-gallery.js
includeCSS.adgalcss = fileadmin/template/ADGallery/lib/jquery.ad-gallery.css
}
And the FancyBox-solution from here:
http://forum.jquery.com/topic/fancybox-in-ad-gallery
You need jQuery FancyBox and jQuery FancyBox Buttons. Download them and include them like this with TypoScript:
page {
includeJS.fancybox = fileadmin/template/fancyBox/source/jquery.fancybox.pack.js
includeCSS.fancybox = fileadmin/template/fancyBox/source/jquery.fancybox.css
}
Note: if you want to copy this HTML-file to your fileadmin-folder, you can specifty the folder like this:
plugin.tx_camaliga.view.templateRootPath = fileadmin/template/files/
Copy this file in a subfolder named "Content" of this folder.