|
|
|
|---|---|
|
|
<%= StringUtils.escapeForXML(address.toString()) %> |
|
|
<% String n = address.getNode(); %>
<% if (isAnonymous) { %>
|
|
|
<%
int status = currentSess.getStatus();
if (status == Session.STATUS_CLOSED) {
%>
|
|
|
<%
Presence.Show show = currentSess.getPresence().getShow();
String statusTxt = currentSess.getPresence().getStatus();
if (statusTxt != null) {
statusTxt = " -- " + StringUtils.escapeForXML(statusTxt);
}
else {
statusTxt = "";
}
if (!currentSess.getPresence().isAvailable()) {
%>
|
|
|
<%= currentSess.getPresence().getPriority() %> |
|
|
<%= JiveGlobals.formatDateTime(currentSess.getCreationDate()) %> |
|
|
<%= JiveGlobals.formatDateTime(currentSess.getLastActiveDate()) %> |
|
|
|
|
|
<%= currentSess.getHostAddress() %> / <%= currentSess.getHostName() %> |
|
|
= |