<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8"%><%@ page import="org.unicode.cldr.web.*"%><%@ page import="java.sql.*" %><%@ page import="com.ibm.icu.util.ULocale" %> <% String title = "?"; String user = request.getParameter("user"); String s = request.getParameter("s"); if (user==null) { title = "Invalid"; response.sendRedirect("survey"); return; } else { title = "Submitted data for user " + user; } %> SurveyTool My Votes | <%=title%> <%@ include file="/WEB-INF/tmpl/stnotices.jspf" %>
<% SurveyTool.includeJavaScript(request, out); %> Return to the SurveyTool
All items shown are for the current release, CLDR <%= SurveyMain.getNewVersion() %>. Votes before <%= SurveyMain.getVotesAfterDate() %> are not shown.

The most recently submitted items for user <%= user %>

...

All active locales for user <%= user %>

... <% if(s!=null) { %>
<% } %>
Return to the SurveyTool