Project

General

Profile

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