<% if (a_hidden[i]) { %>
conf/manage_list_sethide.js.vs?cc=&conf=<%= conf.getConfID() %>&flag=0
<% } else { %>
conf/manage_list_sethide.js.vs?cc=&conf=<%= conf.getConfID() %>&flag=1
<% } // end if %>
|
<% if (i==(confs.size()-1)) { %> <% } else { %>
conf/manage_list_swap.js.vs?cc=&conf=<%= conf.getConfID() %>&other=<%= a_next[i] %>
<% } // end if %>
|
<% if (i==0) { %> <% } else { %>
conf/manage_list_swap.js.vs?cc=&conf=<%= conf.getConfID() %>&other=<%= a_prev[i] %>
<% } // end if %>
|
conf/manage_list_delete.js.vs?cc=&conf=<%= conf.getConfID() %>
|
<%= conf.getName() %>
|
<% } // end for %>