summaryrefslogtreecommitdiffstats
path: root/templates/slideshow.tpl
blob: a41a018a0c462f5ac9467a6fa0c26874c293be9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"}