<%@taglib prefix="s" uri="/struts-tags" %> Registered User Home

Welcome, <%=request.getRemoteUser()%>, to the <%= application.getInitParameter("applicationName") %> Administration and Data Management Portal registered user home page.

<% if (request.isUserInRole("SYSTEM.admin")) { %>

Current deposit privileges.

As system administrator you can deposit on behalf of all Data Providers

<%} else if (request.isUserInRole("com.k_int.aggregator.roles.Depositor")) { %>

Current deposit privileges.

You currently have privileges to deposit on behalf of the following Data Providers:

You current have no deposit privileges.

Apply for deposit privileges.

Select a source from the drop down and click submit to request deposit privileges.

Either there are no sources registered or you are already a member of all known sources.

Pending deposit privilege requests

You have no currently pending privilege requests.

<%}%> <% if (request.isUserInRole("SYSTEM.admin")) { %>

Current edit privileges.

As system administrator you can edit all records

<%} else if (request.isUserInRole("com.k_int.aggregator.roles.Editor")) { %>

Current edit privileges.

You currently have privileges to edit records from the following collections

You current have no edit privileges.

<%}%>