projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005562e
)
issue46, center img, link to close the slideshow window
author
Andreas Unterkircher
<unki@netshadow.at>
Fri, 20 Jul 2007 21:51:30 +0000
(21:51 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Fri, 20 Jul 2007 21:51:30 +0000
(21:51 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@226
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
templates/slideshow.tpl
patch
|
blob
|
history
diff --git
a/templates/slideshow.tpl
b/templates/slideshow.tpl
index a41a018a0c462f5ac9467a6fa0c26874c293be9f..bba5cd20393af52eb988bd7ef1ebf74d29256638 100644
(file)
--- 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"}