diff --git a/WebContent/admin.jsp b/WebContent/admin.jsp index 9e8c66d..688821b 100644 --- a/WebContent/admin.jsp +++ b/WebContent/admin.jsp @@ -23,9 +23,13 @@ List prod = (List) request.getAttribute("product"); +<%@include file="/includes/head.jsp"%> + +<%@include file="/includes/navbar.jsp"%> + @@ -93,6 +97,7 @@ List prod = (List) request.getAttribute("product"); + diff --git a/WebContent/css/admin.css b/WebContent/css/admin.css index a13a78c..771f7ce 100644 --- a/WebContent/css/admin.css +++ b/WebContent/css/admin.css @@ -134,7 +134,6 @@ html{ - @media (max-width:991px){ html{ diff --git a/WebContent/includes/navbar.jsp b/WebContent/includes/navbar.jsp index 1293e26..f5aef74 100755 --- a/WebContent/includes/navbar.jsp +++ b/WebContent/includes/navbar.jsp @@ -1,9 +1,9 @@ -<%-- <%@page import="cfy.model.User"%> +<%@page import="cfy.model.User"%> <% -User auth = (User) request.getSession().getAttribute("auth"); -%> --%> +User usr = (User) request.getSession().getAttribute("auth"); +%>