Resolution of JIRA issue NIHVIVO-404
This commit is contained in:
parent
83f0854c31
commit
d718ebb9de
2 changed files with 13 additions and 1 deletions
|
@ -31,6 +31,12 @@
|
|||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="submit" class="form-button" value="All Data Properties"/>
|
||||
</form>
|
||||
<form action="listVClassWebapps" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="hidden" name="showPropertyRestrictions" value="true"/>
|
||||
<input type="hidden" name="propertyURI" value="${datatypeProperty.URI}"/>
|
||||
<input type="submit" class="form-button" value="Show Classes With a Restriction on This Property"/>
|
||||
</form>
|
||||
<form action="listDataPropertyStatements" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="hidden" name="propertyURI" value="${datatypeProperty.URI}"/>
|
||||
|
|
|
@ -40,7 +40,13 @@
|
|||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="hidden" name="propertyUri" value="${property.URI}"/>
|
||||
<input type="submit" class="form-button" value="Show Hierarchy below This Property"/>
|
||||
</form>
|
||||
</form>
|
||||
<form action="listVClassWebapps" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="hidden" name="showPropertyRestrictions" value="true"/>
|
||||
<input type="hidden" name="propertyURI" value="${property.URI}"/>
|
||||
<input type="submit" class="form-button" value="Show Classes With a Restriction on This Property"/>
|
||||
</form>
|
||||
<form action="listObjectPropertyStatements" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="hidden" name="propertyURI" value="${property.URI}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue