This template is a carousel that requires jQuery and jQuery.Flipster from here:
https://github.com/drien/jquery-flipster
Download it and include it like this with TypoScript:
page {
includeCSS.flipstercss = fileadmin/jquery-flipster-master/src/css/jquery.flipster.min.css
includeJSFooter.flipster = fileadmin/jquery-flipster-master/src/js/jquery.flipster.min.js
jsFooterInline {
77 = TEXT
77.value (
$(function(){ $(".flipster").flipster({ style: 'carousel', start: 'center' }); });
)
}
}
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.