Rev 18 | Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18 | Rev 19 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | <logic:notEmpty name="event" property="start"> |
35 | <logic:notEmpty name="event" property="start"> |
36 | <bean:write name="event" property="start" format="d MMM yyyy" /> |
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> |
37 | <logic:notEmpty name="event" property="stop">- <bean:write name="event" property="stop" format="d MMM yyyy" /></logic:notEmpty> |
38 | </logic:notEmpty> |
38 | </logic:notEmpty> |
39 | 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 | ||
40 | <h2>Место проведения</h2> |
44 | <h2>Место проведения</h2> |
41 | 45 | ||
42 | <p><bean:write name="event" property="place" /></p> |
46 | <p><bean:write name="event" property="place" /></p> |
43 | <p><kickup:write name="event" property="address" filterBr="true" /></p> |
47 | <p><kickup:write name="event" property="address" filterBr="true" /></p> |
44 | 48 | ||
Line 57... | Line 61... | ||
57 | <logic:notEmpty name="event" property="price"> |
61 | <logic:notEmpty name="event" property="price"> |
58 | <bean:write name="event" property="price" format="0.00" /> евро с носа |
62 | <bean:write name="event" property="price" format="0.00" /> евро с носа |
59 | </logic:notEmpty> |
63 | </logic:notEmpty> |
60 | </p> |
64 | </p> |
61 | 65 | ||
- | 66 | <p> |
|
62 | <backpath:link action="/participant/list" paramId="event" paramName="event" paramProperty="id">Участники</backpath:link> |
67 | <backpath:link action="/participant/list" paramId="event" paramName="event" paramProperty="id">Участники</backpath:link> |
63 | <backpath:link action="/apartment/list" paramId="event" paramName="event" paramProperty="id">Где разместиться</backpath:link> |
68 | <backpath:link action="/apartment/list" paramId="event" paramName="event" paramProperty="id">Где разместиться</backpath:link> |
64 | <backpath:link action="/transport/list" paramId="event" paramName="event" paramProperty="id">Как добраться</backpath:link> |
69 | <backpath:link action="/transport/list" paramId="event" paramName="event" paramProperty="id">Как добраться</backpath:link> |
- | 70 | </p> |
|
- | 71 | ||
- | 72 | <p> |
|
- | 73 | <backpath:link action="/participant/register" paramId="event" paramName="event" paramProperty="id">Зарегистрироваться</backpath:link> |
|
- | 74 | <backpath:link action="/participant/ident" paramId="event" paramName="event" paramProperty="id">Изменить свои данные</backpath:link> |
|
- | 75 | </p> |
|
65 | 76 | ||
66 | <p><backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty></p> |
77 | <p><backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty></p> |
67 | 78 | ||
68 | <p><html:link page="/admin">Администрирование</html:link></<> |
79 | <p><html:link page="/admin">Администрирование</html:link></<> |
69 | 80 |