summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-05 20:21:28 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-05 20:21:28 +0000
commit193a2982417fb5b004c47cc96dcd112e1b07e47d (patch)
tree20bcab4ee39da221bd4b35cb8e44bde6ba529ea3 /templates
parentac63881d744ce0eea0ab6d2ec6510cfecea0954a (diff)
ajax based add/remove/reset tag list
git-svn-id: file:///var/lib/svn/phpfspot/trunk@16 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r--templates/index.tpl2
-rw-r--r--templates/tags.tpl8
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index dfbaf68..e38a823 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -1,5 +1,5 @@
{include file="header.tpl"}
- <body>
+ <body onload="refreshAvailableTags(); refreshSelectedTags();">
<div id="logo">noch keins da</div>
<div id="tags">
{include file="tags.tpl"}
diff --git a/templates/tags.tpl b/templates/tags.tpl
index 52751e2..d46ac21 100644
--- a/templates/tags.tpl
+++ b/templates/tags.tpl
@@ -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>