%@page contentType="text/html; charset=windows-1251" language="java" %> <%@include file="_header.jsp"%>
Please, complete the following form in English. The team must be composed of exactly three participants. After you complete the form you will be provided the password. Please write it down and keep secure. Please write the name of your university so that it could be understood what exactly university it is. Use standard shortcuts like (U for university, S for state, T for technical, I for institute).
Заполните, пожалуйста, по-английски. Команда должна состоять ровно из трех участников. Вам будет автоматически сгенерирован пароль. Запишите его и надежно храните, восстановить его не будет никакой возможности. Пожалуйста, укажите название университета так, чтобы можно было точно понять, что это за университет (не сокращайте название города). Используйте стандартные сокращения (U для university, S для state, T для technical, I для institute).
<% String error = (String) session.getAttribute("error"); session.removeAttribute("error"); if (error != null && !error.equals("")) { %>Error! <%=error%>
<% } if (session.getAttribute("tname") == null) { session.setAttribute("tname", ""); } if (session.getAttribute("uni") == null) { session.setAttribute("uni", ""); } if (session.getAttribute("name1") == null) { session.setAttribute("name1", ""); } if (session.getAttribute("surname1") == null) { session.setAttribute("surname1", ""); } if (session.getAttribute("name2") == null) { session.setAttribute("name2", ""); } if (session.getAttribute("surname2") == null) { session.setAttribute("surname2", ""); } if (session.getAttribute("name3") == null) { session.setAttribute("name3", ""); } if (session.getAttribute("surname3") == null) { session.setAttribute("surname3", ""); } %> <%@include file="_footer.jsp"%>