summaryrefslogtreecommitdiffstats
path: root/templates/export.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-10 18:52:56 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-10 18:52:56 +0000
commit1697d21b17f9af2692343e7aa1b36629ae9ea147 (patch)
tree939542f53c8a6c76919af07fb39921fae712d886 /templates/export.tpl
parentcac16f3332944390250a2a2fcd460bef818a65a5 (diff)
issue27, template for gallery export
git-svn-id: file:///var/lib/svn/phpfspot/trunk@187 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/export.tpl')
-rw-r--r--templates/export.tpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/export.tpl b/templates/export.tpl
new file mode 100644
index 0000000..a3e5641
--- /dev/null
+++ b/templates/export.tpl
@@ -0,0 +1,20 @@
+{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>
+ </select>
+ <input type="image" src="resources/doit.png" alt="Switch View" />
+ </form>
+ <div id="output"></div>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </body>
+{include file="footer.tpl"}