issue46, center img, link to close the slideshow window
[phpfspot.git] / templates / export.tpl
1 {include file="header.tpl"}
2  <body>
3   <div id="frame">
4   <table>
5    <tr>
6     <td>
7      <form action="javascript:#" onsubmit="setViewMode(document.getElementsByName('format')[0].options[document.getElementsByName('format')[0].selectedIndex].value); return false;">
8       <select name="format">
9        <option value="HTML">HTML</option>
10        <option value="MoinMoin">MoinMoin Wiki</option>
11       </select>
12       <input type="image" src="resources/doit.png" alt="Switch View" />
13      </form>
14      <div id="output"></div>
15     </td>
16    </tr>
17   </table>
18   </div>
19  </body>
20 {include file="footer.tpl"}