Subversion Repositories general

Rev

Rev 21 | Rev 972 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 23
Line 43... Line 43...
43
</table>
43
</table>
44
</html:form>
44
</html:form>
45
 
45
 
46
<h2>Отказ от регистрации</h2>
46
<h2>Отказ от регистрации</h2>
47
 
47
 
48
<logic:equal name="e" property="unregistrationAvailable" value="true">
48
<logic:equal name="event" property="unregistrationAvailable" value="true">
49
	<html:form action="/participant/unregister">
49
	<html:form action="/participant/unregister">
50
	<backpath:current />
50
	<backpath:current />
51
	<input type=hidden name="event" value="<bean:write name="event" property="id" />">
51
	<input type=hidden name="event" value="<bean:write name="event" property="id" />">
52
	<table border=1>
52
	<table border=1>
53
		<tr>
53
		<tr>
Line 58... Line 58...
58
			<td colspan=2><html:submit>Я не еду</html:submit></td>
58
			<td colspan=2><html:submit>Я не еду</html:submit></td>
59
	    </tr>
59
	    </tr>
60
	</table>
60
	</table>
61
	</html:form>
61
	</html:form>
62
</logic:equal>
62
</logic:equal>
63
<logic:equal name="e" property="unregistrationAvailable" value="true">
63
<logic:equal name="event" property="unregistrationAvailable" value="true">
64
	<p>Срок отказа от регистрации прошел.</p>
64
	<p>Срок отказа от регистрации прошел.</p>
65
</logic:equal>
65
</logic:equal>
66
 
66
 
67
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
67
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
68
 
68