mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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
|
||||
show: Voir
|
||||
actions: Actions
|
||||
Search a person: Rechercher une personne
|
||||
Person name: Nom / Prénom de la personne
|
@ -29,12 +29,12 @@
|
||||
<header class="navigation container">
|
||||
<div class="nav grid-2">
|
||||
<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>
|
||||
</div>
|
||||
<div class="grid-4 navigation-search">
|
||||
<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>
|
||||
</form>
|
||||
</div>
|
||||
@ -97,20 +97,24 @@
|
||||
|
||||
<div class="container">
|
||||
<div class="grid-8 centered">
|
||||
<h2>{{ 'Search a person'|trans }}</h2>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ chill_menu('homepage', {
|
||||
'layout': 'ChillMainBundle::Menu/homepage.html.twig',
|
||||
}) }}
|
||||
<div style="padding-top:2em; padding-bottom:2em;">
|
||||
{{ chill_menu('homepage', {
|
||||
'layout': 'ChillMainBundle::Menu/homepage.html.twig',
|
||||
}) }}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user