Changes related to datastar issues: Adding link in site admin for custom report, fixing upload issues.
This commit is contained in:
parent
95cffe41b0
commit
f884489278
10 changed files with 128 additions and 78 deletions
12
webapp/web/siteAdmin/customReports.jsp
Normal file
12
webapp/web/siteAdmin/customReports.jsp
Normal file
|
@ -0,0 +1,12 @@
|
|||
<%-- $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 < 1 YEAR AGO</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<% } %>
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
<%@ include file="advancedDataTools.jsp" %>
|
||||
|
||||
<%@ include file="customReports.jsp" %>
|
||||
<%--
|
||||
<%@ include file="sessionPreferences.jsp" %>
|
||||
--%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue