templates.view-tag-wizard.ftl Maven / Gradle / Ivy
<#include "molgenis-header.ftl">
<#include "molgenis-footer.ftl">
<#assign css=['mapping-service.css']>
<#assign js=['bootbox.min.js', 'jquery/scrollTableBody/jquery.scrollTableBody-1.0.0.js', 'tag-wizard.js']>
<@header css js/>
Tag Wizard
Tag attributes with ontology terms from the selected ontologies either manually or automatically.
Target Attribute
Tags
<#list attributes as attribute>
${attribute.name}
${attribute.label!""}
${attribute.description!""}
<#assign relationsAndTagsMap = taggedAttributes[attribute.name]>
<#if relationsAndTagsMap.keySet()?has_content>
<#list relationsAndTagsMap.keySet() as relation>
<#list relationsAndTagsMap.get(relation) as tag>
#list>
#list>
<#else>
#if>
#list>
<@footer/>