cleanup: moved more CSS into the stylesheet
[phpfspot.git] / themes / default / templates / tags.tpl
1 <span class="tags">
2  <img src="resources/available_tags.png" alt="available tags" />Available Tags:
3 </span>
4 <div id="available_tags"></div>
5 <span class="tags">
6  <img src="resources/selected_tags.png" alt="selected tags" />Selected Tags:
7 </span>
8  &nbsp;
9  <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } title="OR condition" />||
10  <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } title="AND condition" />&amp;&amp;
11 <div id="selected_tags">no tags selected</div>