Rev 972 | Rev 975 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 972 | Rev 973 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | <th class="subHeader"> </th> |
48 | <th class="subHeader"> </th> |
49 | </tr> |
49 | </tr> |
50 | 50 | ||
51 | <logic:iterate name="events" id="e"> |
51 | <logic:iterate name="events" id="e"> |
52 | <tr> |
52 | <tr> |
53 | <td style="border-bottom: 1px dotted black;"><bean:write name="e" property="name" /></td> |
53 | <td class="listCell"><bean:write name="e" property="name" /></td> |
54 | <td style="border-bottom: 1px dotted black;"><bean:write name="e" property="place" /> </td> |
54 | <td class="listCell"><bean:write name="e" property="place" /> </td> |
55 | <td style="border-bottom: 1px dotted black;"><bean:write name="e" property="start" format="dd.MM.yyyy" /> </td> |
55 | <td class="listCell"><bean:write name="e" property="start" format="dd.MM.yyyy" /> </td> |
56 | <td style="border-bottom: 1px dotted black;"><bean:write name="e" property="stop" format="dd.MM.yyyy" /> </td> |
56 | <td class="listCell"><bean:write name="e" property="stop" format="dd.MM.yyyy" /> </td> |
57 | <td align=middle style="border-bottom: 1px dotted black;"> |
57 | <td align=middle class="listCell"> |
58 | <logic:equal name="e" property="enabled" value="true">да</logic:equal> |
58 | <logic:equal name="e" property="enabled" value="true">да</logic:equal> |
59 | <logic:notEqual name="e" property="enabled" value="true">нет</logic:notEqual> |
59 | <logic:notEqual name="e" property="enabled" value="true">нет</logic:notEqual> |
60 | </td> |
60 | </td> |
61 | <td align=right style="border-bottom: 1px dotted black;"><bean:write name="e" property="participantCount" /></td> |
61 | <td align=right class="listCell"><bean:write name="e" property="participantCount" /></td> |
62 | <td align=right style="border-bottom: 1px dotted black;"><bean:write name="e" property="personCount" /></td> |
62 | <td align=right class="listCell"><bean:write name="e" property="personCount" /></td> |
63 | 63 | ||
64 | <td style="border-bottom: 1px dotted black;"> </td> |
64 | <td class="listCell"> </td> |
65 | <td style="border-bottom: 1px dotted black;"> |
65 | <td class="listCell"> |
66 | <backpath:link action="/admin/event/edit" paramId="id" paramName="e" paramProperty="id"><img src="<strutsx:root />/images/edit.gif" alt="Редактировать" border=0></backpath:link> |
66 | <backpath:link action="/admin/event/edit" paramId="id" paramName="e" paramProperty="id"><img src="<strutsx:root />/images/edit.gif" alt="Редактировать" border=0></backpath:link> |
67 | </td> |
67 | </td> |
68 | <td style="border-bottom: 1px dotted black;"> |
68 | <td class="listCell"> |
69 | <backpath:link action="/admin/event/delete" paramId="id" paramName="e" paramProperty="id" onclick="return confirmDelete();"><img src="<strutsx:root />/images/delete.gif" alt="Удалить" border=0></backpath:link> |
69 | <backpath:link action="/admin/event/delete" paramId="id" paramName="e" paramProperty="id" onclick="return confirmDelete();"><img src="<strutsx:root />/images/delete.gif" alt="Удалить" border=0></backpath:link> |
70 | </td> |
70 | </td> |
71 | <td style="border-bottom: 1px dotted black;"> |
71 | <td class="listCell"> |
72 | <backpath:link action="/admin/participant/list" paramId="event" paramName="e" paramProperty="id"><img src="<strutsx:root />/images/participants-small.gif" alt="Участники" border=0></backpath:link> |
72 | <backpath:link action="/admin/participant/list" paramId="event" paramName="e" paramProperty="id"><img src="<strutsx:root />/images/participants-small.gif" alt="Участники" border=0></backpath:link> |
73 | </td> |
73 | </td> |
74 | </tr> |
74 | </tr> |
75 | </logic:iterate> |
75 | </logic:iterate> |
76 | <tr> |
76 | <tr> |