<%= rdat.getStdFontTag(null,1) %>
<% Date tmpd = prof.getCreateDate(); %> <% if (tmpd!=null) { %> Account created: <%= StringUtil.encodeHTML(rdat.formatDateForDisplay(tmpd)) %> <% } // end if %> <% tmpd = prof.getLastLoginDate(); %> <% if (tmpd!=null) { %> Last login: <%= StringUtil.encodeHTML(rdat.formatDateForDisplay(tmpd)) %> <% } // end if %> <% tmpd = prof.getLastUpdate(); %> <% if (tmpd!=null) { %> Profile last updated: <%= StringUtil.encodeHTML(rdat.formatDateForDisplay(tmpd)) %> <% } // end if %> |
<%= rdat.getStdFontTag(null,2) %>
<%= StringUtil.encodeHTML(data.getFullName()) %> <% tmp = prof.getEmail(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %> E-mail: <%= StringUtil.encodeHTML(tmp) %> <% } // end if %> <% tmp = prof.getURL(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %> URL: <%= StringUtil.encodeHTML(tmp) %> <% } // end if %> <% tmp = prof.getCompany(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %><%= StringUtil.encodeHTML(tmp) %> <% } %> <% tmp = prof.getAddressLine1(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %><%= StringUtil.encodeHTML(tmp) %> <% } %> <% tmp = prof.getAddressLine2(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %><%= StringUtil.encodeHTML(tmp) %> <% } %> <% tmp = data.getAddressLastLine(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %><%= StringUtil.encodeHTML(tmp) %> <% } %> <% tmp = prof.getFullCountry(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %><%= StringUtil.encodeHTML(tmp) %> <% } %> <% tmp = prof.getPhone(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %>Phone: <%= StringUtil.encodeHTML(tmp) %> <% } %> <% tmp = prof.getFax(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %>Fax: <%= StringUtil.encodeHTML(tmp) %> <% } %> <% tmp = prof.getMobile(); %> <% if (!(StringUtil.isStringEmpty(tmp))) { %>Mobile: <%= StringUtil.encodeHTML(tmp) %> <% } %> |
<%= rdat.getStdFontTag(null,2) %> <%= StringUtil.encodeHTML(tmp) %> |