summaryrefslogtreecommitdiffstats
path: root/templates/slideshow.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-20 17:59:03 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-20 17:59:03 +0000
commit005562e4a4fb2b37fc6f1d4a8ca4a9c11ab42ed1 (patch)
treec7b99f7229c044b75c5754dc162c3633528724e4 /templates/slideshow.tpl
parent51ab51f6a487cd793e523aebb61ed43c2b7314bf (diff)
issue46, first slideshow implementation
git-svn-id: file:///var/lib/svn/phpfspot/trunk@225 fa6a889d-dae6-447d-9e79-4ba9a3039384
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"}