% 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.g7.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 7. Please select more images, or your final output will render incorrectly") end
end
%>
<% for i=model.nonCSS.g6.totNum+1, model.nonCSS.g7.totNum do %>
<% if model.nonCSS.infoSwitch then %>
<%= getImage( i ).metadata.title %>
<% end %>
<% end %>
<% includeFile( "menu.html" ) %>
<% if model.nonCSS.gallNos then %>