<% if (i==(hotlist.size()-1)) { %> <% } else { %>
conf/hotlist_move.js.vs?ndx=<%= i %>&ndx2=<%= i+1 %>
<% } // end if %>
|
<% if (i==0) { %> <% } else { %>
conf/hotlist_move.js.vs?ndx=<%= i %>&ndx2=<%= i-1 %>
<% } // end if %>
|
conf/hotlist_delete.js.vs?ndx=<%= i %>
|
<%= conf.getName() %>
(<%= comm.getName() %>)
|
<% } // end for %>