Subversion Repositories general

Rev

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

Rev 972 Rev 973
Line 76... Line 76...
76
		<td class="<logic:equal name="p" property="payedStatus" value="0"
76
		<td class="<logic:equal name="p" property="payedStatus" value="0"
77
			>payedNull</logic:equal><logic:equal name="p" property="payedStatus" value="1"
77
			>payedNull</logic:equal><logic:equal name="p" property="payedStatus" value="1"
78
			>payedNone</logic:equal><logic:equal name="p" property="payedStatus" value="2"
78
			>payedNone</logic:equal><logic:equal name="p" property="payedStatus" value="2"
79
			>payedLess</logic:equal><logic:equal name="p" property="payedStatus" value="3"
79
			>payedLess</logic:equal><logic:equal name="p" property="payedStatus" value="3"
80
			>payedExactly</logic:equal><logic:equal name="p" property="payedStatus" value="4"
80
			>payedExactly</logic:equal><logic:equal name="p" property="payedStatus" value="4"
81
			>payedMore</logic:equal>" style="border-bottom: 1px dotted black;">
81
			>payedMore</logic:equal>" class="listCell">
82
				<bean:write name="p" property="ident"   />
82
				<bean:write name="p" property="ident"   />
83
		</td>
83
		</td>
84
		<td style="border-bottom: 1px dotted black;">
84
		<td class="listCell">
85
			<bean:write name="p" property="nick"    />&nbsp;
85
			<bean:write name="p" property="nick"    />&nbsp;
86
		</td>
86
		</td>
87
		<td style="border-bottom: 1px dotted black;">
87
		<td class="listCell">
88
			<a href="mailto:<bean:write name="p" property="email"   />"><bean:write name="p" property="email"   /></a>
88
			<a href="mailto:<bean:write name="p" property="email"   />"><bean:write name="p" property="email"   /></a>
89
		</td>
89
		</td>
90
		<td style="border-bottom: 1px dotted black;">
90
		<td class="listCell">
91
			<bean:write name="p" property="name"    />&nbsp;
91
			<bean:write name="p" property="name"    />&nbsp;
92
		</td>
92
		</td>
93
		<td style="border-bottom: 1px dotted black;">
93
		<td class="listCell">
94
			<bean:write name="p" property="persons" />&nbsp;
94
			<bean:write name="p" property="persons" />&nbsp;
95
		</td>
95
		</td>
96
		<td style="border-bottom: 1px dotted black;">
96
		<td class="listCell">
97
			<bean:write name="p" property="payed" format="0.00" />&nbsp;
97
			<bean:write name="p" property="payed" format="0.00" />&nbsp;
98
		</td>
98
		</td>
99
 
99
 
100
		<td class="standardCell" style="border-bottom: 1px dotted black;">&nbsp;</td>
100
		<td class="listCell">&nbsp;</td>
101
		<td class="standardCell" style="border-bottom: 1px dotted black;">
101
		<td class="listCell">
102
			<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>
102
			<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>
103
		</td>
103
		</td>
104
		<td class="standardCell" style="border-bottom: 1px dotted black;">
104
		<td class="listCell">
105
			<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>
105
			<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>
106
		</td>
106
		</td>
107
	</tr>
107
	</tr>
108
</logic:iterate>
108
</logic:iterate>
109
	<tr>
109
	<tr>