templates/Default/base.html.twig line 1

Open in your IDE?
  1. {% extends 'Default/parameters.html.twig' %}
  2. {% block html %}
  3. <!doctype html>
  4. <html lang='fr' class='{{desktop("adapt")}}'>
  5.     <head>
  6.         <title>{{t}}</title>
  7.         <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  8.         <meta name='description' content='{{d}}' />
  9.         <meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
  10.         <meta property='fb:app_id' content='798097520521275' />
  11.         <meta property='og:url' content='{{app.request.uri}}' />
  12.         <meta property='og:type' content='article' />
  13.         <meta property='og:title' content='{{t}}' data-dynamic='true' />
  14.         <meta property='og:description' content='{{d}}' data-dynamic='true' />
  15.         <meta property='og:image' content='{{w}}{{thumb}}?v=001' data-dynamic='true' />
  16.         <meta property='og:image:width' content='{{thumbnailSize.width}}' data-dynamic='true'>
  17.         <meta property='og:image:height' content='{{thumbnailSize.height}}' data-dynamic='true'>
  18.         <meta property='og:locale' content='fr_FR' />
  19.         <meta property='og:site_name' content='{{sitename}}' />
  20.         <meta property='twitter:url' content='{{app.request.uri}}' />
  21.         <meta property='twitter:card' content='summary' />
  22.         <meta property='twitter:title' content='{{t}}' />
  23.         <meta property='twitter:description' content='{{d}}' />
  24.         <meta property='twitter:image' content='{{w}}{{thumb}}' />
  25.         <link rel="icon" href="{{asset('images/logo-alt.svg')}}">
  26.         <link type='text/css' rel='stylesheet' href='{{asset("css/os-style.css")}}' />
  27.         <link type='text/css' rel='stylesheet' href='{{asset("css/style.css")}}' />
  28.         <link type='text/css' rel='stylesheet' href='{{asset("css/os-anim.css")}}' />
  29.        {# <script src="https://kit.fontawesome.com/5c0ab7f24a.js" crossorigin="anonymous"></script>#}
  30.          <link type='text/css' rel='stylesheet' href='{{asset("fonts/fa/css/all.min.css")}}' /> 
  31.         {% block css %}
  32.         {% endblock %}
  33.     </head>
  34.     <body class='{{bgcolor ?? "bg-white"}}'>
  35.         {% block container %}
  36.         <div id='container' class='container relative w100 hoverflow'>
  37.             <header id='header' class='bg-success fixed left top w100 hheight transition-alt {{desktop("")}} {{mobile("")}}'>
  38.             {% block header %}
  39.                 <div class='relative flex row fill transition-alt {{desktop("")}}'>
  40.                     <a id='logo' href='{{path("home")}}' class='bg-white hwidth flex col {{desktop("padding-10")}} {{mobile("")}}'>
  41.                         <span class="fill relative">
  42.                             <img src="{{asset(os_param('logo'))}}" class='block relative contain'>
  43.                         </span>
  44.                     </a>
  45.                     {% block menu %}
  46.                     <div class="flex row middle around {{desktop('w100')}}">
  47.                         <menu id='menu' class='transition-alt upper {{desktop("h100")}} {{mobile("bg-success fixed top left htop w100")}}'>
  48.                             {{render(controller('App\\Controller\\DefaultController::menu',{activeMenu:(menu is defined ? menu)}))}}
  49.                         </menu>
  50.                         {% if isMobile() %}
  51.                         <div id='btn-menu' class='left-25 flex col middle os-click' data-target='#menu'>
  52.                             <i class='fa fa-bars h1 white'></i>
  53.                         </div>
  54.                         {% else %}
  55.                         <a class="bg-success-alt vt-10-in hz-25-in white radius-5 upper nowrap" href="{{path('registration')}}">Pré-inscription</a>
  56.                         {% endif %}
  57.                     </div>
  58.                     {% endblock %}
  59.                 </div>
  60.             {% endblock header %}
  61.             </header>
  62.             <div id='' class='relative w100 {{desktop("flex row")}} {{mobile("")}}'>
  63.                 <div class="flex col hwidth relative htop-in">
  64.                     <div class="bg-success-alt flex col h4 white">
  65.                         <a class="hheight flex row middle center" href="{{os_param('socialmedia').facebook}}"><i class="fab fa-facebook-square"></i></a>
  66.                         <a class="hheight flex row middle center" href="{{os_param('socialmedia').twitter}}"><i class="fab fa-twitter"></i></a>
  67.                         <a class="hheight flex row middle center" href="{{os_param('socialmedia').youtube}}"><i class="fab fa-youtube"></i></a>
  68.                         <span class="os-click bg-success white hheight flex row middle center" data-target="#searchBox"><i class="fa fa-search"></i></span>
  69.                     </div>
  70.                 </div>
  71.                 {% block banner %}
  72.                 <div id='' class='banner relative w100 {{desktop("htop-in")}} {{mobile("")}}'>
  73.                     <div class='relative flex col fill {{desktop("")}} {{mobile("")}}'>
  74.                         <figure class="fill relative hoverflow">
  75.                             <img src="{{b}}" class="cover">
  76.                         </figure>
  77.                         <i class="hheight"></i>
  78.                     </div>
  79.                 </div>
  80.                 {% endblock banner %}
  81.             </div>
  82.             {% block titlebox %}
  83.             {% if not home %}
  84.             <div class='relative w100 flex col gpadding {{desktop("")}} {{mobile("")}}'>
  85.                 {% block title %}
  86.                 <i class="vt-5-in bg-gray quarter-80 radius-5"></i>
  87.                 <h1 class='success h2'>{{title is defined ? title}}</h1>
  88.                 {% endblock title %}
  89.                 {% if description is defined or subtitle is defined %}
  90.                 <p class="h4 semibold">
  91.                 {{description is defined ? description|nl2br : subtitle}}
  92.                 </p>
  93.                 {% endif %}
  94.             </div>
  95.             {% endif %}
  96.             {% endblock %}
  97.             {% block body %}
  98.             <div id='content' class='bg-white content relative'>
  99.                 {% block content %}
  100.                 {% endblock content %}
  101.             </div>
  102.             {% endblock body %}
  103.             {% if isMobile() and not home and noShare is not defined %}
  104.             <div class='flex row middle space  bg-gray sharing-box gpadding {{desktop('vt-40-in')}} {{mobile('vt-20-in')}}'>
  105.                 <h2 class='h6 success-alt upper vt-8-in font-alt bold'>Partager cette page</h2>
  106.                 <div class='flex row middle success-alt'>
  107.                     {% set link = app.request.uri %}
  108.                     {% if title is not defined %}{% set title = "Site web du "~sitename %} {% endif %}
  109.                     {% set class = "iflex col middle center h2 "~ desktop('left-20')~ mobile('left-8') %}
  110.                     <a class='{{class}}' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text={{title}} => {{link}}'><i class='transition fab fa-whatsapp'></i></a>
  111.                     <a class='{{class}}' title='Partager sur Facebook' target='_blank' href='https://www.facebook.com/sharer/sharer.php?u={{link}}&t={{title}}'><i class='transition fab fa-facebook-square'></i></a>
  112.                     <a class='{{class}}' title='Partager sur Twitter' target='_blank' href='https://twitter.com/intent/tweet?text={{title}}&url={{link}}'><i class='transition fab fa-twitter'></i></a>
  113.                     <a class='{{class}}' title='Envoyer par mail' target='_blank' href='mailto:?subject={{title}}&amp;body=Je vous invite à lire cette page :  {{link}}.'><i class='transition fa fa-envelope'></i></a>
  114.                     <a class='{{class}}' title='Partager sur LinkedIn' target='_blank' href='https://www.linkedin.com/shareArticle?mini=true&url={{link}}&title={{title}}'><i class='transition fab fa-linkedin'></i></a>
  115.                 </div>
  116.             </div>
  117.             {% endif %}
  118.             {# <div class='bg-warning gpadding relative w100 {{desktop("hpadding")}} {{mobile("vt-30-in")}}'>
  119.                 <figure class="absolute top left fill transparent-alt">
  120.                     <img src="{{asset('images/newsletter.jpg')}}" class="cover">
  121.                 </figure>
  122.                 <div class="relative flex col middle {{desktop("center")}} {{mobile("")}}">
  123.                     <div class="flex col text-center {{desktop('center')}}">
  124.                         <h2 class="h1 white text-center upper extrabold {{desktop("")}} {{mobile("bottom-20")}}">NEWSLETTER</h2>
  125.                         <p class="white medium {{desktop('half_80')}}">Inscrivez-vous pour recevoir régulièrement les dernières nouvelles sur l'avancée du Programme d'Actions du Gouvernement.</p>
  126.                     </div>
  127.                     <div class="flex row middle {{desktop('half-80 top-40')}} {{mobile('gpadding top-20')}}">
  128.                     {{render(controller('App\\Controller\\DefaultController::subscribers',{}))}}
  129.                     </div>
  130.                 </div>
  131.             </div> #}
  132.             {% block footer %}
  133.             <footer id="footer" class="bg-success relative gpadding flex col center {{desktop('vt-60-in op-40')}} {{mobile(' text-center vt-40-in')}}">
  134.                 <figure class="relative hoverflow {{desktop('gheight gwidth')}} {{mobile('icon medium')}}">
  135.                     <img src="{{l}}" class="block contain">
  136.                 </figure>
  137.                 <div class="relative flex row center text-center {{desktop('gpadding top-20')}}{{mobile('')}}">
  138.                     <p class="white">
  139.                         © Copyright {{"now"|date('Y')}}
  140.                         <br>{{sitename}}
  141.                     </p>
  142.                 </div>
  143.             </footer>
  144.             <div class='bg-success w100 flex flag flex-1 w100 gpadding'>
  145.                 <div class='w100 flex flag flex-1 block-center half'>
  146.                     <i class=""></i>
  147.                     <i></i>
  148.                     <i></i>
  149.                 </div>
  150.             </div>
  151.             {% endblock footer %}
  152.         </div>
  153.     {% endblock container %}
  154.         <div id='searchBox' class='anim-display anim-show vfill fixed top left'>
  155.             <i class="block bg-success transparent fill absolute top left"></i>
  156.             <div class='hpadding fill flex row center middle'>
  157.                 <div class='relative shadow {{desktop("half_80 vt-80-in hz-80-in")}} {{mobile("vt-20-in hz-20-in")}} bg-white'>
  158.                     <div class='absolute top right bg-error padding-10'>
  159.                         <span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
  160.                     </div>
  161.                     <div class='w100 flex col around'>
  162.                         <div class='flex col middle top-20'>
  163.                             <h2 class='h3 success'>Faire une recherche</h2>
  164.                             <p class='h6 upper text-left top-20 bottom-20'>Actualités, formations, documents, pages, etc.</p>
  165.                             <div class='flex row'>
  166.                                 <div class='bg-gray w100'>
  167.                                     <input id='searchInput' data-action='{{path("search",{keywords:":keywords"})}}' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in {{desktop("hz-40-in")}} {{mobile("hz-20-in")}} block w100' placeholder='Saisissez votre recherche ici'>
  168.                                 </div>
  169.                                 <div class='relative flex col middle center {{desktop("")}} {{mobile("")}} vt-10-in hz-20-in bg-success'>
  170.                                     <span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
  171.                                 </div>
  172.                             </div>
  173.                         </div>
  174.                     </div>
  175.                 </div>
  176.             </div>
  177.         </div>
  178.     {% set notices = app.session.flashBag.get('notice') %}
  179.     {% if notices|length %}
  180.         <div class='popup show gpadding flex col middle center'>
  181.             <span class='icon contain close os-close filter-white absolute top right'></span>
  182.             {% for notice in notices %}
  183.             <div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
  184.                 <div class='flex row  success text-left'>
  185.                     <i class='fa fa-thumbs-up fa-3x top-5  right-20'></i>
  186.                     <p class='h4  black'>{{notice|raw}}</p>
  187.                 </div>
  188.             </div>
  189.             {% endfor %}
  190.         </div>
  191.     {% endif %}
  192.         {% if app.request.schemeAndHttpHost() != 'http://localhost' %}
  193.         {% endif %}
  194.         <script src='{{asset("js/jquery-3.6.0.min.js")}}'></script>
  195.         <script src='{{asset("js/os-script.js")}}?v=004'></script>
  196.         <script src='{{asset("js/script.js")}}?v=004'></script>
  197.         {% block js %}
  198.         {% endblock %}
  199.     </body>
  200. </html>
  201. {% endblock %}