summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-12 08:26:46 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-12 08:26:46 +0200
commit1445a54ab47df6b11199cdd1c35b2abd8001d61e (patch)
tree402dc9f060a1346da1d1c30762877a337b988cdd /themes/default
parent94b3b6259391b0d2f206c792974b6ff53a70aa63 (diff)
refix some introduced template-errors in the HTML code
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/templates/photo_index.tpl4
-rw-r--r--themes/default/templates/single_photo.tpl8
2 files changed, 6 insertions, 6 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl
index 2dedf86..333d80e 100644
--- a/themes/default/templates/photo_index.tpl
+++ b/themes/default/templates/photo_index.tpl
@@ -49,10 +49,12 @@
with some small pictures in a bar. -->
{ if $tag_result }
+<!-- seperator -->
<div class="tagresult"></div>
+<!-- /seperator -->
<div class="subheader">
<div class="tagresulttags">
- Tags:
+ Tags:
</div>
{ $selected_tags }
</div>
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl
index fb79985..3f85e96 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -14,17 +14,15 @@
{/if}
{/if}
</div>
- <div class="textright"">
+ <div class="textright">
<a href="javascript:zoom(-10);" title="zoom_out" onclick="click(this);"><img src="resources/zoom-out.png" /></a>
<a href="javascript:zoom(0);" title="zoom_100" onclick="click(this);"><img src="resources/zoom-100.png" /></a>
<a href="javascript:zoom(10);" title="zoom_in" onclick="click(this);"><img src="resources/zoom-in.png" /></a>
- <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/16_play.png" /></a>
+ <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/16_play.png" />&nbsp;Auto-Browse</a>
{if $extern_link }
<a href="{$extern_link}" title="Use this link to return to the current view"><img src="{$web_path}/resources/link.png" />&nbsp;External Link</a>
{/if}
- <a href="{$image_url_full}" title="orig_image" target="_blank" onclick="click(this);">
- <img src="resources/original.png" alt="original resolution" />
- </a>
+ <a href="{$image_url_full}" title="orig_image" target="_blank" onclick="click(this);"><img src="resources/original.png" alt="original resolution" />&nbsp;Fullsize</a>
</div>
</div>