Project

General

Profile

1
<table class="group group_border width100percent">
2
 <c:forEach items="${dp_group}" var="current_dp">
3
  <tr>
4
   <td>
5
		<a href="<%= SERVLET_URL %>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})
6
		</td>
7
  </tr>
8
 </c:forEach>
9
</table>
(4-4/4)