NIHVIVO-3519
This commit is contained in:
parent
2bdb44685f
commit
69a8deee4d
1 changed files with 8 additions and 4 deletions
|
@ -15,22 +15,26 @@
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
<ul role="navigation">
|
||||||
|
<li role="listitem">
|
||||||
|
<a href="${ontologyEditor.urls.ontologies}" title="Ontology list">Ontology list</a></h4>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h4>Class Management</h4>
|
<h4>Class Management</h4>
|
||||||
|
|
||||||
<ul role="navigation">
|
<ul role="navigation">
|
||||||
<li role="listitem"><a href="${ontologyEditor.urls.classGroups}" title="Class groups">Class groups</a></li>
|
|
||||||
<li role="listitem"><a href="${ontologyEditor.urls.classHierarchy}" title="Class hierarchy">Class hierarchy</a></li>
|
<li role="listitem"><a href="${ontologyEditor.urls.classHierarchy}" title="Class hierarchy">Class hierarchy</a></li>
|
||||||
|
<li role="listitem"><a href="${ontologyEditor.urls.classGroups}" title="Class groups">Class groups</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h4>Property Management</h4>
|
<h4>Property Management</h4>
|
||||||
|
|
||||||
<ul role="navigation">
|
<ul role="navigation">
|
||||||
<li role="listitem"><a href="${ontologyEditor.urls.dataPropertyHierarchy}" title="Data property hierarchy">Data property hierarchy</a></li>
|
|
||||||
<li role="listitem"><a href="${ontologyEditor.urls.objectPropertyHierarchy}" title="Object property hierarchy">Object property hierarchy</a></li>
|
<li role="listitem"><a href="${ontologyEditor.urls.objectPropertyHierarchy}" title="Object property hierarchy">Object property hierarchy</a></li>
|
||||||
|
<li role="listitem"><a href="${ontologyEditor.urls.dataPropertyHierarchy}" title="Data property hierarchy">Data property hierarchy</a></li>
|
||||||
<li role="listitem"><a href="${ontologyEditor.urls.propertyGroups}" title="Property groups">Property groups</a></li>
|
<li role="listitem"><a href="${ontologyEditor.urls.propertyGroups}" title="Property groups">Property groups</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h4><a href="${ontologyEditor.urls.ontologies}" title="Ontology list">Ontology list</a></h4>
|
|
||||||
</section>
|
</section>
|
||||||
</#if>
|
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue