This commit is contained in:
2024-12-05 18:15:20 +09:00
parent cd1072430e
commit a1faf405c8
10 changed files with 132 additions and 60 deletions
@@ -6,6 +6,12 @@
<tr id="bottom">
<td><h3><a aria-label="licenses" style="color: white" href="../licenses" title="Gmail">licenses</a></h3></td>
<td><h3><a aria-label="sendToMe" style="color: white" href="mailto:lunaticbum@gmail.com" title="Gmail">lunaticbum@gmail.com</a></h3></td>
<th:block th:if="${PERMISSION == 'OK'}">
<td><h3><a aria-label="logout" style="color: white" href="javascript:logout()" title="logout" >logout</a></h3></td>
</th:block>
<th:block th:if="${PERMISSION != 'OK'}">
<td><h3><a aria-label="join" style="color: white" href="javascript:gotoJoin()" title="join" >join</a></h3></td>
</th:block>
</tr>
</table>
</footer>
@@ -25,8 +25,9 @@
<div></div>
<div></div>
<div></div>
<div class="user_info" >
<td><h3><a aria-label="logout" style="color: white" href="javascript:logout()" title="logout">logout</a></h3></td>
<div class="hello_to_user" >
<a aria-label="logout" href="javascript:logout()" title="logout" class="hello_to_user_txt" >what's up~!</a><br/>
<a aria-label="logout" href="javascript:logout()" title="logout" class="hello_to_user_txt" >[[${user_id}]]</a>
</div>
</th:block>
</header>