diff options
-rw-r--r-- | templates/slideshow.tpl | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/templates/slideshow.tpl b/templates/slideshow.tpl index a41a018..bba5cd2 100644 --- a/templates/slideshow.tpl +++ b/templates/slideshow.tpl @@ -1,13 +1,9 @@ {include file="header.tpl"} - <body onload="startSlideShow();"> - <div id="frame"> - <table> - <tr> - <td> - <img id="slide_img" alt="slideshow_img" /> - </td> - </tr> - </table> + <body onload="startSlideShow();" style="text-align: center;"> + <div style="margin: 0 auto; padding: 10px;"> + <a href="javascript:window.close();" title="click to close slideshow"> + <img id="slide_img" alt="slideshow_img" /> + </a> </div> </body> {include file="footer.tpl"} |