File: //opt/alt/php54/usr/share/pear/RVSeagullMod/modules/photogallery/templates/photogallery.html
{this.plugin(#printHeader#,fileHeader):h}
<div id="debug"></div>
<input type="hidden" id="link-network" sharegallery="{galleryId}" shareimg="shareimg" shareOrgImg="shareimg" />
<div id="galleria" class="galleria"></div>
{scriptOpen:h}
//display()
Galleria.loadTheme('{webRoot}/js/photogallery/themes/rvsdefault/galleria.rvsdefault.js');
var webRoot = '{webRoot}';
var urlRefer = '{webRoot}/{currentPage}';
var webIndex = '{conf[site][frontScriptName]}';
var urlAjax = '{makeUrl(#sitebuilderAjaxExecute#,##,##)}&rvsMgr=photogallery';
galleryId = '{galleryId}';
var txtPrev = '{this.plugin(#translateJsMsg#,#Prev#)}';
var txtNext = '{this.plugin(#translateJsMsg#,#Next#)}';
var txtCallMailToFriend = '{this.plugin(#translateJsMsg#,#Share to photo gallery#)}';
var txtLoading ='{this.plugin(#translateJsMsg#,#loading#)}';
var txtFullscreen ='{this.plugin(#translateJsMsg#,#Fullscreen#)}';
var txtbackToFolder ='{this.plugin(#translateJsMsg#,#back to folder#)}';
var txtbackToTopLevel ='{this.plugin(#translateJsMsg#,#back to top level#)}';
var aConf = {
sizeThumb : {aConf[thumbnailImagesSize]},
slideEffect : '{aConf[slideEffect]}', /// string
slideDelay : '{aConf[slideDelay]}', /// string
thumbPerPage : '{aConf[viewImageThumbnailPerPage]}',
autoPlay : {aConf[autoPlay]},
fb : {aConf[facebook]},
tw : {aConf[twitter]},
sp : {aConf[myspace]},
mail : {aConf[email]},
viewImgFitSize : {aConf[viewImageFitSize]},
viewImageFullSize : {aConf[viewImageFullSize]},
showPhotoDesc : {aConf[showPhotoDescrition]},
showAlbumDesc : {aConf[showAlbumDescription]},
viewImgOri : true,
zoomLevel : '{aConf[zoomLevel]}',
transitionSpeed : '{aConf[transitionSpeed]}'
};
if(aConf.viewImgFitSize == true) aConf.viewImgOri = false;
var aSize = [0,40,60,80,100,125,150,200];
loadGalleria();
{scriptClose:h}
{this.plugin(#printFooter#,fileFooter):h}