%@ page import="com.dragonsoft.tryapp.constants.TryConstants,
com.dragonsoft.tryapp.webapp.sessions.TrySession" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<% if( webAppUser.isAdmin() ) { %>
<% }
else if( webAppUser.isProfessor() ) { %>
<% }
else if( webAppUser.isGrader() ) { %>
<% }
else if( webAppUser.isStudent() ) { %>
<% }
else { %>
<% } %>