diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.tpl | 2 | ||||
-rw-r--r-- | templates/tags.tpl | 8 |
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> |