Adding feedback from search IndexController instead of a blank screen, so user knows when indexing is finished. NIHVIVO-783

Working on shor views for grants. NIHVIVO-630.
This commit is contained in:
bdc34 2010-07-12 18:51:20 +00:00
parent a41c87f181
commit 4871439da2
4 changed files with 28 additions and 10 deletions

View file

@ -0,0 +1,7 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<jsp:include page="roleShortView.jsp">
<jsp:param name="personToRolePredicate" value="http://vivoweb.org/ontology/core#hasPrincipalInvestigatorRole"/>
<jsp:param name="roleActivityToRolePredicate" value="http://vivoweb.org/ontology/core#roleIn"/>
<jsp:param name="roleActivityLabel" value="grant"/>
</jsp:include>