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

templates.ontology-manager-view.ftl Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
<#include "molgenis-header.ftl">
<#include "molgenis-footer.ftl">
<#assign css=["jasny-bootstrap.min.css", "ontology-indexer.css", "biobank-connect.css"]>
<#assign js=["jasny-bootstrap.min.js", "ontology-manager.js"]>
<@header css js/>
	<#if removeSuccess??>
		
class="alert alert-info"<#else>class="alert alert-danger">

Message : ${message?html}


Ontology manager
<#if ontologies?? && ontologies?size!=0> <#list ontologies as ontology>
Ontology Ontology uri Remove
${ontology.name} ${ontology.IRI} Remove
<@footer/>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy