projects
/
phpfspot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
issue46, first slideshow implementation
[phpfspot.git]
/
templates
/
slideshow.tpl
1
{include file="header.tpl"}
2
<body onload="startSlideShow();">
3
<div id="frame">
4
<table>
5
<tr>
6
<td>
7
<img id="slide_img" alt="slideshow_img" />
8
</td>
9
</tr>
10
</table>
11
</div>
12
</body>
13
{include file="footer.tpl"}