%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> <%@ page import="edu.cornell.mannlib.vitro.webapp.web.*" %> <%@ page import="edu.cornell.mannlib.vitro.webapp.controller.VitroRequest" %> <%@ page import="edu.cornell.mannlib.vitro.webapp.dao.WebappDaoFactory" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ page errorPage="/error.jsp"%> <%@ page contentType="text/html; charset=UTF-8"%> <%@ page import="edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep" %> <%@ page import="edu.cornell.mannlib.vitro.webapp.beans.Portal"%> <%@ page import="edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreemarkerHttpServlet" %> <% /*********************************************** Display a single Page in the most basic fashion. The html
is generated followed by the banners and menu. After that the result of the jsp in the attribute bodyJsp is inserted. Finally comes the footer. request.attributes: "bodyJsp" - jsp of the body of this page. "title" - title of page "css" - optional additional css for page "scripts" - optional name of file containing