diff --git a/WebContent/html/imgs/cat.png b/WebContent/html/imgs/cat.png deleted file mode 100644 index 23058ae..0000000 Binary files a/WebContent/html/imgs/cat.png and /dev/null differ diff --git a/WebContent/html/imgs/cat_admin.png b/WebContent/html/imgs/cat_admin.png deleted file mode 100644 index f0bca6b..0000000 Binary files a/WebContent/html/imgs/cat_admin.png and /dev/null differ diff --git a/WebContent/html/imgs/potato.png b/WebContent/html/imgs/potato.png deleted file mode 100644 index d98bd68..0000000 Binary files a/WebContent/html/imgs/potato.png and /dev/null differ diff --git a/WebContent/html/imgs/synchrony logo.png b/WebContent/html/imgs/synchrony logo.png new file mode 100644 index 0000000..0751a83 Binary files /dev/null and b/WebContent/html/imgs/synchrony logo.png differ diff --git a/WebContent/html/imgs/user_icon.png b/WebContent/html/imgs/user_icon.png deleted file mode 100644 index feff4b3..0000000 Binary files a/WebContent/html/imgs/user_icon.png and /dev/null differ diff --git a/WebContent/html/javascript/request.jsp b/WebContent/html/javascript/request.jsp index 6e050fe..78a1ce9 100644 --- a/WebContent/html/javascript/request.jsp +++ b/WebContent/html/javascript/request.jsp @@ -41,7 +41,7 @@ function show(deviceArray){ var part1 = "nhpup.popup('"; var part2 = "');" for (var i = 0; i < deviceArray.length; i++) { - html += '
' + deviceArray[i].name + '

' + deviceArray[i].description + '



' + html += '
' + deviceArray[i].name + '

' + deviceArray[i].description + '



' } if(html.localeCompare("")==0) diff --git a/WebContent/html/webpages/administration/adminApprove.jsp b/WebContent/html/webpages/administration/adminApprove.jsp index e08853e..af64ee3 100644 --- a/WebContent/html/webpages/administration/adminApprove.jsp +++ b/WebContent/html/webpages/administration/adminApprove.jsp @@ -14,48 +14,11 @@ pageEncoding="ISO-8859-1"%> Innovation Hub + - + + + + + + + + + + +
+

All Tickets

+ +
+ +
+ + + + + + + + + + + + + + +
Ticket IDRequestor NameLocation NameDevice NameStatusPermanent?Return Date
+
+ +<% +/* + Get all tickets. +*/ +Ticket[] tickets = TicketQueries.getAllTickets(); +String ticketStr = Ticket.arrayToString(tickets); +%> + + + + + \ No newline at end of file diff --git a/WebContent/html/webpages/components/adminnavbar.jsp b/WebContent/html/webpages/components/adminnavbar.jsp index e3cde2c..4bfbe33 100644 --- a/WebContent/html/webpages/components/adminnavbar.jsp +++ b/WebContent/html/webpages/components/adminnavbar.jsp @@ -9,7 +9,7 @@ - +

@@ -80,5 +80,5 @@ var name = '<%=navname%>'; document.getElementById('user').innerHTML = "Hi " + name + "!"; if(<%=admin%> == 1) -document.getElementById('adminbar').innerHTML = '
' +document.getElementById('adminbar').innerHTML = '' \ No newline at end of file diff --git a/WebContent/html/webpages/components/adminsidebar.jsp b/WebContent/html/webpages/components/adminsidebar.jsp index 42f8a31..537e7f6 100644 --- a/WebContent/html/webpages/components/adminsidebar.jsp +++ b/WebContent/html/webpages/components/adminsidebar.jsp @@ -2,7 +2,8 @@