Rev 16 | Rev 972 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16 | Rev 19 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | <tr> |
31 | <tr> |
32 | <th>Название</th> |
32 | <th>Название</th> |
33 | <th>Место/город</th> |
33 | <th>Место/город</th> |
34 | <th>Начало</th> |
34 | <th>Начало</th> |
35 | <th>Окончание</th> |
35 | <th>Окончание</th> |
36 | <th>Регистрация разрешена</th> |
36 | <th>В открытом доступе</th> |
- | 37 | <th>Заявок</th> |
|
- | 38 | <th>Участников</th> |
|
37 | <th> </th> |
39 | <th> </th> |
38 | <th> </th> |
40 | <th> </th> |
39 | <th> </th> |
41 | <th> </th> |
40 | </tr> |
42 | </tr> |
41 | 43 | ||
Line 47... | Line 49... | ||
47 | <td><bean:write name="e" property="stop" format="dd.MM.yyyy" /> </td> |
49 | <td><bean:write name="e" property="stop" format="dd.MM.yyyy" /> </td> |
48 | <td> |
50 | <td> |
49 | <logic:equal name="e" property="enabled" value="true">да</logic:equal> |
51 | <logic:equal name="e" property="enabled" value="true">да</logic:equal> |
50 | <logic:notEqual name="e" property="enabled" value="true">нет</logic:notEqual> |
52 | <logic:notEqual name="e" property="enabled" value="true">нет</logic:notEqual> |
51 | </td> |
53 | </td> |
- | 54 | <td><bean:write name="e" property="participantCount" /></td> |
|
- | 55 | <td><bean:write name="e" property="personCount" /></td> |
|
52 | <td> |
56 | <td> |
53 | <backpath:link action="/admin/event/edit" paramId="id" paramName="e" paramProperty="id">редактировать</backpath:link> |
57 | <backpath:link action="/admin/event/edit" paramId="id" paramName="e" paramProperty="id">редактировать</backpath:link> |
54 | </td> |
58 | </td> |
55 | <td> |
59 | <td> |
56 | <backpath:link action="/admin/event/delete" paramId="id" paramName="e" paramProperty="id">удалить</backpath:link> |
60 | <backpath:link action="/admin/event/delete" paramId="id" paramName="e" paramProperty="id">удалить</backpath:link> |