<% includeFile ('head2.html') %> <% --[[ Define some variables to make locating other resources easier firstPage was defined in our manifest.]] local others = "content" local theRoot = "." local mySize = "large" local total= numImages %> <% if model.nonCSS.logoBottom==0 then %><% includeFile ('idplate.html') %><% end %> <% if model.nonCSS.menuBottom==0 then %><% end %> <% if model.nonCSS.menuBottom==2 then %><% end %> <% if model.nonCSS.CMotion then %>
<% for imageNumber=1, math.min(total,model.nonCSS.width) do %> <%= getImage( imageNumber ).metadata.title %> <% end %>
<% else %>
<% if model.nonCSS.useSingletext then %>

$model.metadata.singleTitle.value

$model.metadata.singleDescription.value

<% end %> <% local i = 1 %> <% if i <= model.nonCSS.width then local image = getImage(i) %> <%= image.metadata.title %> <% i = i + 1 end %>
<% end %> <% if model.nonCSS.logoBottom==1 then %><% includeFile ('idplate.html') %><% end %><% if model.nonCSS.menuBottom==1 then %><% end %> <% includeFile ('foot.html') %>