<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <% String base_dir = request.getContextPath(); %>

Links

    <% if (request.getUserPrincipal() == null) { %>
  • Login
  • <% } else { %>
  • Logout
  • <% } %>
 
<% if (request.isUserInRole("CalCentre")) { %>

 
<% } %> <% if (request.isUserInRole("CalWorker")) { %>

 
<% } %> <% if (request.isUserInRole("CalReferrer")) { %>

 
<% } %> <% if (request.isUserInRole("CalAdmin")) { %>

 
<% } %>