Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
ms@Nicro authored and ms@Nicro committed Jan 18, 2024
1 parent 5f3fabd commit d42d35d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions src/main/webapp/CSS/userReport.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ form
}
.up
{
padding-top: 200px;
padding-top: 100px;
background-color: #199A8E;
height:20vh;
height:5vh;
width: 100vw;
}

Expand Down Expand Up @@ -75,6 +75,7 @@ img
flex-direction: column;
align-items: center;
padding-top: 25px;
padding-bottom: 18%;
}

.input-field {
Expand Down
6 changes: 6 additions & 0 deletions src/main/webapp/JSP/homePagePatient.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<div class="margin20">
<div class="navigation-title">
<div class="current-lesson">Esercizi Non Completati</div>
<button onclick="goProgress()" class="buttons">Guarda Progressi</button>
</div>
</div>
<div class="cards">
Expand Down Expand Up @@ -148,6 +149,11 @@
window.location.href = "patientReport.jsp";
}
function goProgress(){
window.location.href = "userReport.jsp";
}
$(document).ready(function() {
$("#openAll").click(function () {
let acardsDiv = $(".acards");
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/JSP/invitePatient.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<br>
<br>
<button type="submit" value="Invite" id="InviteButton">Invita</button>
<a id="return" href="" onclick="hideInvite()"> < Torna alla home</a>
<a id="return" onclick="hideInvite()"> < Torna alla home</a>
</form>
</div>
<script>
Expand Down
5 changes: 0 additions & 5 deletions src/main/webapp/JSP/userReport.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@
</script>
<div class="container">
<div class="up">
<div class="div_up">
<img src="../Image/pngwing.com.png" id="back">
<h2>Report del vostro progresso</h2>
</div>
</div>
<img src="../Image/profilo_utente.png" id="paziente">
<div class="down">
<div class="container">
<div class="margin20">
Expand Down

0 comments on commit d42d35d

Please sign in to comment.