<master src="/packages/photo-album-lite/templates/slideshow-master"> <property name="next_photo_id">@next_photo_id@</property> <property name="folder_id">@folder_id@</property> <property name="slide_show_p">@slide_show_p@</property> <property name="paused_p">@paused_p@</property> <table width="100%"> <tr valign=top> <td> <h2>@client_filename@</h2> @context_bar@<br> </td><td align=right><strong>Photographer</strong>: <a href=folder-list?mode=user&pl_user_id=@creation_user@>@photographer@</a><br><strong>Posted:</strong>@post_date@</td> </tr></table> <hr> <table width="100%"> <tr><td> <if @slide_show_p@ gt 0> <if @paused_p@ gt 0><a href=@next_url@&slide_show_p=1>continue</a></if> <else><a href=photo-view?photo_id=@photo_id@&slide_show_p=1&paused_p=1>pause</a></else> <if @next_client_filename@ not nil and @preload_p@ gt 0><img src="photo/med/@next_photo_id@/@next_client_filename@" height=1 width=1></if> </if> </td> <if @admin_p@ gt 0> <td align=right><a href=photo-edit?photo_id=@photo_id@>edit</a> | <a href=photo-delete?photo_id=@photo_id@>delete</a> </td></if> </tr></table> <table width="100%"> <tr> <td></td> <td align=center> <a href=@prev_url@><Back</a> <a href=@top_url@>TOP</a> <a href=@next_url@>Next></a> <br><br></td> <td></td> </tr> <tr valign=top> <td width="20%"> <table bgcolor=e0e0e0 cellpadding=5 cellspacing=0 border=0><tr><td> <em>@caption@ <if @exp_date@ not nil> (@exp_date@) </if></em> </td></tr> <if @orig_height@ gt @med_height@> <tr><td><small>Original size: @orig_width@ x @orig_height@ (<a href="photo/orig/@photo_id@/@client_filename@">@orig_kbytes@KB</a>)</small></tr></td> </if> </table> </td> <td align=center><a href=photo/med/@photo_id@/@client_filename@><img alt="@client_filename@" src="photo/med/@photo_id@/@client_filename@" @width_tag@ @height_tag@ border=0></a></td> <td width="10%"> </td> </tr></table> <if @photo_commentable_p@ gt 0> <p> <center>@general_comments_link@</center> <p> <if @the_comments@ not eq ""> <strong>Comments</strong> <ul> @the_comments@ </ul> </if> </if>