Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 977 → Rev 976

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