All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.





<#list attributes as attribute> <#assign relationsAndTagsMap = taggedAttributes[attribute.name]> <#if relationsAndTagsMap.keySet()?has_content> <#list relationsAndTagsMap.keySet() as relation> <#else>
Target Attribute Tags
${attribute.name}

${attribute.label!""}

${attribute.description!""}

<#list relationsAndTagsMap.get(relation) as tag>
<@footer/>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy