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 41... Line 41...
41
		<th class="subHeader">&nbsp;</th>
41
		<th class="subHeader">&nbsp;</th>
42
	</tr>
42
	</tr>
43
 
43
 
44
<logic:iterate name="acts" id="a">
44
<logic:iterate name="acts" id="a">
45
	<tr>
45
	<tr>
46
		<td style="border-bottom: 1px dotted black;"><bean:write name="a" property="name"  /></td>
46
		<td class="listCell"><bean:write name="a" property="name"  /></td>
47
		<td style="border-bottom: 1px dotted black;">&nbsp;</td>
47
		<td class="listCell">&nbsp;</td>
48
		<td style="border-bottom: 1px dotted black;">
48
		<td class="listCell">
49
			<backpath:link action="/admin/act/edit" paramId="id" paramName="a" paramProperty="id"><img src="<strutsx:root />/images/edit.gif" alt="Редактировать" border=0></backpath:link>
49
			<backpath:link action="/admin/act/edit" paramId="id" paramName="a" paramProperty="id"><img src="<strutsx:root />/images/edit.gif" alt="Редактировать" border=0></backpath:link>
50
		</td>
50
		</td>
51
		<td style="border-bottom: 1px dotted black;">
51
		<td class="listCell">
52
			<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>
52
			<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>
53
		</td>
53
		</td>
54
	</tr>
54
	</tr>
55
</logic:iterate>
55
</logic:iterate>
56
	<tr>
56
	<tr>