summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/photo_index.tpl3
-rw-r--r--templates/slideshow.tpl13
2 files changed, 16 insertions, 0 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl
index 1590f85..bc7e5d1 100644
--- a/templates/photo_index.tpl
+++ b/templates/photo_index.tpl
@@ -30,6 +30,9 @@
{/if}
</td>
<td class="index_header" style="text-align: right">
+ {if $slideshow_link }
+ <a href="{$slideshow_link}" title="Slideshow" target="_blank">Slideshow</a>
+ {/if}
{if $extern_link }
<a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
{/if}
diff --git a/templates/slideshow.tpl b/templates/slideshow.tpl
new file mode 100644
index 0000000..a41a018
--- /dev/null
+++ b/templates/slideshow.tpl
@@ -0,0 +1,13 @@
+{include file="header.tpl"}
+ <body onload="startSlideShow();">
+ <div id="frame">
+ <table>
+ <tr>
+ <td>
+ <img id="slide_img" alt="slideshow_img" />
+ </td>
+ </tr>
+ </table>
+ </div>
+ </body>
+{include file="footer.tpl"}