Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 972 → Rev 973

/kickup/trunk/webapp/admin/participant/list.jsp
78,30 → 78,30
>payedNone</logic:equal><logic:equal name="p" property="payedStatus" value="2"
>payedLess</logic:equal><logic:equal name="p" property="payedStatus" value="3"
>payedExactly</logic:equal><logic:equal name="p" property="payedStatus" value="4"
>payedMore</logic:equal>" style="border-bottom: 1px dotted black;">
>payedMore</logic:equal>" class="listCell">
<bean:write name="p" property="ident" />
</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell">
<bean:write name="p" property="nick" />&nbsp;
</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell">
<a href="mailto:<bean:write name="p" property="email" />"><bean:write name="p" property="email" /></a>
</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell">
<bean:write name="p" property="name" />&nbsp;
</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell">
<bean:write name="p" property="persons" />&nbsp;
</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell">
<bean:write name="p" property="payed" format="0.00" />&nbsp;
</td>
 
<td class="standardCell" style="border-bottom: 1px dotted black;">&nbsp;</td>
<td class="standardCell" style="border-bottom: 1px dotted black;">
<td class="listCell">&nbsp;</td>
<td class="listCell">
<kickup:link action="/admin/participant/edit" paramId="id" paramName="p" paramProperty="id" paramId2="event" paramName2="event" paramProperty2="id"><img src="<strutsx:root />/images/edit.gif" alt="Редактировать" border=0></kickup:link>
</td>
<td class="standardCell" style="border-bottom: 1px dotted black;">
<td class="listCell">
<backpath:link action="/admin/participant/delete" paramId="id" paramName="p" paramProperty="id" onclick="return confirmDelete();"><img src="<strutsx:root />/images/delete.gif" alt="Удалить" border=0></backpath:link>
</td>
</tr>