--[[ Lightroom Web Gallery manifest. This file maps various template files to actual files to be produced for your website. ]] importTags( "lr", "com.adobe.lightroom.default" ) IdentityPlate { destination='content/logo.png', enabledBinding = [[appearance.logo.display]], } --[[ AddGridPages { template='grid.html', rows=1, columns=500, } ]] AddResources { source='resources', destination='resources', } AddPage { filename='index.html', template='index.html', } AddPage { filename='resources/js/motiongallery.js', template='motiongallery.js', } AddPage { filename='gallerystyle.css', template='gallerystyle.css', } if mode == 'preview' or model.nonCSS.useForm then AddPage { filename='mail.php', template='mail.html', }end if mode == 'preview' or model.nonCSS.thirdPage then AddPage { filename='gallery1.html', template='gallery1.html', }end if mode == 'preview' or model.nonCSS.fourthPage then AddPage { filename='gallery2.html', template='gallery2.html', }end if mode == 'preview' or model.nonCSS.fifthPage then AddPage { filename='gallery3.html', template='gallery3.html', }end if mode == 'preview' or model.nonCSS.sixthPage then AddPage { filename='gallery4.html', template='gallery4.html', }end if mode == 'preview' or model.nonCSS.seventhPage then AddPage { filename='gallery5.html', template='gallery5.html', }end if mode == 'preview' or model.nonCSS.eigthPage then AddPage { filename='gallery6.html', template='gallery6.html', } end if mode == 'preview' or model.nonCSS.firstPage then AddPage { filename='about.html', template='about.html', }end if mode == 'preview' or model.nonCSS.secondPage then AddPage { filename='contact.html', template='contact.html', }end AddCustomCSS { filename='content/custom.css', }