Guest User

Untitled

a guest
Apr 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <div class="row">
  2. <div class="col-2" th:each="t:${terrains}">
  3. <h2 th:text="${t.getNomTerrain()}"></h2>
  4. <table border="1px">
  5.  
  6.  
  7. <tr th:each="h:${heure}" >
  8. <td th:with=" ${h.setDate(dateResa.getDate())}" >
  9. <!-- <p th:text="${listeDatesResa.contains(h.getHours())}? 'egal' : 'not egal'"></p> -->
  10. <p th:text="${h.getDate()}"></p>
  11.  
  12. <!-- <a th:text="${#dates.format(h,'HH:mm')}" th:href="@{addResa(date=${h.getHours()}, terrain=${t.getId()} , dateResa=${#dates.format(dateResa,'dd/MM/yyyy')} )}"></a> -->
  13.  
  14. </td>
  15. </tr>
  16. </table>
  17. </div>
  18.  
  19. </div>
Add Comment
Please, Sign In to add comment