Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 17 → Rev 18

/kickup/trunk/webapp/event/list.jsp
54,8 → 54,10
</logic:iterate>
</table>
 
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
<p><backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty></p>
 
<p><html:link page="/admin">Администрирование</html:link></<>
 
</body>
 
</html>
/kickup/trunk/webapp/event/show.jsp
63,8 → 63,10
<backpath:link action="/apartment/list" paramId="event" paramName="event" paramProperty="id">Где разместиться</backpath:link>
<backpath:link action="/transport/list" paramId="event" paramName="event" paramProperty="id">Как добраться</backpath:link>
 
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
<p><backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty></p>
 
<p><html:link page="/admin">Администрирование</html:link></<>
 
</body>
 
</html>
/kickup/trunk/webapp/admin/index.jsp
20,6 → 20,7
<li><backpath:link action="/admin/act/list">Мероприятия</backpath:link></li>
<li><backpath:link action="/admin/apartment/list">Гостиницы</backpath:link></li>
<li><backpath:link action="/admin/event/list">Пьянки</backpath:link></li>
<li><html:link page="/">На сайт</html:link></li>
</ul>
 
</body>