|
|
@ -1,7 +1,7 @@
|
|
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
|
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
<!-- Navbar -->
|
|
|
|
<!-- Navbar -->
|
|
|
|
<nav class="layout-navbar container-xxl navbar navbar-expand-xl navbar-detached align-items-center bg-navbar-theme"
|
|
|
|
<nav class="layout-navbar container-xxl navbar navbar-expand-xl navbar-detached align-items-center"
|
|
|
|
id="layout-navbar" style="min-width:1500px;flex-wrap:nowrap;margin-top:0px;height:4.5rem"
|
|
|
|
id="layout-navbar" style="min-width:1500px;flex-wrap:nowrap;margin-top:0px;height:4.5rem"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div class="layout-menu-toggle navbar-nav align-items-xl-center me-3 me-xl-0 d-xl-none">
|
|
|
|
<div class="layout-menu-toggle navbar-nav align-items-xl-center me-3 me-xl-0 d-xl-none">
|
|
|
@ -33,7 +33,8 @@
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="me-1" style="min-width: max-content;">
|
|
|
|
<div class="me-1" style="min-width: max-content;">
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic me-1" style="background-color: #d9dee3">
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic me-1"
|
|
|
|
|
|
|
|
style="background-color: #d9dee3;border:black solid 1px">
|
|
|
|
<label for="securityMode--top" class="form-check-label custom-option-content d-flex justify-content-center">
|
|
|
|
<label for="securityMode--top" class="form-check-label custom-option-content d-flex justify-content-center">
|
|
|
|
<input type="checkbox" id="securityMode--top" name="securityMode"
|
|
|
|
<input type="checkbox" id="securityMode--top" name="securityMode"
|
|
|
|
class="form-check-input me-1 align-self-center" value="Y" />
|
|
|
|
class="form-check-input me-1 align-self-center" value="Y" />
|
|
|
@ -42,7 +43,8 @@
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic me-1" style="background-color: #d9dee3">
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic me-1"
|
|
|
|
|
|
|
|
style="background-color: #d9dee3;border:black solid 1px">
|
|
|
|
<label for="photoMask--top" class="form-check-label custom-option-content d-flex justify-content-center">
|
|
|
|
<label for="photoMask--top" class="form-check-label custom-option-content d-flex justify-content-center">
|
|
|
|
<input type="checkbox" id="photoMask--top" name="photoMask"
|
|
|
|
<input type="checkbox" id="photoMask--top" name="photoMask"
|
|
|
|
class="form-check-input me-1 align-self-center" value="Y" checked />
|
|
|
|
class="form-check-input me-1 align-self-center" value="Y" checked />
|
|
|
@ -90,8 +92,8 @@
|
|
|
|
<img src="<c:url value="/resources/image/user-circle-solid-24.svg"/>" alt
|
|
|
|
<img src="<c:url value="/resources/image/user-circle-solid-24.svg"/>" alt
|
|
|
|
class="w-px-40 h-auto rounded-circle" />
|
|
|
|
class="w-px-40 h-auto rounded-circle" />
|
|
|
|
<div class="d-flex" style="flex-flow:column">
|
|
|
|
<div class="d-flex" style="flex-flow:column">
|
|
|
|
<span class="fw-semibold">${currentUser.name}</span>
|
|
|
|
<span class="fw-semibold" style="color:black">${currentUser.name}</span>
|
|
|
|
<small class="text-muted">${currentUser.account}</small>
|
|
|
|
<small style="color:black">${currentUser.account}</small>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|