Rev 968 | Rev 972 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 968 | Rev 969 | ||
---|---|---|---|
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 | <!-- header begin --> |
|
- | 19 | <table border=0> |
|
- | 20 | <tr> |
|
- | 21 | <td align=left valign=top> |
|
18 | <h1><bean:write name="event" property="name" /></h1> |
22 | <div class="eventName"><bean:write name="event" property="name" /></div> |
- | 23 | </td> |
|
- | 24 | <td align=right valign=top colspan=2> |
|
- | 25 | <div class="eventDate"> |
|
- | 26 | <logic:empty name="event" property="start">(дата еще неизвестна)</logic:empty> |
|
- | 27 | <logic:notEmpty name="event" property="start"> |
|
- | 28 | <bean:write name="event" property="start" format="d MMM yyyy" /> |
|
- | 29 | <logic:notEmpty name="event" property="stop">- <bean:write name="event" property="stop" format="d MMM yyyy" /></logic:notEmpty> |
|
- | 30 | </logic:notEmpty> |
|
- | 31 | </div> |
|
- | 32 | <div class="eventPlace"><bean:write name="event" property="place" /></div> |
|
- | 33 | </td> |
|
- | 34 | </tr> |
|
- | 35 | <tr> |
|
- | 36 | <td align=left valign=bottom colspan=2> |
|
- | 37 | Уже зарегистрированно <span class="personCount"><bean:write name="event" property="personCount" /></span> участников |
|
- | 38 | </td> |
|
- | 39 | <td align=right valign=bottom> |
|
- | 40 | <logic:equal name="event" property="registrationAvailable" value="true"> |
|
- | 41 | <backpath:link action="/participant/register" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/register.gif" alt="Зарегистрироваться" border=0></backpath:link> |
|
- | 42 | </logic:equal> |
|
- | 43 | </td> |
|
- | 44 | </tr> |
|
- | 45 | <tr> |
|
- | 46 | <td colspan=3> </td> |
|
- | 47 | </tr> |
|
- | 48 | <tr> |
|
- | 49 | <td align=left valign=top colspan=2> |
|
- | 50 | <kickup:currentLink action="/event/show" paramId="id" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/show.gif" alt="Программа" border=0></kickup:currentLink> |
|
- | 51 | <kickup:currentLink action="/apartment/list" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/apartments.gif" alt="Программа" border=0></kickup:currentLink> |
|
- | 52 | <kickup:currentLink action="/transport/list" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/transport.gif" alt="Программа" border=0></kickup:currentLink> |
|
- | 53 | <kickup:currentLink action="/participant/list" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/participants.gif" alt="Программа" border=0></kickup:currentLink> |
|
- | 54 | </td> |
|
- | 55 | <td align=right valign=top> |
|
- | 56 | <kickup:currentLink action="/participant/ident" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/ident.gif" alt="Программа" border=0></kickup:currentLink> |
|
- | 57 | </td> |
|
- | 58 | </tr> |
|
- | 59 | <tr> |
|
- | 60 | <td colspan=3><img src="<strutsx:root />/images/line.gif" alt=""></td> |
|
- | 61 | </tr> |
|
- | 62 | </table> |
|
- | 63 | <!-- header end --> |
|
19 | 64 | ||
20 | <strutsx:errorsIterator id="errors" /> |
65 | <strutsx:errorsIterator id="errors" /> |
21 | <strutsx:notEmpty name="errors"> |
66 | <strutsx:notEmpty name="errors"> |
22 | <div class="error">Ошибки: |
67 | <div class="error">Ошибки: |
23 | <ul> |
68 | <ul> |
Line 28... | Line 73... | ||
28 | </div> |
73 | </div> |
29 | </strutsx:notEmpty> |
74 | </strutsx:notEmpty> |
30 | 75 | ||
31 | <p><kickup:write name="event" property="comment" filterBr="true" /></p> |
76 | <p><kickup:write name="event" property="comment" filterBr="true" /></p> |
32 | 77 | ||
33 | <p>Время проведения: |
- | |
34 | <logic:empty name="event" property="start">еще неизвестно</logic:empty> |
- | |
35 | <logic:notEmpty name="event" property="start"> |
- | |
36 | <bean:write name="event" property="start" format="d MMM yyyy" /> |
- | |
37 | <logic:notEmpty name="event" property="stop">- <bean:write name="event" property="stop" format="d MMM yyyy" /></logic:notEmpty> |
- | |
38 | </logic:notEmpty> |
- | |
39 | - | ||
40 | <p>Организаторы: <bean:write name="event" property="admins" /></p> |
- | |
41 | - | ||
42 | <p>Контактный e-mail: <a href="mailto:<bean:write name="event" property="email" />"><bean:write name="event" property="email" /></a></p> |
- | |
43 | - | ||
44 | <h2>Место проведения</h2> |
78 | <h2>Место проведения</h2> |
45 | 79 | ||
46 | <p><bean:write name="event" property="place" /></p> |
80 | <div class="eventPlace"><bean:write name="event" property="place" /></div> |
47 | <p><kickup:write name="event" property="address" filterBr="true" /></p> |
81 | <div class="eventAddress"><kickup:write name="event" property="address" filterBr="true" /></div> |
48 | 82 | ||
49 | <h2>Планируемые мероприятия</h2> |
83 | <h2>Планируемые мероприятия</h2> |
50 | 84 | ||
51 | <ul> |
85 | <ul> |
52 | <logic:iterate name="acts" id="a"> |
86 | <logic:iterate name="acts" id="a"> |
53 | <li><bean:write name="a" property="act.name" /> |
87 | <li><bean:write name="a" property="act.name" /> |
54 | <kickup:link action="/act/list" paramId="event" paramName="event" paramProperty="id" paramId2="act" paramName2="a" paramProperty2="act.id">(участники)</kickup:link></li> |
88 | <kickup:link action="/act/list" paramId="event" paramName="event" paramProperty="id" paramId2="act" paramName2="a" paramProperty2="act.id"><span class="actParticipants">[участники]</span></kickup:link></li> |
55 | </logic:iterate> |
89 | </logic:iterate> |
56 | </ul> |
90 | </ul> |
57 | 91 | ||
58 | <h2>Стоимость</h2> |
92 | <h2>Стоимость</h2> |
59 | 93 | ||
Line 62... | Line 96... | ||
62 | <logic:notEmpty name="event" property="price"> |
96 | <logic:notEmpty name="event" property="price"> |
63 | <bean:write name="event" property="price" format="0.00" /> евро с носа |
97 | <bean:write name="event" property="price" format="0.00" /> евро с носа |
64 | </logic:notEmpty> |
98 | </logic:notEmpty> |
65 | </p> |
99 | </p> |
66 | 100 | ||
- | 101 | <!-- footer begin --> |
|
- | 102 | <table border=0> |
|
67 | <p> |
103 | <tr> |
68 | <backpath:link action="/participant/list" paramId="event" paramName="event" paramProperty="id">Участники</backpath:link> |
104 | <td colspan=2><img src="<strutsx:root />/images/line.gif" alt=""></td> |
- | 105 | </tr> |
|
- | 106 | <tr> |
|
69 | <backpath:link action="/apartment/list" paramId="event" paramName="event" paramProperty="id">Где разместиться</backpath:link> |
107 | <td>По всем вопросам обращайтесь к организаторам: <span class="eventAdmins"><bean:write name="event" property="admins" /></span></td> |
- | 108 | <td align=right valign=top> |
|
70 | <backpath:link action="/transport/list" paramId="event" paramName="event" paramProperty="id">Как добраться</backpath:link> |
109 | <html:link page="/admin"><img src="<strutsx:root />/images/admin.gif" alt="Администрирование" border=0></html:link> |
71 | </p> |
110 | </td> |
72 | 111 | </tr> |
|
73 | <p> |
112 | <tr> |
74 | <logic:equal name="event" property="registrationAvailable" value="true"> |
- | |
75 | <backpath:link action="/participant/register" paramId="event" paramName="event" paramProperty="id">Зарегистрироваться</backpath:link> |
113 | <td>Контактный e-mail: <a href="mailto:<bean:write name="event" property="email" />"><bean:write name="event" property="email" /></a></td> |
76 | </logic:equal> |
114 | <td align=right valign=top> |
77 | <backpath:link action="/participant/ident" paramId="event" paramName="event" paramProperty="id">Изменить свои данные</backpath:link> |
115 | <html:link page="/"><img src="<strutsx:root />/images/list.gif" alt="Администрирование" border=0></html:link> |
78 | </p> |
116 | </td> |
79 | - | ||
80 | 117 | <tr> |
|
81 | <p><backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty></p> |
- | |
82 | 118 | </table> |
|
83 | <p><html:link page="/admin">Администрирование</html:link></<> |
119 | <!-- footer end --> |
84 | 120 | ||
85 | </body> |
121 | </body> |
86 | 122 | ||
87 | </html> |
123 | </html> |