large navs

This commit is contained in:
Kayn Ty 2018-04-25 12:00:01 +02:00
parent 4caf290064
commit dfb4fbd340
5 changed files with 122 additions and 137 deletions

View File

@ -10,22 +10,15 @@
{% endblock %}
</head>
<body>
{% if app.user is not defined %}
<div class="bg-img"></div>
{% else %}
<div class="bg-img-logged-in"></div>
{% endif %}
{% block navigation %}
{% endblock %}
<div id="bodyland">
<div class="container">
{% include 'default/header.html.twig' %}
{% block body %}
{% endblock %}
{% include 'default/footer.html.twig' %}
</div>
</div>
{% block javascripts %}
<script src="{{ asset('build/app.js') }}"></script>

View File

@ -1,4 +1,5 @@
<footer class="big-footer text-center container">
<footer class="big-footer text-center navbar-inverse navbar-footer ">
<div class="container">
<sub class="footer-note text-center"> développé par Tykayn /
<a href="http://www.cipherbliss.com">
Cipher Bliss
@ -9,5 +10,5 @@
contact
</a>
</sub>
</div>
</footer>

View File

@ -1,4 +1,6 @@
<div class="header-block container">
<div class="header-block ">
<div class="nav navbar-inverse padded">
<div class="container">
<div class="row">
<div class="col-xs-12">
{% include 'default/login-choices.html.twig' %}
@ -25,3 +27,5 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -1,7 +1,7 @@
{% trans_default_domain 'FOSUserBundle' %}
{% block loginchoices %}
<div class="loginland ">
<div class="bg-img padded">
<div class="login-choices">
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
<div class="row">
@ -122,6 +122,5 @@
{% endif %}
</div>
</div>
</div>
{% endblock loginchoices %}

View File

@ -1,16 +1,4 @@
<div class="selling-history">
{#<h4>#}
{#Ventes récentes#}
{#</h4>#}
{#{% if recentSells %}#}
{#<ul>#}
{#{% for s in recentSells %}#}
{#<li>{{ s.date|date('Y/m/d H:i:s') }} {{ s.sellingComment }} | {{ s.amount }}€</li>#}
{#{% endfor %}#}
{#</ul>#}
{#{% else %}#}
{#aucune#}
{#{% endif %}#}
{% verbatim %}
<div ng-repeat="s in recentSelling track by $index">
{{s.id}} )