diff --git a/webapp/src/main/webapp/themes/brcris/templates/production-tag-cloud.ftl b/webapp/src/main/webapp/themes/brcris/templates/production-tag-cloud.ftl index 1042aecf3..3cb185d69 100755 --- a/webapp/src/main/webapp/themes/brcris/templates/production-tag-cloud.ftl +++ b/webapp/src/main/webapp/themes/brcris/templates/production-tag-cloud.ftl @@ -8,16 +8,19 @@ ${stylesheets.add('')} <#assign dataString = "[ "> - - + + + <#list keywords as firstRow> - + ${firstRow["authorName"]} - + ${i18n().prod_tag_cloud_full} + + <#include "popover.ftl"> <#break> #list> - - + + <#list keywords as resultRow> <#assign keywordData = "{\"key\": \"" + resultRow["tag"] + "\", \"value\": " + resultRow["total"] + "}, "> @@ -26,12 +29,6 @@ <#assign dataString = dataString?keep_before_last(", ") + " ]"> - - - ${i18n().prod_tag_cloud_full} - - -