Rev 968 | Rev 975 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 968 | Rev 974 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | <link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css"> |
12 | <link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css"> |
13 | </head> |
13 | </head> |
14 | 14 | ||
15 | <body> |
15 | <body> |
16 | 16 | ||
17 | <h1>Пьянка XP - <bean:write name="event" property="name" /> - Регистрация</h1> |
17 | <%@ include file="/header.jsp" %> |
18 | 18 | ||
19 | <strutsx:errorsIterator id="errors" /> |
19 | <strutsx:errorsIterator id="errors" /> |
20 | <strutsx:notEmpty name="errors"> |
20 | <strutsx:notEmpty name="errors"> |
21 | <div class="error">Ошибки: |
21 | <div class="error">Ошибки: |
22 | <ul> |
22 | <ul> |
Line 118... | Line 118... | ||
118 | </logic:notEmpty> |
118 | </logic:notEmpty> |
119 | 119 | ||
120 | <tr> |
120 | <tr> |
121 | <td colspan=3> |
121 | <td colspan=3> |
122 | <html:submit>Зарегистрироваться</html:submit> |
122 | <html:submit>Зарегистрироваться</html:submit> |
123 | <backpath:notEmpty><backpath:backlink>Отменить</backpath:backlink></backpath:notEmpty> |
- | |
124 | </td> |
123 | </td> |
125 | </tr> |
124 | </tr> |
126 | </table> |
125 | </table> |
127 | 126 | ||
128 | </html:form> |
127 | </html:form> |
- | 128 | ||
- | 129 | <%@ include file="/footer.jsp" %> |
|
129 | 130 | ||
130 | </body> |
131 | </body> |
131 | 132 | ||
132 | </html> |
133 | </html> |