Rev 968 | Rev 976 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 968 | Rev 974 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | <%@ taglib uri="/WEB-INF/ak-kickup.tld" prefix="kickup" %> |
7 | <%@ taglib uri="/WEB-INF/ak-kickup.tld" prefix="kickup" %> |
8 | <html> |
8 | <html> |
9 | 9 | ||
10 | <head> |
10 | <head> |
11 | <meta http-equiv="expires" content="0"> |
11 | <meta http-equiv="expires" content="0"> |
12 | <title>Пьянка XP - Участники "<bean:write name="act" property="act.name" />" на пьянке "<bean:write name="event" property="name" />"</title> |
12 | <title>Пьянка XP - Участники мероприятия "<bean:write name="act" property="act.name" />" на пьянке "<bean:write name="event" property="name" />"</title> |
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="act" property="act.name" />" на пьянке "<bean:write name="event" property="name" />"</h1> |
18 | <%@ include file="/header.jsp" %> |
19 | 19 | ||
- | 20 | <h2>Участники мероприятия "<bean:write name="act" property="act.name" />"</h2> |
|
- | 21 | ||
20 | <strutsx:errorsIterator id="errors" /> |
22 | <strutsx:errorsIterator id="errors" /> |
21 | <strutsx:notEmpty name="errors"> |
23 | <strutsx:notEmpty name="errors"> |
22 | <div class="error">Ошибки: |
24 | <div class="error">Ошибки: |
23 | <ul> |
25 | <ul> |
24 | <logic:iterate name="errors" id="error"> |
26 | <logic:iterate name="errors" id="error"> |
Line 26... | Line 28... | ||
26 | </logic:iterate> |
28 | </logic:iterate> |
27 | </ul> |
29 | </ul> |
28 | </div> |
30 | </div> |
29 | </strutsx:notEmpty> |
31 | </strutsx:notEmpty> |
30 | 32 | ||
31 | <table border=1> |
33 | <table border=0 cellspacing=0 cellpadding=4 width=860> |
32 | <tr> |
34 | <tr> |
33 | <th>Ник</th> |
35 | <th class="headerCell">Ник</th> |
34 | <th>Имя</th> |
36 | <th class="headerCell">Имя</th> |
35 | <th>e-mail</th> |
37 | <th class="headerCell">e-mail</th> |
36 | <th>Телефон</th> |
38 | <th class="headerCell">Телефон</th> |
37 | <th>Дополнительно</th> |
39 | <th class="headerCell">Дополнительно</th> |
38 | </tr> |
40 | </tr> |
39 | 41 | ||
40 | <logic:iterate name="list" id="p"> |
42 | <logic:iterate name="list" id="p"> |
41 | <tr> |
43 | <tr> |
42 | <td><bean:write name="p" property="participant.nick" /> </td> |
44 | <td class="listCell"><bean:write name="p" property="participant.nick" /> </td> |
43 | <td><bean:write name="p" property="participant.name" /> </td> |
45 | <td class="listCell"><bean:write name="p" property="participant.name" /> </td> |
44 | <td> |
46 | <td class="listCell"> |
45 | <logic:equal name="p" property="participant.emailPublic" value="true"> |
47 | <logic:equal name="p" property="participant.emailPublic" value="true"> |
46 | <bean:write name="p" property="participant.email" /> |
48 | <bean:write name="p" property="participant.email" /> |
47 | </logic:equal> |
49 | </logic:equal> |
48 | |
50 | |
49 | </td> |
51 | </td> |
50 | <td><bean:write name="p" property="participant.phone" /> </td> |
52 | <td class="listCell"><bean:write name="p" property="participant.phone" /> </td> |
51 | <td><bean:write name="p" property="comment" /> </td> |
53 | <td class="listCell"><bean:write name="p" property="comment" /> </td> |
52 | </tr> |
54 | </tr> |
53 | </logic:iterate> |
55 | </logic:iterate> |
- | 56 | <tr> |
|
- | 57 | <td colspan=5> </td> |
|
- | 58 | </tr> |
|
54 | </table> |
59 | </table> |
55 | 60 | ||
56 | <br> |
- | |
57 | <backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty> |
61 | <%@ include file="/footer.jsp" %> |
58 | 62 | ||
59 | </body> |
63 | </body> |
60 | 64 | ||
61 | </html> |
65 | </html> |