Skip to content

Commit

Permalink
progress in homeTherapist removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewaaa committed Jan 13, 2024
1 parent 1c8ae1c commit 1e5388d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/webapp/JSP/homeTherapist.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<th></th> <!--icon-->
<th></th> <!--full name-->
<th>Inizio Terapia</th> <!--start date of therapy-->
<th>Progressi</th> <!--progress-->
</tr>
</thead>
<tbody>
Expand All @@ -42,9 +41,6 @@
<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>
<td><%= sdf.format(u.getActivationDate()) %></td>
<td>
<div class="element-wrapper"><div class="element">72%</div></div>
</td>
<td>
<input type="hidden" name="userId" value="<%= u.getId() %>">
<!-- <button type="submit" class="button">Visualizza</button> -->
Expand Down

0 comments on commit 1e5388d

Please sign in to comment.