Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 972 → Rev 973

/kickup/trunk/webapp/participant/list.jsp
15,7 → 15,7
 
<body>
 
<h1>Пьянка XP - Участники пьянки "<bean:write name="event" property="name" />"</h1>
<%@ include file="/header.jsp" %>
 
<strutsx:errorsIterator id="errors" />
<strutsx:notEmpty name="errors">
56,8 → 56,7
<p>Всего заявок: <bean:write name="event" property="participantCount" /></p>
<p>Всего участников: <bean:write name="event" property="personCount" /></p>
 
<br>
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
<%@ include file="/footer.jsp" %>
 
</body>