Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 972 → Rev 973

/kickup/trunk/webapp/admin/event/list.jsp
50,25 → 50,25
 
<logic:iterate name="events" id="e">
<tr>
<td style="border-bottom: 1px dotted black;"><bean:write name="e" property="name" /></td>
<td style="border-bottom: 1px dotted black;"><bean:write name="e" property="place" />&nbsp;</td>
<td style="border-bottom: 1px dotted black;"><bean:write name="e" property="start" format="dd.MM.yyyy" />&nbsp;</td>
<td style="border-bottom: 1px dotted black;"><bean:write name="e" property="stop" format="dd.MM.yyyy" />&nbsp;</td>
<td align=middle style="border-bottom: 1px dotted black;">
<td class="listCell"><bean:write name="e" property="name" /></td>
<td class="listCell"><bean:write name="e" property="place" />&nbsp;</td>
<td class="listCell"><bean:write name="e" property="start" format="dd.MM.yyyy" />&nbsp;</td>
<td class="listCell"><bean:write name="e" property="stop" format="dd.MM.yyyy" />&nbsp;</td>
<td align=middle class="listCell">
<logic:equal name="e" property="enabled" value="true">да</logic:equal>
<logic:notEqual name="e" property="enabled" value="true">нет</logic:notEqual>
</td>
<td align=right style="border-bottom: 1px dotted black;"><bean:write name="e" property="participantCount" /></td>
<td align=right style="border-bottom: 1px dotted black;"><bean:write name="e" property="personCount" /></td>
<td align=right class="listCell"><bean:write name="e" property="participantCount" /></td>
<td align=right class="listCell"><bean:write name="e" property="personCount" /></td>
 
<td style="border-bottom: 1px dotted black;">&nbsp;</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell">&nbsp;</td>
<td class="listCell">
<backpath:link action="/admin/event/edit" paramId="id" paramName="e" paramProperty="id"><img src="<strutsx:root />/images/edit.gif" alt="Редактировать" border=0></backpath:link>
</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell">
<backpath:link action="/admin/event/delete" paramId="id" paramName="e" paramProperty="id" onclick="return confirmDelete();"><img src="<strutsx:root />/images/delete.gif" alt="Удалить" border=0></backpath:link>
</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell">
<backpath:link action="/admin/participant/list" paramId="event" paramName="e" paramProperty="id"><img src="<strutsx:root />/images/participants-small.gif" alt="Участники" border=0></backpath:link>
</td>
</tr>