Rev 976 | Rev 979 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 976 | Rev 977 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | </logic:iterate> |
24 | </logic:iterate> |
25 | </ul> |
25 | </ul> |
26 | </div> |
26 | </div> |
27 | </strutsx:notEmpty> |
27 | </strutsx:notEmpty> |
28 | 28 | ||
29 | <table border=1> |
29 | <table border=0 cellspacing=0 cellpadding=4 width=860> |
30 | <tr> |
30 | <tr> |
31 | <th>Название</th> |
31 | <th class="headerCell">Название</th> |
32 | <th>Место/город</th> |
32 | <th class="headerCell">Место/город</th> |
33 | <th>Начало</th> |
33 | <th class="headerCell">Начало</th> |
34 | <th>Окончание</th> |
34 | <th class="headerCell">Окончание</th> |
35 | <th>Регистрация разрешена</th> |
35 | <th class="headerCell">Регистрация разрешена</th> |
36 | </tr> |
36 | </tr> |
37 | 37 | ||
38 | <logic:iterate name="events" id="e"> |
38 | <logic:iterate name="events" id="e"> |
39 | <tr> |
39 | <tr> |
40 | <td> |
40 | <td class="listCell"> |
41 | <html:link action="/event/show" paramId="id" paramName="e" paramProperty="id"> |
41 | <html:link action="/event/show" paramId="id" paramName="e" paramProperty="id"> |
42 | <bean:write name="e" property="name" /> |
42 | <bean:write name="e" property="name" /> |
43 | </html:link> |
43 | </html:link> |
44 | </td> |
44 | </td> |
45 | <td><bean:write name="e" property="place" /> </td> |
45 | <td class="listCell"><bean:write name="e" property="place" /> </td> |
46 | <td><bean:write name="e" property="start" format="dd.MM.yyyy" /> </td> |
46 | <td class="listCell"><bean:write name="e" property="start" format="dd.MM.yyyy" /> </td> |
47 | <td><bean:write name="e" property="stop" format="dd.MM.yyyy" /> </td> |
47 | <td class="listCell"><bean:write name="e" property="stop" format="dd.MM.yyyy" /> </td> |
48 | <td> |
48 | <td class="listCell"> |
49 | <logic:equal name="e" property="registrationAvailable" value="true">да</logic:equal> |
49 | <logic:equal name="e" property="registrationAvailable" value="true">да</logic:equal> |
50 | <logic:notEqual name="e" property="registrationAvailable" value="true">нет</logic:notEqual> |
50 | <logic:notEqual name="e" property="registrationAvailable" value="true">нет</logic:notEqual> |
51 | </td> |
51 | </td> |
52 | </tr> |
52 | </tr> |
53 | </logic:iterate> |
53 | </logic:iterate> |
- | 54 | <tr> |
|
- | 55 | <td colspan=5> </td> |
|
- | 56 | </tr> |
|
54 | </table> |
57 | </table> |
55 | 58 | ||
- | 59 | <!-- footer begin --> |
|
- | 60 | <table border=0 cellspacing=0 cellpadding=4> |
|
- | 61 | <tr> |
|
- | 62 | <td colspan=2><img src="<strutsx:root />/images/line.gif" alt=""></td> |
|
- | 63 | </tr> |
|
- | 64 | <tr> |
|
- | 65 | <td> </td> |
|
- | 66 | <td align=right valign=top style="text-align: right; "> |
|
56 | <p><html:link page="/admin">Администрирование</html:link></<> |
67 | <html:link page="/admin"><img src="<strutsx:root />/images/admin.gif" alt="Администрирование" border=0></html:link> |
- | 68 | </td> |
|
- | 69 | </tr> |
|
- | 70 | ||
- | 71 | <%@ include file="/copyright.jsp" %> |
|
- | 72 | </table> |
|
- | 73 | <!-- footer end --> |
|
57 | 74 | ||
58 | </body> |
75 | </body> |
59 | 76 | ||
60 | </html> |
77 | </html> |