summaryrefslogtreecommitdiffstats
path: root/themes/arun/templates/export.tpl
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-02-23 00:04:14 -0800
committerArun Persaud <arun@nubati.net>2010-02-28 20:01:17 -0800
commit21e5440db59e4ee3ba71c3a8935a123cc48aea46 (patch)
tree44fcfc6a9c82d24d321ec5e55ba89df746030b82 /themes/arun/templates/export.tpl
parent8d922ef0624485c509978a8184e2b1d1c51a1fd7 (diff)
started my own theme
need to clean this up, some code should perhaps go into main, other should stay in my theme
Diffstat (limited to 'themes/arun/templates/export.tpl')
-rw-r--r--themes/arun/templates/export.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/arun/templates/export.tpl b/themes/arun/templates/export.tpl
new file mode 100644
index 0000000..d7443de
--- /dev/null
+++ b/themes/arun/templates/export.tpl
@@ -0,0 +1,14 @@
+{include file="header.tpl"}
+ <body>
+ <div id="frame">
+ <form action="javascript:#" onsubmit="setViewMode('{$web_path}', 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="{$web_path}/resources/doit.png" alt="Switch View" />
+ </form>
+ <div id="output"></div>
+ </body>
+{include file="footer.tpl"}