mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Improving layout
This commit is contained in:
parent
00b87f91b3
commit
3e8843dc61
2
Resources/translations/messages.en.yml
Normal file
2
Resources/translations/messages.en.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Search a person: Search a person
|
||||||
|
Person name: Person name
|
@ -10,3 +10,5 @@ views:
|
|||||||
edit: Modifier
|
edit: Modifier
|
||||||
show: Voir
|
show: Voir
|
||||||
actions: Actions
|
actions: Actions
|
||||||
|
Search a person: Rechercher une personne
|
||||||
|
Person name: Nom / Prénom de la personne
|
@ -29,12 +29,12 @@
|
|||||||
<header class="navigation container">
|
<header class="navigation container">
|
||||||
<div class="nav grid-2">
|
<div class="nav grid-2">
|
||||||
<ul id="navigation-menu">
|
<ul id="navigation-menu">
|
||||||
<li class="nav-link nav-title"><a href="javascript:void(0)">Chill</a>
|
<li class="nav-link nav-title"><a href="{{ path('chill_main_homepage') }}">Chill</a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid-4 navigation-search">
|
<div class="grid-4 navigation-search">
|
||||||
<form action="{{ path('chill_person_search') }}" method="get">
|
<form action="{{ path('chill_person_search') }}" method="get">
|
||||||
<input name="q" type="search" placeholder="{{ 'Chercher une personne'|trans }}" />
|
<input name="q" type="search" placeholder="{{ 'Search a person'|trans }}" />
|
||||||
<button type="submit" class="sc-button white border"><i class="fa fa-search"></i></button>
|
<button type="submit" class="sc-button white border"><i class="fa fa-search"></i></button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@ -97,20 +97,24 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="grid-8 centered">
|
<div class="grid-8 centered">
|
||||||
|
<h2>{{ 'Search a person'|trans }}</h2>
|
||||||
|
|
||||||
<form action="{{ path('chill_person_search') }}" method="get">
|
<form action="{{ path('chill_person_search') }}" method="get">
|
||||||
<input name="q" type="search" placeholder="{{ 'Nom / Prénom de la personne'|trans }}" />
|
<input name="q" type="search" placeholder="{{ 'Person Name'|trans }}" />
|
||||||
<center>
|
<center>
|
||||||
<button type="submit" class="sc-button orange">{{ 'Chercher une personne'|trans }}</button>
|
<button type="submit" class="sc-button orange"><i class="fa fa-search"></i> {{ 'Search a person'|trans }}</button>
|
||||||
</center>
|
</center>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ chill_menu('homepage', {
|
<div style="padding-top:2em; padding-bottom:2em;">
|
||||||
'layout': 'ChillMainBundle::Menu/homepage.html.twig',
|
{{ chill_menu('homepage', {
|
||||||
}) }}
|
'layout': 'ChillMainBundle::Menu/homepage.html.twig',
|
||||||
|
}) }}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user