<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,1) %>
<% Date tmpd = comm.getCreationDate(); %> <% if (tmpd!=null) { %> Community created: <%= StringUtil.encodeHTML(rdat.formatDateForDisplay(tmpd)) %> <% } // end if %> <% tmpd = comm.getLastAccessDate(); %> <% if (tmpd!=null) { %> Last accessed: <%= StringUtil.encodeHTML(rdat.formatDateForDisplay(tmpd)) %> <% } // end if %> <% tmpd = comm.getLastUpdateDate(); %> <% if (tmpd!=null) { %> Profile last updated: <%= StringUtil.encodeHTML(rdat.formatDateForDisplay(tmpd)) %> <% } // end if %> <% if (data.isUserLoggedIn()) { %>
<%-- EJB 4/4/2001 - reverse these tests, put canJoin FIRST --%>
<% if (comm.canJoin()) { %>
">" ALT="Join Now"
WIDTH=80 HEIGHT=24 BORDER=0>
<% } else if (comm.canSendInvitation()) { %>
">" ALT="Invite" WIDTH=80 HEIGHT=24 BORDER=0>
<% } // end if %>
<% } // end if (user is logged in) %>
|
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>
<% if (comm.isPublicCommunity()) { %>Public<% } else { %>Private<% } %> Community Category: <% for (int i=0; i <%= StringUtil.encodeHTML(comm.getSynopsis()) %>
<% tmp = data.getHostUserName(); %>
Host: "><%= tmp %> |