<%-- $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://vitro.mannlib.cornell.edu/vitro/tags/StringProcessorTag" prefix="p" %> <%@ page errorPage="/error.jsp"%> <% /*********************************************** Display a List of Entities in the most basic fashion. request.attributes: a List of Entity objects with the name "entities" portal id as "portal" request.parameters: None yet. Consider sticking < % = MiscWebUtils.getReqInfo(request) % > in the html output for debugging info. bdc34 2006-01-27 created **********************************************/ if (request.getAttribute("entities") == null){ String e="entityList.jsp expects that request attribute 'entities' be set to a List of Entity objects."; throw new JspException(e); } %> <%/* just moving this into page scope for easy use */ %>

${title}

${subTitle}"

<% /*

${pageTime} milliseconds

*/ %>
  • | <%-- decide here whether to render a link on the included page by setting individualUrl in the request scope --%> | |
<% /* add supplementary text provided by controllers such as "CoAuthorServlet" */ %> ${requestScope.suppText}