First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
53
www/admin/menu/_inc_bannerDemoCredentials.jsp
Normal file
53
www/admin/menu/_inc_bannerDemoCredentials.jsp
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
<!-- _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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue