issue118, user-friendly-url to directly address a photo or a photo-view
[phpfspot.git] / themes / default / templates / tags.tpl
index 52c870cac95362828456345c9f7f66bc83ebc65e..42a20ffb64a8a9c20090869a771e552e1668d90e 100644 (file)
@@ -4,8 +4,12 @@
 <div id="available_tags"></div>
 <span style="vertical-align: middle; text-decoration: underline;">
  <img src="resources/selected_tags.png" alt="selected tags" />Selected Tags:
-</span
+</span>
  &nbsp;
  <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } title="OR condition" />||
  <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } title="AND condition" />&amp;&amp;
-<div id="selected_tags">no tags selected</div>
+{ if $preset_selected_tags }
+ <div id="selected_tags">{ $preset_selected_tags }</div>
+{ else }
+ <div id="selected_tags">no tags selected</div>
+{ /if }