Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.39 KB | None | 0 0
  1.     <div th:if="${employee.position.idPosition == 17}" class="text-center">
  2.         <div th:insert="fragments/menu.html :: menu_auth"/>
  3.         <div th:insert="fragments/menu.html :: menu_admin"/>
  4.         <hr/>
  5.     </div>
  6.     <div th:unless="${employee.position.idPosition == 17}" class="text-center">
  7.         <div th:insert="fragments/menu.html :: menu_unauth"/>
  8.         <hr/>
  9.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement