vitro/webapp/web/siteAdmin/customReports.jsp

13 lines
366 B
Text
Raw Normal View History

<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<% if (securityLevel >= loginHandler.DBA) { %>
<div class="pageBodyGroup">
<h3>Reports</h3>
<ul>
<li><a href="customsparql">Custom Report: File Publication Date &lt; 1 YEAR AGO</a></li>
</ul>
</div>
<% } %>