Subversion Repositories general

Rev

Rev 16 | Rev 968 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16 Rev 19
Line 42... Line 42...
42
 
42
 
43
<logic:iterate name="participants" id="p">
43
<logic:iterate name="participants" id="p">
44
	<tr>
44
	<tr>
45
		<td><bean:write name="p" property="ident"   /></td>
45
		<td><bean:write name="p" property="ident"   /></td>
46
		<td><bean:write name="p" property="nick"    />&nbsp;</td>
46
		<td><bean:write name="p" property="nick"    />&nbsp;</td>
47
		<td><bean:write name="p" property="email"   />&nbsp;</td>
47
		<td><a href="mailto:<bean:write name="p" property="email"   />"><bean:write name="p" property="email"   /></a></td>
48
		<td><bean:write name="p" property="name"    />&nbsp;</td>
48
		<td><bean:write name="p" property="name"    />&nbsp;</td>
49
		<td><bean:write name="p" property="persons" />&nbsp;</td>
49
		<td><bean:write name="p" property="persons" />&nbsp;</td>
50
		<td>
50
		<td>
51
			<logic:equal name="p" property="payed" value="true">да</logic:equal>
51
			<logic:equal name="p" property="payed" value="true">да</logic:equal>
52
			<logic:notEqual name="p" property="payed" value="true">нет</logic:notEqual>
52
			<logic:notEqual name="p" property="payed" value="true">нет</logic:notEqual>
Line 58... Line 58...
58
			<backpath:link action="/admin/participant/delete" paramId="id" paramName="p" paramProperty="id">удалить</backpath:link>
58
			<backpath:link action="/admin/participant/delete" paramId="id" paramName="p" paramProperty="id">удалить</backpath:link>
59
		</td>
59
		</td>
60
	</tr>
60
	</tr>
61
</logic:iterate>
61
</logic:iterate>
62
</table>
62
</table>
-
 
63
 
-
 
64
<p>Всего заявок: <bean:write name="event" property="participantCount" /></p>
-
 
65
<p>Всего участников: <bean:write name="event" property="personCount" /></p>
63
 
66
 
64
<backpath:link action="/admin/participant/edit" paramId="event" paramName="event" paramProperty="id">Добавить участника</backpath:link>
67
<backpath:link action="/admin/participant/edit" paramId="event" paramName="event" paramProperty="id">Добавить участника</backpath:link>
65
<br>
68
<br>
66
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
69
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
67
 
70