<% includeFile( "head2.html" ) %> <% local mySize = "photos" %> <% local LrDialogs = import "LrDialogs" -- get the namespaces we need local LrView = import "LrView" local bind = LrView.bind %>
<% if model.nonCSS.g3.totNum>numImages then if model.nonCSS.warnings then LrDialogs.message( "LRB Exhibition: Warning", "You have fewer images selected than the total number required by Gallery. Please select more images, or your final output will render incorrectly") end end %> <% for i=model.nonCSS.g2.totNum+1, model.nonCSS.g3.totNum do %>
<% if model.nonCSS.infoSwitch then %>
<%= getImage( i ).metadata.title %>
<% end %> <%= getImage( i ).metadata.title %>
<% end %>
<% includeFile( "menu.html" ) %>
<% if model.nonCSS.gallNos then %><% end %> <% includeFile( "foot.html" ) %>