%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%@ taglib uri="http://vitro.mannlib.cornell.edu/vitro/tags/StringProcessorTag" prefix="p" %>
<%-- individual is the OBJECT of the property referenced -- the Position, not the Person or Organization --%>
<%-- use working title in preference to HR title --%>
<%-- SUBJECT is a Person, so get info from Position about related Organization --%>
<%-- this Position is linked to an Organization --%>
<%-- this Position is not linked to an Organization --%>
<%-- an Organization name has been specified --%>
<%-- not even an organization name, so just display the title in place of the name --%>
<%-- don't show title twice --%>
<%-- Hack to control extra spaces...should be done differently though. --%>
">${objName}${objLabel}${timeSpan}
${objName}${objLabel}${timeSpan}
<%-- SUBJECT is an Organization, so get info from Position about the related Person --%>
<%-- don't show because the position is not current --%>
<%-- there is a related Person --%>
">${objName} ${objLabel} ${timeSpan}
${objName} ${objLabel} ${timeSpan}
<%-- no related Person, which should not happen --%>