From 467eeaf26c105bf0a548d9f591a8aa76a67f51be Mon Sep 17 00:00:00 2001 From: John Costa Date: Sun, 16 Apr 2017 23:16:05 -0400 Subject: [PATCH] Modified return, request, and listing to support mouseover --- WebContent/html/javascript/listing.jsp | 10 +- WebContent/html/javascript/request.jsp | 6 +- WebContent/html/webpages/listingPage.jsp | 7 + WebContent/html/webpages/requestPage.jsp | 222 ++++++++++++----------- WebContent/html/webpages/returnPage.jsp | 13 +- 5 files changed, 144 insertions(+), 114 deletions(-) diff --git a/WebContent/html/javascript/listing.jsp b/WebContent/html/javascript/listing.jsp index d709c5b..256995b 100644 --- a/WebContent/html/javascript/listing.jsp +++ b/WebContent/html/javascript/listing.jsp @@ -14,7 +14,7 @@ //out.println(description); //out.println(hardware); %> - + - - - - - - - - - - -
-

Available Devices - -

-
- -
-

Or choose an option to the left to begin requesting!

-
- -
-

Added to Cart

-
- -
-

Already in Cart

-
- - <%@ include file="../javascript/request.jsp" %> - + + + + + + + + + + Synchrony Financial + + + + + + + + + + + + + +
+

Available Devices + +

+
+ +
+

Or choose an option to the left to begin requesting!

+
+ +
+

Added to Cart

+
+ +
+

Already in Cart

+
+ + <%@ include file="../javascript/request.jsp" %> + \ No newline at end of file diff --git a/WebContent/html/webpages/returnPage.jsp b/WebContent/html/webpages/returnPage.jsp index 6d85190..7c397fe 100644 --- a/WebContent/html/webpages/returnPage.jsp +++ b/WebContent/html/webpages/returnPage.jsp @@ -71,6 +71,12 @@ height: 20px; width: 20px; } + #pup{ + background-color: #E9EAEB; + border: solid; + text-align: center; + padding: 10px; + } @@ -124,7 +130,7 @@ Device[] mydevices = DeviceQueries.getUserDevices(navsso); //string representation of array. String deviceString = Device.arrayToString(mydevices); %> - +