From 37cc5004435c589fcc64d27261e2007eae23846d Mon Sep 17 00:00:00 2001 From: DDDrag0 Date: Wed, 17 Jan 2024 16:17:59 +0100 Subject: [PATCH 1/9] add site icon and fixed pages titles --- src/main/webapp/JSP/changePassw.jsp | 3 ++- src/main/webapp/JSP/exercise.jsp | 3 ++- src/main/webapp/JSP/exerciseTest.jsp | 1 + src/main/webapp/JSP/homePagePatient.jsp | 3 ++- src/main/webapp/JSP/homeTherapist.jsp | 3 ++- src/main/webapp/JSP/invitePatient.jsp | 3 ++- src/main/webapp/JSP/legal.jsp | 3 ++- src/main/webapp/JSP/login.jsp | 1 + src/main/webapp/JSP/messageCenter.jsp | 1 + .../webapp/JSP/patientConditionManager.jsp | 3 ++- src/main/webapp/JSP/patientReport.jsp | 3 ++- src/main/webapp/JSP/registration.jsp | 1 + src/main/webapp/JSP/schedule.jsp | 1 + src/main/webapp/JSP/sessionItems.jsp | 3 ++- .../webapp/JSP/testingInvitationAndLicense.jsp | 3 ++- src/main/webapp/JSP/userArea.jsp | 3 ++- src/main/webapp/JSP/userInfoChange.jsp | 3 ++- src/main/webapp/JSP/viewPatient.jsp | 3 ++- src/main/webapp/images/siteIco.png | Bin 0 -> 206565 bytes src/main/webapp/index.jsp | 1 + 20 files changed, 32 insertions(+), 13 deletions(-) create mode 100644 src/main/webapp/images/siteIco.png diff --git a/src/main/webapp/JSP/changePassw.jsp b/src/main/webapp/JSP/changePassw.jsp index 4489629..266ea1f 100644 --- a/src/main/webapp/JSP/changePassw.jsp +++ b/src/main/webapp/JSP/changePassw.jsp @@ -1,7 +1,8 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> - Title + + TalkAId - Cambio Password diff --git a/src/main/webapp/JSP/exercise.jsp b/src/main/webapp/JSP/exercise.jsp index c24aca4..99efef0 100644 --- a/src/main/webapp/JSP/exercise.jsp +++ b/src/main/webapp/JSP/exercise.jsp @@ -3,6 +3,7 @@ + <% if(session.getAttribute("id") == null) { @@ -12,7 +13,7 @@ ExerciseGlossary exercise = (ExerciseGlossary) session.getAttribute("exercise"); %> - Esercizio <%= exercise.getIdExercise()%> + TalkAId - Esercizio <%= exercise.getIdExercise()%> diff --git a/src/main/webapp/JSP/exerciseTest.jsp b/src/main/webapp/JSP/exerciseTest.jsp index 9c31aa3..27e4db0 100644 --- a/src/main/webapp/JSP/exerciseTest.jsp +++ b/src/main/webapp/JSP/exerciseTest.jsp @@ -1,6 +1,7 @@ + Title