Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 22 → Rev 21

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