<% --[[ header.html This file begins the html file. By separating the pages, the header can be used with more than one html page -------------------------------------------------------------------------------- ADOBE SYSTEMS INCORPORATED Copyright 2008 Adobe Systems Incorporated All Rights Reserved. NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms of the Adobe license agreement accompanying it. If you have received this file from a source other than Adobe, then your use, modification, or distribution of it requires the prior written permission of Adobe. ]] %> $model.metadata.siteTitle.value <% --[[ Scripting support for rollovers and (when previewed in Lightroom) live Update, photobin syncing ]] %> <% local function fixUrlIfRelative( url ) url = tostring( url ) or "" if string.find( url, "[a-z]+:" ) then -- this url starts with something like http: or mailto:, so leave it alone else -- this url is probably relative, so we need to tack on theRoot to the beginning -- of it, so no matter where the page were currently viewing is placed in the -- output hierarchy, this link will still point to the same page url = theRoot .. "/" .. url; end return url end %>

$model.metadata.siteTitle.value

$model.metadata.collectionTitle.value

$model.metadata.collectionDescription.value