summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-10 18:48:41 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-10 18:48:41 +0000
commite0ff14d4bcc1659675a8c5208d4151a04c2b0de9 (patch)
tree1595647a40f5ca7d46ff732a2f61baa521f67956 /templates
parent3567b8990c9cf323eea05e607c1cc1556b5e18f0 (diff)
issue27, first trial of gallery export for HTML and MoinMoin markup
git-svn-id: file:///var/lib/svn/phpfspot/trunk@185 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r--templates/photo_index.tpl9
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl
index 8aea9bc..774e142 100644
--- a/templates/photo_index.tpl
+++ b/templates/photo_index.tpl
@@ -21,17 +21,10 @@
{/if}
</td>
<td class="index_header" style="text-align: right">
- <form action="" onsubmit="setViewMode(document.getElementsByName('view')[0].options[document.getElementsByName('view')[0].selectedIndex].value); return false;">
{if $extern_link }
<a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a>
{/if}
- <select name="view">
- <option value="photos" selected="selected">Photos</option>
- <option value="html">HTML source</option>
- <option value="moinmoin">MoinMoin markup</option>
- </select>
- <input type="image" src="resources/doit.png" alt="Switch View" />
- </form>
+ <a href="{$export_link}" target="_blank">Export</a>
</td>
</tr>
</table>