diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-20 21:51:30 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-20 21:51:30 +0000 |
commit | 8e8f2ed05f83a200ec3414b865d0d1a79c01404e (patch) | |
tree | e7127185b868d391b94a727d0a31c1f615c0bc22 | |
parent | 005562e4a4fb2b37fc6f1d4a8ca4a9c11ab42ed1 (diff) |
issue46, center img, link to close the slideshow window
git-svn-id: file:///var/lib/svn/phpfspot/trunk@226 fa6a889d-dae6-447d-9e79-4ba9a3039384
-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"} |