% includeFile( "head.html" ) %>
<%
local LrDialogs = import "LrDialogs" -- get the namespaces we need
local LrView = import "LrView"
local bind = LrView.bind
local mySize = "photos"
local i=math.floor (model.nonCSS.home.im)
%>
$model.nonCSS.siteTitle
$model.nonCSS.siteText
$model.nonCSS.siteText2
$model.nonCSS.siteText3
<% if i>numImages then
if model.nonCSS.warnings then LrDialogs.message( "Warning", "Please Select at least one image, or choose Use: All Filmstrip Photos in the Toolbar") end
%>
<% else %>
.exportFilename %>.jpg)
<% end %>
<% includeFile( "menu.html" ) %>
<% includeFile( "foot.html" ) %>