X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/f1d80d03247e387ec5d32d255028167e8ca401f5..2de9e441eb89a3d4d8fa4384b2092c94519fcaea:/Resources/views/body.html.twig diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig index 3367386..10630ff 100644 --- a/Resources/views/body.html.twig +++ b/Resources/views/body.html.twig @@ -4,29 +4,56 @@ {% endblock %} {% block stylesheets %} - - - {% for size, icon in site_png %} - {# Apple #} - {% if size in [152, 167, 180] %} - {% if size == 180 %} - + {% if description is defined and description %} + + {% endif %} + {% if keywords is defined and keywords %} + + {% endif %} + {% if site is defined and site %} + + + {% for size, icon in site.png %} + {# Apple #} + {% if size in [120, 152, 167, 180] %} + {% if size == 180 %} + + {% endif %} + + {# Windows #} + {% elseif size in [70, 150, 310] %} + + {# Others #} + {% else %} + {% endif %} - - {# Windows #} - {% elseif size in [70, 150, 310] %} - - {# Others #} - {% else %} - - {% endif %} - {% endfor %} + {% endfor %} + {% endif %} {# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #} {% stopwatch 'stylesheet' %} - {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,screen}.css' %} - + {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,lemon,notoemoji,screen}.css' %} + {% endstylesheet %} {% endstopwatch %} + {% if canonical is defined and canonical %} + + {% endif %} + {% if alternates is defined and alternates %} + {% for lang, alternate in alternates %} + + {% endfor %} + {% endif %} + {% if facebook['metas'] is defined and facebook['metas'] %} + {% for property, contents in facebook['metas'] %} + {% if contents is iterable %} + {% for content in contents %} + + {% endfor %} + {% else %} + + {% endif %} + {% endfor %} + {% endif %} {% endblock %} {% block javascripts %} {% stopwatch 'javascript' %} @@ -35,27 +62,38 @@ {% endjavascript %}#} {% endstopwatch %} {% endblock %} -{% block title %}{{ title }}{% endblock %} +{% block title %}{{ [site.title, section, title]|filter(v => v)|join(' - ') }}{% endblock %} {% block body %} {% block header %} - {% block header_title %}{% endblock %} + + {% if site is defined and site %} + {% block header_title %}{{ site.title }}{% endblock %} + {% endif %} + {{ title }} + {% block header_nav %} - - {% trans %}Navigation{% endtrans %} - {% trans %}Sessions{% endtrans %} - {% trans %}Users{% endtrans %} - {% trans %}Contact{% endtrans %} - {% trans %}Regulation{% endtrans %} - {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} - {% trans %}Logout{% endtrans %} - {% else %} - {% trans %}Login{% endtrans %} - {% trans %}Register{% endtrans %} - {% endif %} + + {#{% trans %}Navigation{% endtrans %}#} + {% trans %}Home{% endtrans %} + {% trans %}Contact{% endtrans %} + {% trans %}Frequently asked questions{% endtrans %} + {% if is_granted('ROLE_ADMIN') %} + {% trans %}Users{% endtrans %} + {% endif %} + {% if is_granted('ROLE_GUEST') %} + {% trans %}Organizer regulation{% endtrans %} + {% endif %} + {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} + {% trans %}My account{% endtrans %} + {% trans %}Logout{% endtrans %} + {% else %} + {% trans %}Login{% endtrans %} + {% trans %}Register{% endtrans %} + {% endif %} {% endblock %} -{# + {# {% block site_subtitle %}{% endblock %} {% block site_tagline %} {% if tags is defined and tags %} @@ -66,7 +104,7 @@ {% endif %} {% endblock %} -#} + #} {% endblock %} {% block message %} @@ -87,16 +125,34 @@ {% block sidebar %}{% endblock %} #} {% block content %} - - {{ section }} - {% trans %}Outdoor space reservation system{% endtrans %} - + + + {% trans %}Outdoor space reservation system{% endtrans %} + + {% endblock %} {% block footer %} {% endblock %} {% endblock %}
{% trans %}Outdoor space reservation system{% endtrans %}