<%@ page language="java" %> <% /** * * '$RCSfile$' * Copyright: 2008 Regents of the University of California and the * National Center for Ecological Analysis and Synthesis * '$Author: leinfelder $' * '$Date: 2008-11-07 01:07:22 +0000 (Fri, 07 Nov 2008) $' * '$Revision: 4536 $' * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ %> <%@ include file="../../common/common-settings.jsp"%> <%@ include file="../../common/configure-check.jsp"%> <%@page import="edu.ucsb.nceas.metacat.service.SessionService"%> <%@page import="java.util.Map"%> <%@page import="java.util.Iterator"%> <%@page import="edu.ucsb.nceas.metacat.service.SessionService"%> FIRST Data Repository

 
 
 
<% boolean loggedIn = SessionService.isSessionRegistered(request.getSession().getId()); String[] docids = null; Map fields = null; if (loggedIn) { docids = SessionService.getRegisteredSession(request.getSession().getId()).getDocumentCart().getDocids(); fields = SessionService.getRegisteredSession(request.getSession().getId()).getDocumentCart().getFields(); %> <% } else { %> <% } %>
Home FIRST About Logout
Data Cart (Items: <%=docids.length %>, Fields: <%=fields.size() %>)
<% for (int i = 0; i < docids.length; i++) { %> <%} %>
<% if (loggedIn) { Iterator fieldIter = fields.keySet().iterator(); while (fieldIter.hasNext()) { String key = (String) fieldIter.next(); String value = (String) fields.get(key); %> <% } } %>
Login