14354b746ae8703e12f157ab4399002b3fea79fe
[phpfspot.git] / themes / default / 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        <option value="MoinMoinList">MoinMoin Wiki List</option>
12       </select>
13       <input type="image" src="resources/doit.png" alt="Switch View" />
14      </form>
15      <div id="output"></div>
16     </td>
17    </tr>
18   </table>
19   </div>
20  </body>
21 {include file="footer.tpl"}