Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 21 → Rev 22

/kickup/trunk/webapp/event/show.jsp
70,12 → 70,10
</p>
 
<p>
<logic:equal name="e" property="registrationAvailable" value="true">
<logic:equal name="event" property="registrationAvailable" value="true">
<backpath:link action="/participant/register" paramId="event" paramName="event" paramProperty="id">Зарегистрироваться</backpath:link>
</logic:equal>
<logic:equal name="e" property="unregistrationAvailable" value="true">
<backpath:link action="/participant/ident" paramId="event" paramName="event" paramProperty="id">Изменить свои данные</backpath:link>
</logic:equal>
<backpath:link action="/participant/ident" paramId="event" paramName="event" paramProperty="id">Изменить свои данные</backpath:link>
</p>