<%@ page import="org.unicode.cldr.web.*" %>
<% if(SurveyMain.isUnofficial()) { %>
<%= WebContext.iconHtml(request,"warn","Unofficial Site") %>Unofficial
<% } %> <% String betanotice = null; if(SurveyMain.isPhaseBeta() ) { betanotice = "Survey Tool is in Beta - Any data added here will NOT go into CLDR."; }%>
<% if(betanotice!=null) { %> <%= WebContext.iconHtml(request,"warn","beta") %> <%= betanotice %> <% } %>
<%-- unobtrusive status box --%> <%-- pop-up stuff. --%> <%= SurveyMain.SHOWHIDE_SCRIPT %>