VIVO-303 picklist sorting
This commit is contained in:
parent
946c40a13e
commit
e2c48e65f9
26 changed files with 94 additions and 123 deletions
|
@ -77,7 +77,7 @@
|
|||
<input type="hidden" name="VClassName" value="this anonymous class"/>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<input type="hidden" name="VClassName" value="${VClass.localNameWithPrefix}"/>
|
||||
<input type="hidden" name="VClassName" value="${VClass.pickListName}"/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<input type="hidden" name="mode" value="moveInstances"/>
|
||||
|
@ -99,10 +99,10 @@
|
|||
<li><input type="checkbox" name="SuperclassURI" value="${superclass.URI}" class="form-item"/>
|
||||
<c:choose>
|
||||
<c:when test="${!superclass.anonymous}">
|
||||
<a href="${superclassURL}">${superclass.localNameWithPrefix}</a>
|
||||
<a href="${superclassURL}">${superclass.pickListName}</a>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
${superclass.localNameWithPrefix}
|
||||
${superclass.pickListName}
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</li>
|
||||
|
@ -137,10 +137,10 @@
|
|||
<li><input type="checkbox" name="SubclassURI" value="${subclass.URI}" class="form-item"/>
|
||||
<c:choose>
|
||||
<c:when test="${!subclass.anonymous}">
|
||||
<a href="${subclassURL}"> ${subclass.localNameWithPrefix} </a>
|
||||
<a href="${subclassURL}"> ${subclass.pickListName} </a>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
${subclass.localNameWithPrefix}
|
||||
${subclass.pickListName}
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</li>
|
||||
|
@ -181,10 +181,10 @@
|
|||
<li><input type="checkbox" name="SubclassURI" value="${subclass.URI}" class="form-item"/>
|
||||
<c:choose>
|
||||
<c:when test="${!subclass.anonymous}">
|
||||
<a href="${subclassURL}"> ${subclass.localNameWithPrefix} </a>
|
||||
<a href="${subclassURL}"> ${subclass.pickListName} </a>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
${subclass.localNameWithPrefix}
|
||||
${subclass.pickListName}
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</li>
|
||||
|
@ -223,10 +223,10 @@
|
|||
<li><input type="checkbox" name="SubclassURI" value="${subclass.URI}" class="form-item"/>
|
||||
<c:choose>
|
||||
<c:when test="${!subclass.anonymous}">
|
||||
<a href="${subclassURL}"> ${subclass.localNameWithPrefix} </a>
|
||||
<a href="${subclassURL}"> ${subclass.pickListName} </a>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
${subclass.localNameWithPrefix}
|
||||
${subclass.pickListName}
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</li>
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
<c:param name="uri" value="${superproperty.URI}"/>
|
||||
</c:url>
|
||||
<li><input type="checkbox" name="SuperpropertyURI" value="${superproperty.URI}" class="form-item"/>
|
||||
<a href="${superpropertyURL}">${superproperty.localNameWithPrefix}</a>
|
||||
<a href="${superpropertyURL}">${superproperty.pickListName}</a>
|
||||
</li>
|
||||
</c:forEach>
|
||||
</ul>
|
||||
|
@ -114,7 +114,7 @@
|
|||
<c:param name="uri" value="${subproperty.URI}"/>
|
||||
</c:url>
|
||||
<li><input type="checkbox" name="SubpropertyURI" value="${subproperty.URI}" class="form-item"/>
|
||||
<a href="${subpropertyURL}"> ${subproperty.localNameWithPrefix} </a>
|
||||
<a href="${subpropertyURL}"> ${subproperty.pickListName} </a>
|
||||
</li>
|
||||
</c:forEach>
|
||||
</ul>
|
||||
|
@ -147,7 +147,7 @@
|
|||
<c:param name="uri" value="${eqproperty.URI}"/>
|
||||
</c:url>
|
||||
<li><input type="checkbox" name="SubpropertyURI" value="${eqproperty.URI}" class="form-item"/>
|
||||
<a href="${eqpropertyURL}"> ${eqproperty.localNameWithPrefix} </a>
|
||||
<a href="${eqpropertyURL}"> ${eqproperty.pickListName} </a>
|
||||
</li>
|
||||
</c:forEach>
|
||||
</ul>
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<c:param name="uri" value="${superproperty.URI}"/>
|
||||
</c:url>
|
||||
<li><input type="checkbox" name="SuperpropertyURI" value="${superproperty.URI}" class="form-item"/>
|
||||
<a href="${superpropertyURL}">${superproperty.localNameWithPrefix}</a>
|
||||
<a href="${superpropertyURL}">${superproperty.pickListName}</a>
|
||||
</li>
|
||||
</c:forEach>
|
||||
</ul>
|
||||
|
@ -135,7 +135,7 @@
|
|||
<c:param name="uri" value="${subproperty.URI}"/>
|
||||
</c:url>
|
||||
<li><input type="checkbox" name="SubpropertyURI" value="${subproperty.URI}" class="form-item"/>
|
||||
<a href="${subpropertyURL}"> ${subproperty.localNameWithPrefix} </a>
|
||||
<a href="${subpropertyURL}"> ${subproperty.pickListName} </a>
|
||||
</li>
|
||||
</c:forEach>
|
||||
</ul>
|
||||
|
@ -172,7 +172,7 @@
|
|||
<c:param name="uri" value="${eqproperty.URI}"/>
|
||||
</c:url>
|
||||
<li><input type="checkbox" name="SubpropertyURI" value="${eqproperty.URI}" class="form-item"/>
|
||||
<a href="${eqpropertyURL}"> ${eqproperty.localNameWithPrefix} </a>
|
||||
<a href="${eqpropertyURL}"> ${eqproperty.pickListName} </a>
|
||||
</li>
|
||||
</c:forEach>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue