diff --git a/productMods/templates/page/basicPage.jsp b/productMods/templates/page/basicPage.jsp deleted file mode 100644 index aa7d0cdc..00000000 --- a/productMods/templates/page/basicPage.jsp +++ /dev/null @@ -1,76 +0,0 @@ -<%-- $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" %> - -<% /*********************************************** - 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