Subversion Repositories general

Rev

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

Rev 19 Rev 21
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
<html:form action="/participant/unregister">
49
	<html:form action="/participant/unregister">
49
<backpath:current />
50
	<backpath:current />
50
<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" />">
51
<table border=1>
52
	<table border=1>
52
	<tr>
53
		<tr>
53
		<th>Ваш номер</th>
54
			<th>Ваш номер</th>
54
		<td><html:text property="ident" /></td>
55
			<td><html:text property="ident" /></td>
55
    </tr>
56
	    </tr>
56
	<tr>
57
		<tr>
57
		<td colspan=2><html:submit>Я не еду</html:submit></td>
58
			<td colspan=2><html:submit>Я не еду</html:submit></td>
58
    </tr>
59
	    </tr>
59
</table>
60
	</table>
60
</html:form>
61
	</html:form>
-
 
62
</logic:equal>
-
 
63
<logic:equal name="e" property="unregistrationAvailable" value="true">
-
 
64
	<p>Срок отказа от регистрации прошел.</p>
-
 
65
</logic:equal>
61
 
66
 
62
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
67
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
63
 
68
 
64
</body>
69
</body>
65
 
70