Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 22 → Rev 23

/kickup/trunk/webapp/participant/ident.jsp
45,7 → 45,7
 
<h2>Отказ от регистрации</h2>
 
<logic:equal name="e" property="unregistrationAvailable" value="true">
<logic:equal name="event" property="unregistrationAvailable" value="true">
<html:form action="/participant/unregister">
<backpath:current />
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
60,7 → 60,7
</table>
</html:form>
</logic:equal>
<logic:equal name="e" property="unregistrationAvailable" value="true">
<logic:equal name="event" property="unregistrationAvailable" value="true">
<p>Срок отказа от регистрации прошел.</p>
</logic:equal>