Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 973 → Rev 972

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