review home

This commit is contained in:
afornerot 2025-03-23 10:56:11 +01:00
parent 0c3eacadde
commit e12208891a
3 changed files with 78 additions and 80 deletions

View File

@ -297,7 +297,7 @@ th.dt-center, td.dt-center { text-align: center; }
text-align: left;
position:absolute;
top: 80px;
left:50px;
padding-left:50px;
z-index: 9000;
}
@ -346,7 +346,7 @@ th.dt-center, td.dt-center { text-align: center; }
@media (max-width: 980px) {
.herobox { display: none; }
.herotitle { width:100%; top: 70px; left:0px; text-align:center; }
.herotitle { width:100%; top: 70px; padding-left:0px; text-align:center; }
.slick-dots { top: 120px; left: 0px; text-align: center; width: 100%; }
.heromenu .facatmenu {display: none;}
.catmenu { display:none }

View File

@ -41,7 +41,7 @@ class UserController extends AbstractController
// Création du formulaire
$form = $this->createForm(Form::class,$data,array("mode"=>"submit"));
$form = $this->createForm(Form::class,$data,array("mode"=>"submit","appNinegateactivate"=>$this->getParameter("appNinegateactivate")));
// Récupération des data du formulaire
$form->handleRequest($request);

View File

@ -145,8 +145,7 @@
<div class="herobox"></div>
<div class="herotitle" style="width:100%">
<div class="row">
<div class="herotitle row" style="width:100%">
<div class="col-lg-2 px-3">
<h1><a href="#site">{{ (app.session.get("appname")) }}</a></h1>
@ -226,13 +225,12 @@
{% endif %}
{% endfor %}
<div style="text-align:center; padding-top:50px">
<div style="text-align:center; padding:50px 0px">
{% set qrCode = qr_code_result(absolute_url(path("app_home"))) %}
<img src="{{ qrCode.dataUri }}" width="200px" />
</div>
</div>
</div>
</div>
<div class="herologo">