<%-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --%> <%-- - Display item/collection/community statistics - - Attributes: - statsVisits - bean containing name, data, column and row labels - statsMonthlyVisits - bean containing name, data, column and row labels - statsFileDownloads - bean containing name, data, column and row labels - statsCountryVisits - bean containing name, data, column and row labels - statsCityVisits - bean containing name, data, column and row labels - isItem - boolean variable, returns true if the DSO is an Item --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@page import="org.dspace.app.webui.servlet.MyDSpaceServlet"%> <% Boolean isItem = (Boolean)request.getAttribute("isItem"); %>

<% if(isItem) { %>

<% } %>