|
<% ConferenceContext conf = (ConferenceContext)(confs.get(i)); %>
conf/topics.js.vs?cc=&conf=<%= conf.getConfID() %>
<%= conf.getName() %>
-
Latest activity: <%= view.getActivityString(conf.getLastUpdateDate()) %>
<% if (conf.anyUnread()) { %>
conf/read_new.js.vs?cc=&conf=<%= conf.getConfID() %>
<% } // end if %>
<% List hosts1 = (List)(hosts.get(i)); %>
<% if (hosts1.size()>0) { %>
<% if (hosts1.size()>1) { %>Hosts:<% } else { %>Host:<% } %>
<% for (int j=0; j
<% UserFound uf = (UserFound)(hosts1.get(j)); %>
<% if (j>0) { %>, <% } %>
user/<%= uf.getName() %>
<%= uf.getName() %>
<% } // end for %>
<% } else { %>
Hosts: (none)
<% } // end if (hosts present in the conterence) %>
<%= conf.getDescription() %>
|
<% } // end for %>