Subversion Repositories general

Compare Revisions

Regard whitespace Rev 20 → Rev 21

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