<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %> <%@ taglib prefix="page" uri="http://www.opensymphony.com/sitemesh/page" %> <%@ taglib prefix="s" uri="/struts-tags" %> <% String username = request.getRemoteUser(); boolean has_spatial_support = false; String oaiURL = request.getRequestURL().toString(); int indexOfDpp = oaiURL.indexOf("/dpp/"); oaiURL = oaiURL.substring(0,indexOfDpp) + "/oai-mgr/list"; %> /content/styles /content/js <%= application.getInitParameter("applicationName") %> Administration - <decorator:title/>
<% if (username != null) { %> Connected as
<%=username%> <% } else { %>

 

You are not currently logged on!
<% } %>

<%= application.getInitParameter(" /> Administration and Data Management Portal