<if @attributes@ nil> <% # Setting the default attributes for page display. set bgcolor [ad_parameter -package_id [ad_core_ui_id] bgcolor acs-core-ui white] set fgcolor [ad_parameter -package_id [ad_core_ui_id] textcolor acs-core-ui black] set attributes "bgcolor=$bgcolor fgcolor=$fgcolor" %> </if> <if @signatory@ nil> <% # Set a default email address to sign the bottom of each page. set signatory [ad_parameter SystemOwner "admin@yourservername"] %> </if> <html> <head> <title>@title@</title> <if @slide_show_p@ gt 0 and @paused_p@ eq 0> <if @next_photo_id@ gt 0> <meta http-equiv="refresh" content="@slideshow_interval@; url=photo-view?photo_id=@next_photo_id@&slide_show_p=1"> </if><else> <meta http-equiv="refresh" content="@slideshow_interval@; url=folder-view?folder_id=@folder_id@"></else> </if> </head> <body @attributes@> <slave> <hr> <address><a href="mailto:@signatory@">@signatory@</a></address> @ds_link@ </body> </html>