Project

General

Profile

« Previous | Next » 

Revision 4348

Added by daigle almost 16 years ago

Remove ant tokens

View differences:

table_dp_list.tmpl
2 2
 <c:forEach items="${dp_group}" var="current_dp">
3 3
  <tr>
4 4
   <td>
5
		<a href="http://@httpserver@@servlet-path@?action=read&qformat=@default-style@&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})
5
		<a href="<%= SERVLET_URL %>?action=read&qformat=sbclter&docid=${current_dp.docid}">${current_dp.name}</a> (${current_dp.docid})
6 6
		</td>
7 7
  </tr>
8 8
 </c:forEach>

Also available in: Unified diff