issue27, template for gallery export
authorAndreas Unterkircher <unki@netshadow.at>
Tue, 10 Jul 2007 18:52:56 +0000 (18:52 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Tue, 10 Jul 2007 18:52:56 +0000 (18:52 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@187 fa6a889d-dae6-447d-9e79-4ba9a3039384

templates/export.tpl [new file with mode: 0644]

diff --git a/templates/export.tpl b/templates/export.tpl
new file mode 100644 (file)
index 0000000..a3e5641
--- /dev/null
@@ -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"}