<%@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.

Current deposit privileges.

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

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

<%} else { %>

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.

<%}%>