<% includeFile ('head.html') %> <% --[[ Define some variables to make locating other resources easier firstPage was defined in our manifest.]] local imageNumber=math.max(model.nonCSS.blankImage) local others = "content" local theRoot = "." %> <% if model.nonCSS.logoBottom==0 then %><% includeFile ('idplate.html') %><% end %> <% if model.nonCSS.menuBottom==0 then %><% includeFile ('menu.html') %><% end %>
<% if model.nonCSS.iframed then %><% else %>

$model.nonCSS.blankTitle

$model.nonCSS.blankDescription

$model.nonCSS.blankDescriptionB

<% if model.nonCSS.useblankText then %>

$model.nonCSS.blankText

<% else %><% if imageNumber>numImages then %>LRB Portfolio Error
Please either select one image in the Film Strip if 'Use Selected Photos' is chosen, or Change to 'Use All Filmstrip Photos'. <% else %><%= getImage( imageNumber ).metadata.title %><% end %><% end %>
<% end %>
<% if model.nonCSS.logoBottom==1 then %><% includeFile ('idplate.html') %><% end %> <% if model.nonCSS.menuBottom==1 then %><% includeFile ('menu.html') %><% end %> <% includeFile ('foot.html') %>