<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%-- Create a 'now' object to compare dates --%> Consultation Log

Advice & Consultations

Current System Date:

Student ID Professor ID Request Sent Consultation Date Status Actions
#${adv.student_id} #${adv.professor_id} ${adv.start_date} ${adv.end_date != null ? adv.end_date : 'Not set'} <%-- CASE 1: No date has been set by the professor yet --%> Pending <%-- CASE 2: The date is set for the FUTURE --%> Scheduled <%-- CASE 3: The date has passed --%> Completed Edit Delete

No consultation requests found in the system.