base.html.twig 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {% set theme_config = attribute(config.themes, config.system.pages.theme) %}
  2. <!DOCTYPE html>
  3. <html lang="{{ grav.language.getActive ?: grav.config.site.default_lang }}">
  4. <head>
  5. {% block head %}
  6. <meta charset="utf-8" />
  7. <title>{% if header.title %}{{ header.title|e('html') }} | {% endif %}{{ site.title|e('html') }}</title>
  8. {% include 'partials/metadata.html.twig' %}
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  10. <link rel="icon" type="image/png" href="{{ url('theme://images/favicon.png') }}" />
  11. <link rel="canonical" href="{{ page.url(true, true) }}" />
  12. {% block stylesheets %}
  13. {% do assets.addCss('theme://css/pure-0.5.0/grids-min.css', 103) %}
  14. {% do assets.addCss('theme://css-compiled/nucleus.css', 102) %}
  15. {% do assets.addCss('theme://css-compiled/template.css', 101) %}
  16. {% do assets.addCss('theme://css/custom.css', 100) %}
  17. {% do assets.addCss('theme://css/font-awesome.min.css', 100) %}
  18. {% do assets.addCss('theme://css/slidebars.min.css') %}
  19. {% if browser.getBrowser == 'msie' and browser.getVersion == 10 %}
  20. {% do assets.addCss('theme://css/nucleus-ie10.css') %}
  21. {% endif %}
  22. {% if browser.getBrowser == 'msie' and browser.getVersion >= 8 and browser.getVersion <= 9 %}
  23. {% do assets.addCss('theme://css/nucleus-ie9.css') %}
  24. {% do assets.addJs('theme://js/html5shiv-printshiv.min.js') %}
  25. {% endif %}
  26. {% endblock %}
  27. {% block javascripts %}
  28. {% do assets.addJs('jquery', 101) %}
  29. {% do assets.addJs('theme://js/modernizr.custom.71422.js', 100) %}
  30. {% do assets.addJs('theme://js/antimatter.js') %}
  31. {% do assets.addJs('theme://js/slidebars.min.js') %}
  32. {% do assets.addJs('theme://js/parallax.min.js') %}
  33. {% endblock %}
  34. {% block assets deferred %}
  35. {{ assets.css()|raw }}
  36. {{ assets.js()|raw }}
  37. {% endblock %}
  38. {% endblock head %}
  39. </head>
  40. <body id="top" class="{{ page.header.body_classes }}">
  41. <div id="sb-site">
  42. {% block header %}
  43. <header id="header">
  44. <div id="logo">
  45. <img src="/user/pages/01.home/Republique-francaise-logo.svg" alt="logo France">
  46. <img src="user/pages/01.home/EPAU_logo_EPAU_vecto-seul.svg" alt="logo EPAU">
  47. {# marche pas
  48. {% for image in page.header.media_order %}
  49. {% if loop.first %}
  50. <img src="{{ image.url}}" alt="{{ config.site.title }}"/>
  51. {% endif %}
  52. {% if loop.last %}
  53. <img src="{{ image.url}}" alt="{{ config.site.title }}"/>
  54. {% endif %}
  55. {% endfor %}
  56. {% if header_image %}
  57. {% if header_image_file %}
  58. {% set header_image_media = page.media.images[header_image_file] %}
  59. {% else %}
  60. {% set header_image_media = page.media.images|first %}
  61. {% endif %}
  62. {{ header_image_media.cropZoom(header_image_width, header_image_height).html }}
  63. {% endif %}
  64. #}
  65. {# {% if page.header.media_order %}
  66. <img src="{{ page.header.media_order|first }}" alt="{{ config.site.title }}"/>
  67. {% endif %}
  68. <img src="{{page.media[programme.logo].url|e }}" alt="logo du programme {{programme.nom_du_programme}}" />
  69. #}
  70. {# ça, ça marche si une seule image dans content de Home. Si 2 images, marche plus.>>>devient un tableau!
  71. il faut trouver un moyen de lui dire: tu prends la première puis tu prends la 2e du tableau media_order.
  72. J'ai rajouter "array: true" dans default.yaml pour qu'il voi plusieurs images. mais ne sont pas dans header. Elles apparaissent
  73. <img src="{{ page.header.media_order }}" alt="{{ config.site.title }}"/>
  74. #}
  75. {# <img src="EPAU_logo_EPAU_vecto-seul.svg"/>
  76. <h3><a href="{{ base_url == '' ? '/' : base_url }}">{{ config.site.title }}</a></h3>
  77. #}
  78. </div>
  79. <div id="navbar">
  80. {% block header_extra %}{% endblock %}
  81. {% if config.plugins.langswitcher.enabled %}
  82. {% include 'partials/langswitcher.html.twig' %}
  83. {% endif %}
  84. {% block header_navigation %}
  85. {% include 'partials/navigation.html.twig' %}
  86. {% endblock %}
  87. <span class="panel-activation sb-toggle-left navbar-left menu-btn fa fa-bars"></span>
  88. </div>
  89. </header>
  90. {% endblock %}
  91. {% block showcase %}{% endblock %}
  92. {% block body %}
  93. <section id="body" class="{{ class }}">
  94. {% block content %}{% endblock %}
  95. </section>
  96. {% endblock %}
  97. {% block footer %}
  98. <footer id="footer">
  99. <div class="totop">
  100. <span><a href="#" id="toTop"><i class="fa fa-arrow-up"></i></a></span>
  101. </div>
  102. <p><a href="http://getgrav.org">Grav</a> was <i class="fa fa-code"></i> with <i class="fa fa-heart"></i> by <a href="http://www.rockettheme.com">RocketTheme</a>.</p>
  103. </footer>
  104. {% endblock %}
  105. </div>
  106. {% block sidebar_navigation %}
  107. <div class="sb-slidebar sb-left sb-width-thin">
  108. <div id="panel">
  109. {% include 'partials/navigation.html.twig' %}
  110. </div>
  111. </div>
  112. {% endblock %}
  113. {% block bottom %}
  114. <script>
  115. $(function () {
  116. $(document).ready(function() {
  117. $.slidebars({
  118. hideControlClasses: true,
  119. scrollLock: true
  120. });
  121. });
  122. });
  123. </script>
  124. {{ assets.js('bottom')|raw }}
  125. {% endblock %}
  126. </body>
  127. </html>