This template is a gallery that requires jQuery + jQuery Timers + jQuery UI Effects Easing and GalleryView from here:
http://spaceforaname.com/galleryview/
Furthermore you need jQuery FancyBox and jQuery FancyBox Buttons. Download them and include them like this with TypoScript:
page {
includeJS.timers = fileadmin/template/GalleryView/js/jquery.timers-1.2.js
includeJS.fancybox = fileadmin/template/fancyBox/source/jquery.fancybox.pack.js
includeJS.fancybuttons = fileadmin/template/fancyBox/source/helpers/jquery.fancybox-buttons.js
includeCSS.fancybox = fileadmin/template/fancyBox/source/jquery.fancybox.css
includeCSS.fancybuttons = fileadmin/template/fancyBox/source/helpers/jquery.fancybox-buttons.css
}
Note 1: copy the GalleryView-files into your fileadmin-folder and include them via TypoScript
or include it like in this example.
Note 2: 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.