diff --git a/faculty_dashboard.jsp b/faculty_dashboard.jsp index 17809c7..53359fd 100644 --- a/faculty_dashboard.jsp +++ b/faculty_dashboard.jsp @@ -1,211 +1,213 @@ <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" import="java.sql.*"%> - + - + - - - - Virtual Classroom - - - - + + + + Virtual Classroom + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + - + -<% + <% if(session.getAttribute("faculty") == null) // check if faculty is already logged in to the system { response.sendRedirect("faculty_login.jsp"); // if not logged in, take faculty to login page } %> - -
-
-
-
-
- + +
+
+
+
+
+ +
+
-
-
- -
- -
-
-
-
-
- -
- -
-
- +
+ +
+
- -
-
-
-
-
- - -
- -
-
- -
-
-
-
-
-

Welcome
<% out.println(session.getAttribute("faculty")); %>

-

Attend video lectures, skim through study materials and ask doubts at one place.

+ + +
+ +
+
+ +
+
+
+
+
+

Welcome
+ <% out.println(session.getAttribute("faculty")); %> +

+

Attend video lectures, skim through study materials and ask doubts at one place.

+
+
-
-
-
-
- + +
+ +
- - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - + + + + + - - - - - - + + + + + + - - - + + + - + - \ No newline at end of file + \ No newline at end of file