Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248
This commit is contained in:
parent
de5c5ff7de
commit
eb00f1cd43
189 changed files with 928 additions and 6859 deletions
|
@ -18,28 +18,23 @@
|
|||
<tr valign="bottom" align="center">
|
||||
<td>
|
||||
<form action="listOntologies" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="submit" class="form-button" value="All Ontologies"/>
|
||||
</form>
|
||||
<form action="showClassHierarchy" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="submit" class="form-button" value="Hierarchy of Classes Defined in This Namespace" />
|
||||
<input type="hidden" name="ontologyUri" value="${Ontology.URI}" />
|
||||
</form>
|
||||
<form action="listPropertyWebapps" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="submit" class="form-button" value="Object Properties Defined in This Namespace" />
|
||||
<input type="hidden" name="ontologyUri" value="${Ontology.URI}" />
|
||||
</form>
|
||||
<form action="listDatatypeProperties" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="submit" class="form-button" value="Datatype Properties Defined in This Namespace" />
|
||||
<input type="hidden" name="ontologyUri" value="${Ontology.URI}" />
|
||||
</form>
|
||||
</td>
|
||||
<td valign="bottom" align="center">
|
||||
<form action="editForm" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="submit" class="form-button" value="Edit ${Ontology.name}"/>
|
||||
<input name="uri" type = "hidden" value="${Ontology.URI}" />
|
||||
<input type="hidden" name="controller" value="Ontology"/>
|
||||
|
@ -47,13 +42,11 @@
|
|||
</td>
|
||||
<td valign="bottom">
|
||||
<form action="editForm" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="submit" class="form-button" value="Add New Ontology"/>
|
||||
<input type="hidden" name="controller" value="Ontology"/>
|
||||
</form>
|
||||
<form action="editForm" method="get">
|
||||
<input type="submit" class="form-button" value="Change URI"/>
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="hidden" name="oldURI" value="${realURI}"/>
|
||||
<input type="hidden" name="mode" value="renameResource"/>
|
||||
<input type="hidden" name="controller" value="Refactor"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue