issue46, add a 10px white frame around the photo in the slideshow view
[phpfspot.git] / themes / default / templates / slideshow.tpl
1 {include file="header.tpl"}
2  <body onload="startSlideShow();" style="text-align: center;">
3   <div style="margin: 0 auto; padding: 10px;">
4    <a href="javascript:window.close();" title="click to close slideshow">
5     <img id="slide_img" alt="slideshow_img" style="padding: 10px; background-color: #ffffff;" />
6    </a>
7   </div>
8   <div style="margin: 0 auto; padding: 10px;">
9    <a href="javascript:prevSlide();" onclick="click(this);" title="slive to previous photo"><img id="rew_ico" src="resources/32_rew.png" /></a>
10    <a href="javascript:pauseSlideShow();" onclick="click(this);"><img id="pause_ico" src="resources/32_pause.png" /></a>
11    <a href="javascript:startSlideShow();" onclick="click(this);" title="stop and revert slideshow"><img id="stop_ico" src="resources/32_stop.png" /></a>
12    <a href="javascript:nextSlide();" onclick="click(this);" title="slide to next photo"><img id="fwd_ico" src="resources/32_fwd.png" /></a>
13   </div>
14  </body>
15 {include file="footer.tpl"}