Files
matrix/cygnus-onprem-app/build/WebContent/WEB-INF/app/fragments/app-title.jspf

14 lines
828 B
Plaintext

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<header class="matrix-shell__header" aria-label="Application header">
<div class="matrix-shell__header-inner">
<div class="matrix-shell__brand" aria-label="Cygnus home">
<img src="<c:url value='/images/optmale.png' />" width="16" height="16" alt="" aria-hidden="true" />
<span>Cygnus 1.0</span>
</div>
<div class="matrix-shell__context" aria-label="Current session">
<span class="matrix-shell__company"><c:out value="${Sessvals.getCompanyCode()}" /> (<c:out value="${Sessvals.getBranchLocation()}" />)</span>
<span class="matrix-shell__user"><c:out value="${Sessvals.getUserDisplayName()}" /> (<c:out value="${Sessvals.getUserGroupName()}" />)</span>
</div>
</div>
</header>