| <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,1) %>
     <% Date tmpd = sig.getCreationDate(); %> <% if (tmpd!=null) { %> SIG created: <%= StringUtil.encodeHTML(rdat.formatDateForDisplay(tmpd)) %> <% } // end if %> <% tmpd = sig.getLastAccessDate(); %> <% if (tmpd!=null) { %> Last accessed: <%= StringUtil.encodeHTML(rdat.formatDateForDisplay(tmpd)) %> <% } // end if %> <% tmpd = sig.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 (sig.canJoin()) { %>
          "> 
    <% } // end if (user is logged in) %>
   | 
  <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>
    <% if (sig.isPublicSIG()) { %>Public<% } else { %>Private<% } %> Special Interest Group Category: <% for (int i=0; i <%= StringUtil.encodeHTML(sig.getSynopsis()) %> 
    <% tmp = data.getHostUserName(); %>
    Host: "><%= tmp %>  |