Merge r1397:1399 from rel-1.1-maint
This commit is contained in:
parent
9a918e911f
commit
b9833f2d11
1 changed files with 8 additions and 8 deletions
|
@ -64,15 +64,15 @@
|
|||
|
||||
<%-- Build the output string --%>
|
||||
<c:choose>
|
||||
<c:when test="${ ! empty degreeStr }">
|
||||
${degreeStr}
|
||||
<c:if test="${ ! empty selectedOrganizationStr}">, ${selectedOrganizationStr}</c:if>
|
||||
<c:if test="${ ! empty degreeDeptOrSchool}">, ${degreeDeptOrSchool}</c:if>
|
||||
<c:if test="${ ! empty year }">, ${year}</c:if>
|
||||
<c:if test="${ ! empty degreeSupplementalInfo }">, ${degreeSupplementalInfo}</c:if>
|
||||
<c:when test="${empty degreeStr && empty selectedOrganizationStr && empty degreeDeptOrSchool}">
|
||||
<a href="${objLink}"><p:process>educational background ${individual.name}</p:process></a>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<a href="${objLink}"><p:process>educational background ${individual.name}</p:process></a>
|
||||
<c:otherwise>
|
||||
<%= StringUtils.join(", ", (String) pageContext.getAttribute("degreeStr"),
|
||||
(String) pageContext.getAttribute("selectedOrganizationStr"),
|
||||
(String) pageContext.getAttribute("degreeDeptOrSchool"),
|
||||
(String) pageContext.getAttribute("year"),
|
||||
(String) pageContext.getAttribute("degreeSupplementalInfo") ) %>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</c:when>
|
||||
|
|
Loading…
Add table
Reference in a new issue