Rev 16 | Rev 974 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16 | Rev 973 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | <link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css"> |
13 | <link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css"> |
14 | </head> |
14 | </head> |
15 | 15 | ||
16 | <body> |
16 | <body> |
17 | 17 | ||
18 | <h1>Пьянка XP - Участники пьянки "<bean:write name="event" property="name" />"</h1> |
18 | <%@ include file="/header.jsp" %> |
19 | 19 | ||
20 | <strutsx:errorsIterator id="errors" /> |
20 | <strutsx:errorsIterator id="errors" /> |
21 | <strutsx:notEmpty name="errors"> |
21 | <strutsx:notEmpty name="errors"> |
22 | <div class="error">Ошибки: |
22 | <div class="error">Ошибки: |
23 | <ul> |
23 | <ul> |
Line 54... | Line 54... | ||
54 | </table> |
54 | </table> |
55 | 55 | ||
56 | <p>Всего заявок: <bean:write name="event" property="participantCount" /></p> |
56 | <p>Всего заявок: <bean:write name="event" property="participantCount" /></p> |
57 | <p>Всего участников: <bean:write name="event" property="personCount" /></p> |
57 | <p>Всего участников: <bean:write name="event" property="personCount" /></p> |
58 | 58 | ||
59 | <br> |
- | |
60 | <backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty> |
59 | <%@ include file="/footer.jsp" %> |
61 | 60 | ||
62 | </body> |
61 | </body> |
63 | 62 | ||
64 | </html> |
63 | </html> |