Subversion Repositories general

Rev

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

Rev 972 Rev 975
Line 18... Line 18...
18
	</script>
18
	</script>
19
</head>
19
</head>
20
 
20
 
21
<body>
21
<body>
22
 
22
 
23
<h1>Пьянка XP - <bean:write name="event" property="name" /> - Идентификация</h1>
23
<%@ include file="/header.jsp" %>
24
 
24
 
25
<strutsx:errorsIterator id="errors" />
25
<strutsx:errorsIterator id="errors" />
26
<strutsx:notEmpty name="errors">
26
<strutsx:notEmpty name="errors">
27
	<div class="error">Ошибки:
27
	<div class="error">Ошибки:
28
		<ul>
28
		<ul>
Line 36... Line 36...
36
<h2>Изменение данных регистрации</h2>
36
<h2>Изменение данных регистрации</h2>
37
 
37
 
38
<html:form action="/participant/login" method="GET">
38
<html:form action="/participant/login" method="GET">
39
<backpath:current />
39
<backpath:current />
40
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
40
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
41
<table border=1>
41
<table border=0 cellspacing=0 cellpadding=4 width=500>
42
	<tr>
42
	<tr>
43
		<th>Ваш номер</th>
43
		<th width=120>Ваш номер</th>
44
		<td><html:text property="ident" /></td>
44
		<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
45
    </tr>
45
    </tr>
46
	<tr>
46
	<tr>
47
		<td colspan=2><html:submit>Перейти к изменению</html:submit></td>
47
		<td colspan=2><html:submit>Перейти к изменению</html:submit></td>
48
    </tr>
48
    </tr>
-
 
49
	<tr>
-
 
50
		<td colspan=2>&nbsp;</td>
-
 
51
    </tr>
49
</table>
52
</table>
50
</html:form>
53
</html:form>
51
 
54
 
52
<h2>Отказ от регистрации</h2>
55
<h2>Отказ от регистрации</h2>
53
 
56
 
54
<logic:equal name="event" property="unregistrationAvailable" value="true">
57
<logic:equal name="event" property="unregistrationAvailable" value="true">
55
	<html:form action="/participant/unregister" onsubmit="return confirmUnregister();">
58
	<html:form action="/participant/unregister" onsubmit="return confirmUnregister();">
56
	<backpath:current />
59
	<backpath:current />
57
	<input type=hidden name="event" value="<bean:write name="event" property="id" />">
60
	<input type=hidden name="event" value="<bean:write name="event" property="id" />">
58
	<table border=1>
61
	<table border=0 cellspacing=0 cellpadding=4 width=500>
59
		<tr>
62
		<tr>
60
			<th>Ваш номер</th>
63
			<th width=120>Ваш номер</th>
61
			<td><html:text property="ident" /></td>
64
			<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
62
	    </tr>
65
	    </tr>
63
		<tr>
66
		<tr>
64
			<td colspan=2><html:submit>Я не еду</html:submit></td>
67
			<td colspan=2><html:submit>Я не еду</html:submit></td>
65
	    </tr>
68
	    </tr>
-
 
69
		<tr>
-
 
70
			<td colspan=2>&nbsp;</td>
-
 
71
	    </tr>
66
	</table>
72
	</table>
67
	</html:form>
73
	</html:form>
68
</logic:equal>
74
</logic:equal>
69
<logic:equal name="event" property="unregistrationAvailable" value="true">
75
<logic:equal name="event" property="unregistrationAvailable" value="false">
70
	<p>Срок отказа от регистрации прошел.</p>
76
	<p>Срок отказа от регистрации прошел.</p>
71
</logic:equal>
77
</logic:equal>
72
 
78
 
-
 
79
<!--
-
 
80
<h2>Напомнить ваш номер</h2>
-
 
81
 
-
 
82
<html:form action="/participant/login" method="GET">
-
 
83
<backpath:current />
73
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
84
<input type=hidden name="event" value="<bean:write name="event" property="id" />">
-
 
85
<table border=0 cellspacing=0 cellpadding=4 width=500>
-
 
86
	<tr>
-
 
87
		<td colspan=2>
-
 
88
			Если вы забыли ваш номер, то укажите свой e-mail, который вы использовали при регистрации
-
 
89
			и на него будет выслан номер
-
 
90
		</td>
-
 
91
    </tr>
-
 
92
	<tr>
-
 
93
		<th width=120>Ваш e-mail</th>
-
 
94
		<td><html:text property="ident" style="width:240px" maxlength="10" /></td>
-
 
95
    </tr>
-
 
96
	<tr>
-
 
97
		<td colspan=2><html:submit>Выслать</html:submit></td>
-
 
98
    </tr>
-
 
99
	<tr>
-
 
100
		<td colspan=2>&nbsp;</td>
-
 
101
    </tr>
-
 
102
</table>
-
 
103
</html:form>
-
 
104
-->
-
 
105
 
-
 
106
<%@ include file="/footer.jsp" %>
74
 
107
 
75
</body>
108
</body>
76
 
109
 
77
</html>
110
</html>