ajax based add/remove/reset tag list
[phpfspot.git] / templates / tags.tpl
index 52751e238907861b4b52fa768a69e7543d5c0e9a..d46ac21813a8aaae3294b17af299a0503771b418 100644 (file)
@@ -1,6 +1,6 @@
-<div id='tag'>
  The following tags are available:<br />
-{foreach from=$tags item=tag }
- <a href="?{$tag}">{$tag}</a>
-{/foreach}
+<div id='available_tags'>
+</div>
+ The following tags have been selected: <br />
+<div id='selected_tags'>
 </div>