%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%@page import="edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep"%>
<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.Controllers" %>
<%@page import="edu.cornell.mannlib.vedit.beans.LoginFormBean"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<%
if (session == null || !LoginFormBean.loggedIn(request, LoginFormBean.DBA)) {
%>