<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> <%@ page import="edu.cornell.mannlib.vitro.webapp.dao.jena.pellet.PelletListener"%> <% if (loginBean.isLoggedInAtLeast(LoginStatusBean.CURATOR)) { %>

Ontology Editor

<% Object plObj = getServletContext().getAttribute("pelletListener"); if ( (plObj != null) && (plObj instanceof PelletListener) ) { PelletListener pelletListener = (PelletListener) plObj; if (!pelletListener.isConsistent()) { %>

INCONSISTENT ONTOLOGY: reasoning halted.

Cause: <%=pelletListener.getExplanation()%>

<% } else if (pelletListener.isInErrorState()) { %>

An error occurred during reasoning; reasoning has been halted. See error log for details.

<% } } %>

Class Management

Property Management

Verbose property display for this session is ${verbosePropertyListing == true ? 'on' : 'off'}.
<% } %>