<% --[[ Include the page head]] %> <%@ include file="head.html" %> <% --[[ Main page code ]] %> <% --[[ Include the page header]] %> <%@ include file="header.html" %> <% if model.nonCSS.forceReload then %><% else %><% end %> <% if model.nonCSS.thumbnailsPosition == "top" then %> <%@ include file="top.html" %> <% elseif model.nonCSS.thumbnailsPosition == "bottom" then %> <%@ include file="bottom.html" %> <% elseif model.nonCSS.thumbnailsPosition == "left" then %> <%@ include file="left.html" %> <% elseif model.nonCSS.thumbnailsPosition == "right" then %> <%@ include file="right.html" %> <% elseif model.nonCSS.thumbnailsPosition == "wrap" then %> <%@ include file="wrap.html" %> <% end %>