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 %} {% endblock %}
</head> </head>
<body> <body>
{% if app.user is not defined %}
<div class="bg-img"></div>
{% else %}
<div class="bg-img-logged-in"></div>
{% endif %}
{% block navigation %} {% block navigation %}
{% endblock %} {% endblock %}
<div id="bodyland"> <div id="bodyland">
<div class="container">
{% include 'default/header.html.twig' %} {% include 'default/header.html.twig' %}
{% block body %} {% block body %}
{% endblock %} {% endblock %}
{% include 'default/footer.html.twig' %} {% include 'default/footer.html.twig' %}
</div> </div>
</div>
{% block javascripts %} {% block javascripts %}
<script src="{{ asset('build/app.js') }}"></script> <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 / <sub class="footer-note text-center"> développé par Tykayn /
<a href="http://www.cipherbliss.com"> <a href="http://www.cipherbliss.com">
Cipher Bliss Cipher Bliss
@ -9,5 +10,5 @@
contact contact
</a> </a>
</sub> </sub>
</div>
</footer> </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="row">
<div class="col-xs-12"> <div class="col-xs-12">
{% include 'default/login-choices.html.twig' %} {% include 'default/login-choices.html.twig' %}
@ -25,3 +27,5 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</div>

View File

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

View File

@ -1,16 +1,4 @@
<div class="selling-history"> <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 %} {% verbatim %}
<div ng-repeat="s in recentSelling track by $index"> <div ng-repeat="s in recentSelling track by $index">
{{s.id}} ) {{s.id}} )