<%= rdat.getStdFontTag(null,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()) { %>
<% if (sig.isMember()) { %>
" ALT="Invite" WIDTH=80 HEIGHT=24 BORDER=0>
<% } else if (sig.canJoin()) { %>
">" ALT="Join Now" WIDTH=80 HEIGHT=24 BORDER=0>
<% } // end if %>
<% } // end if (user is logged in) %>
|
<%= rdat.getStdFontTag(null,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 %> |