refix some introduced template-errors in the HTML code
authorAndreas Unterkircher <unki@netshadow.at>
Mon, 12 May 2008 06:26:46 +0000 (08:26 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Mon, 12 May 2008 06:26:46 +0000 (08:26 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
themes/default/templates/photo_index.tpl
themes/default/templates/single_photo.tpl

index 2dedf86d89e3fbb1c4c1f1bba9e4d822ccce64f7..333d80eec4f11ced10c39e643ed484ddfc590b9a 100644 (file)
      with some small pictures in a bar. -->
 
 { if $tag_result }
      with some small pictures in a bar. -->
 
 { if $tag_result }
+<!-- seperator -->
 <div class="tagresult"></div>
 <div class="tagresult"></div>
+<!-- /seperator -->
 <div class="subheader">
  <div class="tagresulttags">
 <div class="subheader">
  <div class="tagresulttags">
- Tags:
 Tags:
  </div>
  { $selected_tags }
 </div>
  </div>
  { $selected_tags }
 </div>
index fb799858789f22ed961499f0e73d92530051ade4..3f85e96a307016bd51f16ff57e9d854e7ac1c99e 100644 (file)
    {/if}
   {/if}
  </div>
    {/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: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}
   {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>
 
  </div>
 </div>