further fix div-floating
[phpfspot.git] / themes / default / templates / export.tpl
1 {include file="header.tpl"}
2  <body>
3   <div id="frame">
4   <form action="javascript:#" onsubmit="setViewMode(document.getElementsByName('format')[0].options[document.getElementsByName('format')[0].selectedIndex].value); return false;">
5    <select name="format">
6     <option value="HTML">HTML</option>
7     <option value="MoinMoin">MoinMoin Wiki</option>
8     <option value="MoinMoinList">MoinMoin Wiki List</option>
9    </select>
10    <input type="image" src="{$web_path}/resources/doit.png" alt="Switch View" />
11   </form>
12   <div id="output"></div>
13  </body>
14 {include file="footer.tpl"}