Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 976 → Rev 977

/kickup/trunk/webapp/participant/ident.jsp
42,7 → 42,7
<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<td colspan=2><html:submit>Перейти к изменению</html:submit></td>
<td colspan=2><html:image page="/images/login.gif" alt="Перейти к изменению" /></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
61,7 → 61,7
<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
</tr>
<tr>
<td colspan=2><html:submit>Я не еду</html:submit></td>
<td colspan=2><html:image page="/images/unregister.gif" alt="Я не еду" /></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
73,10 → 73,9
<p>Срок отказа от регистрации прошел.</p>
</logic:equal>
 
<!--
<h2>Напомнить ваш номер</h2>
 
<html:form action="/participant/login" method="GET">
<html:form action="/participant/remind" method="GET">
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
<table border=0 cellspacing=0 cellpadding=4 width=500>
<tr>
87,10 → 86,10
</tr>
<tr>
<th width=120>Ваш e-mail</th>
<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
<td><html:text property="email" style="width:240px" maxlength="255" /></td>
</tr>
<tr>
<td colspan=2><html:submit>Выслать номер</html:submit></td>
<td colspan=2><html:image page="/images/remind.gif" alt="Выслать номер" /></td>
</tr>
<tr>
<td colspan=2>&nbsp;</td>
97,7 → 96,6
</tr>
</table>
</html:form>
-->
 
<%@ include file="/footer.jsp" %>