summaryrefslogtreecommitdiffstats
path: root/templates/slideshow.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/slideshow.tpl')
-rw-r--r--templates/slideshow.tpl13
1 files changed, 13 insertions, 0 deletions
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"}