...
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<th:block th:fragment="header">
|
||||
<header>
|
||||
<div id="top">
|
||||
<td><h3><a aria-label="licenses" style="color: white" href="javascript:mainPath()" title="Gmail">HOME</a></h3></td>
|
||||
<td><h3><a aria-label="goToMain" style="color: white" href="javascript:mainPath()" title="goToMain">HOME</a></h3></td>
|
||||
</div>
|
||||
|
||||
<th:block th:if="${PERMISSION != 'OK'}">
|
||||
@@ -18,7 +18,9 @@
|
||||
</div>
|
||||
</th:block>
|
||||
<th:block th:if="${PERMISSION == 'OK'}">
|
||||
<!-- <div><h2><a aria-label="licenses" style="color: white" href="javascript:gotoLogin()" title="Gmail">HOME</a></h2></div>-->
|
||||
<div class="user_info" >
|
||||
<td><h3><a aria-label="logout" style="color: white" href="javascript:logout()" title="logout">logout</a></h3></td>
|
||||
</div>
|
||||
</th:block>
|
||||
</header>
|
||||
</th:block>
|
||||
|
||||
Reference in New Issue
Block a user