From f512dc890158d56e32ca2fc74570b0c2598f3679 Mon Sep 17 00:00:00 2001 From: Stephen Murphy Date: Wed, 16 Oct 2019 13:39:41 -0400 Subject: [PATCH] Navbar added to all pages. Minor updates for forms. #6 --- src/main/resources/static/style.css | 10 + src/main/resources/templates/Issues.html | 26 +++ .../resources/templates/forms/new_issue.html | 195 ++++++++++-------- .../templates/forms/new_servicerequest.html | 26 +++ .../resources/templates/forms/new_user.html | 26 +++ .../resources/templates/forms/searchform.html | 26 +++ .../resources/templates/forms/user_admin.html | 26 +++ src/main/resources/templates/index.html | 29 +++ src/main/resources/templates/profile.html | 26 +++ .../resources/templates/searchresults.html | 26 +++ .../resources/templates/service_requests.html | 26 +++ src/main/resources/templates/users.html | 26 +++ 12 files changed, 386 insertions(+), 82 deletions(-) create mode 100644 src/main/resources/static/style.css diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css new file mode 100644 index 0000000..2990ad1 --- /dev/null +++ b/src/main/resources/static/style.css @@ -0,0 +1,10 @@ + +.navbar { + color: blue; +} + +.center_div{ + position: absolute; + top: 10%; + left: 20%; +} diff --git a/src/main/resources/templates/Issues.html b/src/main/resources/templates/Issues.html index 8c639d2..1190756 100644 --- a/src/main/resources/templates/Issues.html +++ b/src/main/resources/templates/Issues.html @@ -14,6 +14,32 @@ + +

List of Issues

diff --git a/src/main/resources/templates/forms/new_issue.html b/src/main/resources/templates/forms/new_issue.html index ba656a7..3d7133f 100644 --- a/src/main/resources/templates/forms/new_issue.html +++ b/src/main/resources/templates/forms/new_issue.html @@ -11,118 +11,149 @@ + + + +
- +
+ -
- - - +
+ + +
-
+
-
- - - +
+ + +
-
+
-
-
- - - +
+
+ + + +
-
-
-
- - - +
+
+ + + +
-
-
-
- - - +
+
+ + + +
-
- + - + -
-
- - +
+
+ + +
-
- + -
-
- - - Please leave this blank when creating a ticket. Our team will assign an agent. +
+
+ + + Please leave this blank when creating a ticket. Our team will assign an agent. +
-
-
- +
+ +
diff --git a/src/main/resources/templates/forms/new_servicerequest.html b/src/main/resources/templates/forms/new_servicerequest.html index b28c7ad..12140bd 100644 --- a/src/main/resources/templates/forms/new_servicerequest.html +++ b/src/main/resources/templates/forms/new_servicerequest.html @@ -14,6 +14,32 @@ + +
diff --git a/src/main/resources/templates/forms/new_user.html b/src/main/resources/templates/forms/new_user.html index 0e0daca..78cc782 100644 --- a/src/main/resources/templates/forms/new_user.html +++ b/src/main/resources/templates/forms/new_user.html @@ -14,6 +14,32 @@ + + diff --git a/src/main/resources/templates/forms/searchform.html b/src/main/resources/templates/forms/searchform.html index 34d6a7a..3f33999 100644 --- a/src/main/resources/templates/forms/searchform.html +++ b/src/main/resources/templates/forms/searchform.html @@ -14,6 +14,32 @@ + + diff --git a/src/main/resources/templates/forms/user_admin.html b/src/main/resources/templates/forms/user_admin.html index 5281a8a..ec9f8d9 100644 --- a/src/main/resources/templates/forms/user_admin.html +++ b/src/main/resources/templates/forms/user_admin.html @@ -14,6 +14,32 @@ + + diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 77277f1..4c0500e 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -11,9 +11,38 @@ + + + +

Welcome to the homepage

Create new Issue diff --git a/src/main/resources/templates/profile.html b/src/main/resources/templates/profile.html index 9af310f..4253440 100644 --- a/src/main/resources/templates/profile.html +++ b/src/main/resources/templates/profile.html @@ -14,6 +14,32 @@ + +

Your Created Tickets


diff --git a/src/main/resources/templates/searchresults.html b/src/main/resources/templates/searchresults.html index d5b6710..571147d 100644 --- a/src/main/resources/templates/searchresults.html +++ b/src/main/resources/templates/searchresults.html @@ -13,6 +13,32 @@ + + diff --git a/src/main/resources/templates/service_requests.html b/src/main/resources/templates/service_requests.html index 8f284f6..2d0beea 100644 --- a/src/main/resources/templates/service_requests.html +++ b/src/main/resources/templates/service_requests.html @@ -14,6 +14,32 @@ + +

List of Service Requests

diff --git a/src/main/resources/templates/users.html b/src/main/resources/templates/users.html index ad0acba..7beb9a0 100644 --- a/src/main/resources/templates/users.html +++ b/src/main/resources/templates/users.html @@ -14,6 +14,32 @@ + +

List of Users