| ||||||
<%= rdat.getStdFontTag("white",3) %> <% if (user.isLoggedIn()) { %> You are logged in as <%= StringUtil.encodeHTML(user.getUserName()) %> <% if (basedat.displayLoginLinks()) { %> <% String partial_tgt = "account?tgt=" + URLEncoder.encode(basedat.getLocation()) + "&cmd="; %> - ">Log Out | ">Profile <% } // end if %> <% } else { %> You are not logged in <% if (basedat.displayLoginLinks()) { %> <% String partial_tgt = "account?tgt=" + URLEncoder.encode(basedat.getLocation()) + "&cmd="; %> - ">Log In | ">Create Account <% } // end if %> <% } // end if %> | ||||||
|