Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewaaa committed Dec 30, 2023
1 parent b3dc0b4 commit 1864c2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/JSP/homeTherapist.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<div class="element-wrapper"><div class="element">72%</div></div>
</td>
</tr>
<!--DA ELIMINARE (FATTO SOLO PER DARE IMPRESSIONE DB RIEMPITO)-->
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" height="16" width="18" viewBox="0 0 496 512"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8 .4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z"/></svg></td>
<td><%=u.getFirstname()%> <%=u.getLastname()%></td>
Expand Down Expand Up @@ -86,7 +87,7 @@
<div class="element-wrapper"><div class="element">72%</div></div>
</td>
</tr>

<!--FINE-->
<%
}
}
Expand Down

0 comments on commit 1864c2d

Please sign in to comment.