Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 974 → Rev 975

/kickup/trunk/webapp/participant/ident.jsp
20,7 → 20,7
 
<body>
 
<h1>Пьянка XP - <bean:write name="event" property="name" /> - Идентификация</h1>
<%@ include file="/header.jsp" %>
 
<strutsx:errorsIterator id="errors" />
<strutsx:notEmpty name="errors">
38,14 → 38,17
<html:form action="/participant/login" method="GET">
<backpath:current />
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
<table border=1>
<table border=0 cellspacing=0 cellpadding=4 width=500>
<tr>
<th>Ваш номер</th>
<td><html:text property="ident" /></td>
<th width=120>Ваш номер</th>
<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<td colspan=2><html:submit>Перейти к изменению</html:submit></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
</html:form>
 
55,23 → 58,53
<html:form action="/participant/unregister" onsubmit="return confirmUnregister();">
<backpath:current />
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
<table border=1>
<table border=0 cellspacing=0 cellpadding=4 width=500>
<tr>
<th>Ваш номер</th>
<td><html:text property="ident" /></td>
<th width=120>Ваш номер</th>
<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<td colspan=2><html:submit>Я не еду</html:submit></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
</html:form>
</logic:equal>
<logic:equal name="event" property="unregistrationAvailable" value="true">
<logic:equal name="event" property="unregistrationAvailable" value="false">
<p>Срок отказа от регистрации прошел.</p>
</logic:equal>
 
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
<!--
<h2>Напомнить ваш номер</h2>
 
<html:form action="/participant/login" method="GET">
<backpath:current />
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
<table border=0 cellspacing=0 cellpadding=4 width=500>
<tr>
<td colspan=2>
Если вы забыли ваш номер, то укажите свой e-mail, который вы использовали при регистрации
и на него будет выслан номер
</td>
</tr>
<tr>
<th width=120>Ваш e-mail</th>
<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<td colspan=2><html:submit>Выслать</html:submit></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
</tr>
</table>
</html:form>
-->
 
<%@ include file="/footer.jsp" %>
 
</body>
 
</html>