53 lines
1.2 KiB
Text
53 lines
1.2 KiB
Text
<!-- _inc_bannerDemoTop.jsp V.jsp 04-05-2026 -->
|
|
<%@page contentType="text/html; charset=UTF-8" %>
|
|
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
|
<%@ page language="java" import="it.acxent.jsp.*" %>
|
|
<acx:if wherecondition="false">
|
|
<div class="demo-credentials-box">
|
|
<div class="demo-credentials-title">
|
|
<span class="demo-credentials-icon">🔑</span>
|
|
<span>Accesso demo rapido</span>
|
|
</div>
|
|
<ul>
|
|
<li><strong>Amministratore</strong>: utente <code>test</code>, password <code>testpwd</code></li>
|
|
<li><strong>Concierge hotel</strong>: utente <code>concierge</code>, password <code>conciergepwd</code></li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<style>
|
|
.demo-credentials-box {
|
|
margin-top: 22px;
|
|
padding: 10px 12px;
|
|
background-color: #fff8e5; /* giallino chiaro */
|
|
border: 1px solid #f0c36d;
|
|
border-radius: 4px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.demo-credentials-title {
|
|
font-weight: 600;
|
|
margin-bottom: 6px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
}
|
|
|
|
.demo-credentials-icon {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.demo-credentials-box ul {
|
|
margin: 0;
|
|
padding-left: 18px;
|
|
}
|
|
|
|
.demo-credentials-box code {
|
|
font-size: 11px;
|
|
background-color: #ffe9c0;
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
</acx:if>
|