summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/export.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-05 19:53:15 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-05 20:08:44 +0100
commitafb2c9f1e796232722c029a3d7f2c265c0b734c6 (patch)
tree81f2ad5c9eb9b04ae4b55f9d56624ee934921fb9 /themes/default/templates/export.tpl
parent3face190fc281981026fe48fb80cea007a2e841b (diff)
issue59, remove HTML table from main skeleton
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default/templates/export.tpl')
-rw-r--r--themes/default/templates/export.tpl25
1 files changed, 9 insertions, 16 deletions
diff --git a/themes/default/templates/export.tpl b/themes/default/templates/export.tpl
index 14354b7..3647863 100644
--- a/themes/default/templates/export.tpl
+++ b/themes/default/templates/export.tpl
@@ -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"}