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>
/kickup/trunk/webapp/admin/act/list.jsp
43,12 → 43,12
 
<logic:iterate name="acts" id="a">
<tr>
<td style="border-bottom: 1px dotted black;"><bean:write name="a" property="name" /></td>
<td style="border-bottom: 1px dotted black;">&nbsp;</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell"><bean:write name="a" property="name" /></td>
<td class="listCell">&nbsp;</td>
<td class="listCell">
<backpath:link action="/admin/act/edit" paramId="id" paramName="a" 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/act/delete" paramId="id" paramName="a" paramProperty="id" onclick="return confirmDelete();"><img src="<strutsx:root />/images/delete.gif" alt="Удалить" border=0></backpath:link>
</td>
</tr>
/kickup/trunk/webapp/admin/apartment/list.jsp
43,12 → 43,12
 
<logic:iterate name="apartments" id="a">
<tr>
<td style="border-bottom: 1px dotted black;"><bean:write name="a" property="name" /></td>
<td style="border-bottom: 1px dotted black;">&nbsp;</td>
<td style="border-bottom: 1px dotted black;">
<td class="listCell"><bean:write name="a" property="name" /></td>
<td class="listCell">&nbsp;</td>
<td class="listCell">
<backpath:link action="/admin/apartment/edit" paramId="id" paramName="a" 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/apartment/delete" paramId="id" paramName="a" paramProperty="id" onclick="return confirmDelete();"><img src="<strutsx:root />/images/delete.gif" alt="Удалить" border=0></backpath:link>
</td>
</tr>
/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>