review home
This commit is contained in:
parent
0c3eacadde
commit
e12208891a
@ -297,7 +297,7 @@ th.dt-center, td.dt-center { text-align: center; }
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top: 80px;
|
top: 80px;
|
||||||
left:50px;
|
padding-left:50px;
|
||||||
z-index: 9000;
|
z-index: 9000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -346,7 +346,7 @@ th.dt-center, td.dt-center { text-align: center; }
|
|||||||
|
|
||||||
@media (max-width: 980px) {
|
@media (max-width: 980px) {
|
||||||
.herobox { display: none; }
|
.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%; }
|
.slick-dots { top: 120px; left: 0px; text-align: center; width: 100%; }
|
||||||
.heromenu .facatmenu {display: none;}
|
.heromenu .facatmenu {display: none;}
|
||||||
.catmenu { display:none }
|
.catmenu { display:none }
|
||||||
|
@ -41,7 +41,7 @@ class UserController extends AbstractController
|
|||||||
|
|
||||||
|
|
||||||
// Création du formulaire
|
// 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
|
// Récupération des data du formulaire
|
||||||
$form->handleRequest($request);
|
$form->handleRequest($request);
|
||||||
|
@ -145,8 +145,7 @@
|
|||||||
|
|
||||||
<div class="herobox"></div>
|
<div class="herobox"></div>
|
||||||
|
|
||||||
<div class="herotitle" style="width:100%">
|
<div class="herotitle row" style="width:100%">
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-2 px-3">
|
<div class="col-lg-2 px-3">
|
||||||
<h1><a href="#site">{{ (app.session.get("appname")) }}</a></h1>
|
<h1><a href="#site">{{ (app.session.get("appname")) }}</a></h1>
|
||||||
|
|
||||||
@ -226,13 +225,12 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% 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"))) %}
|
{% set qrCode = qr_code_result(absolute_url(path("app_home"))) %}
|
||||||
<img src="{{ qrCode.dataUri }}" width="200px" />
|
<img src="{{ qrCode.dataUri }}" width="200px" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="herologo">
|
<div class="herologo">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user