fix spelling in welcome.tpl
[phpfspot.git] / themes / default / templates / export.tpl
index 14354b746ae8703e12f157ab4399002b3fea79fe..364786323f0a3c8c92d27b68475acfbdd5829109 100644 (file)
@@ -1,21 +1,14 @@
 {include file="header.tpl"}
  <body>
   <div id="frame">
-  <table>
-   <tr>
-    <td>
-     <form action="javascript:#" onsubmit="setViewMode(document.getElementsByName('format')[0].options[document.getElementsByName('format')[0].selectedIndex].value); return false;">
-      <select name="format">
-       <option value="HTML">HTML</option>
-       <option value="MoinMoin">MoinMoin Wiki</option>
-       <option value="MoinMoinList">MoinMoin Wiki List</option>
-      </select>
-      <input type="image" src="resources/doit.png" alt="Switch View" />
-     </form>
-     <div id="output"></div>
-    </td>
-   </tr>
-  </table>
-  </div>
+  <form action="javascript:#" onsubmit="setViewMode(document.getElementsByName('format')[0].options[document.getElementsByName('format')[0].selectedIndex].value); return false;">
+   <select name="format">
+    <option value="HTML">HTML</option>
+    <option value="MoinMoin">MoinMoin Wiki</option>
+    <option value="MoinMoinList">MoinMoin Wiki List</option>
+   </select>
+   <input type="image" src="resources/doit.png" alt="Switch View" />
+  </form>
+  <div id="output"></div>
  </body>
 {include file="footer.tpl"}