<% if (username != null) { %>
Connected as
<%=username%> <% } else { %>
<% } %>
<%=username%> <% } else { %>
You are not currently logged on!
<% } %>
%@ 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";
%>
You are not currently logged on!