Subversion Repositories general

Rev

Rev 979 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!-- header begin -->
<table border=0>
        <tr>
                <td valign=top>
                        <div class="eventName"><bean:write name="event" property="name" /></div>
                </td>
                <td valign=top>
                        <div class="eventDate" style="text-align: right; ">
                                <logic:empty name="event" property="start">(дата еще неизвестна)</logic:empty>
                                <logic:notEmpty name="event" property="start">
                                        <bean:write name="event" property="start" format="d MMM yyyy" />
                                        <logic:notEmpty name="event" property="stop">- <bean:write name="event" property="stop" format="d MMM yyyy" /></logic:notEmpty>
                                </logic:notEmpty>
                        </div>
                        <div class="eventPlace" style="text-align: right; ">
                                <bean:write name="event" property="place" />
                        </div>
                </td>
        </tr>
        <tr>
                <td valign=bottom>
                        Уже зарегистрированно <span class="personCount"><bean:write name="event" property="personCount" /></span> участников
                </td>
                <td valign=bottom  style="text-align: right; ">
                        <logic:equal name="event" property="registrationAvailable" value="true">
                                <html:link action="/participant/register" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/register.gif" alt="Зарегистрироваться" border=0></html:link>
                        </logic:equal>
                </td>
        </tr>
        <tr>
                <td colspan=2>&nbsp;</td>
        </tr>
        <tr>
                <td valign=top>
                        <html:link action="/event/show" paramId="id" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/show.gif" alt="Программа" border=0></html:link>
                        <html:link action="/apartment/list" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/apartments.gif" alt="Программа" border=0></html:link>
                        <html:link action="/transport/list" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/transport.gif" alt="Программа" border=0></html:link>
                        <html:link action="/participant/list" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/participants.gif" alt="Программа" border=0></html:link>
                </td>
                <td valign=top style="text-align: right; ">
                        <html:link action="/participant/ident" paramId="event" paramName="event" paramProperty="id"><img src="<strutsx:root />/images/ident.gif" alt="Программа" border=0></html:link>
                </td>
        </tr>
    <tr>
        <td colspan=2><img src="<strutsx:root />/images/line.gif" alt=""></td>
    </tr>
</table>
<!-- header end -->