2010-02-28 21:14:48 +00:00
|
|
|
<%-- $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>
|
2010-03-11 15:06:56 +00:00
|
|
|
<li><a href="customsparql?queryType=fileupload">Custom Report: File Publication Date > 1 YEAR AGO</a></li>
|
|
|
|
<li><a href="customsparql?queryType=filedelete">Custom Report: File Deleted > 1 YEAR AGO</a></li>
|
2010-02-28 21:14:48 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<% } %>
|