var/cache/dev/twig/c6/c6708bbb8b8f21f7e8abafe3b58791bf3372cc3f1331ed7718a9cb3d17994f99.php line 91

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base_off.html.twig */
  14. class __TwigTemplate_f18d1bf1786c5c2cecdcc33752ead6417f9e5ce34bef1ef5b60ff483b0333941 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'pageTitle' => [$this'block_pageTitle'],
  27.             'body' => [$this'block_body'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_off.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_off.html.twig"));
  38.         // line 1
  39.         echo "<!doctype html>
  40. <html class=\"no-js\" lang=\"en\">
  41.   <head>
  42.     <meta charset=\"utf-8\">
  43.     <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
  44.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  45.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
  46.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
  47.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
  48.     <link rel=\"manifest\" href=\"/site.webmanifest\">
  49.     <link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#27428d\">
  50.     <meta name=\"msapplication-TileColor\" content=\"#2b5797\">
  51.     <meta name=\"theme-color\" content=\"#ffffff\">
  52.     <title>";
  53.         // line 16
  54.         $this->displayBlock('title'$context$blocks);
  55.         echo "</title>
  56.     ";
  57.         // line 17
  58.         $this->displayBlock('stylesheets'$context$blocks);
  59.         // line 24
  60.         echo "  </head>
  61.   <body>
  62.     <div class=\"off-canvas position-left burger-menu\" id=\"offCanvas\" data-off-canvas>
  63.       <ul class=\"vertical menu\">
  64.         <li>
  65.             <a href=\"";
  66.         // line 29
  67.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_about");
  68.         echo "\">
  69.               ";
  70.         // line 30
  71.         $this->loadTemplate("svg/question.svg""base_off.html.twig"30)->display($context);
  72.         // line 31
  73.         echo "              ";
  74.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("A propos", [], "main");
  75.         // line 32
  76.         echo "            </a>
  77.           </li>
  78.         <li ";
  79.         // line 34
  80.         echo ((((isset($context["selected"]) || array_key_exists("selected"$context) ? $context["selected"] : (function () { throw new RuntimeError('Variable "selected" does not exist.'34$this->source); })()) == "dashboard")) ? ("class=\"is-active\"") : (""));
  81.         echo ">
  82.           <a href=\"#\" data-open=\"modal-help\">
  83.             ";
  84.         // line 36
  85.         $this->loadTemplate("svg/dashboard.svg""base_off.html.twig"36)->display($context);
  86.         // line 37
  87.         echo "            ";
  88.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Présentation", [], "main");
  89.         // line 38
  90.         echo "          </a>
  91.         </li>
  92.         
  93.          
  94.         <li>
  95.           <a href=\"#\" data-open=\"modal-tut\">
  96.             ";
  97.         // line 44
  98.         $this->loadTemplate("svg/question.svg""base_off.html.twig"44)->display($context);
  99.         // line 45
  100.         echo "            ";
  101.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Guide d'utilisation", [], "main");
  102.         // line 46
  103.         echo "          </a>
  104.         </li>    
  105.         <li>
  106.             <a href=\"";
  107.         // line 49
  108.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_policies");
  109.         echo "\">
  110.               ";
  111.         // line 50
  112.         $this->loadTemplate("svg/policy_privacy.svg""base_off.html.twig"50)->display($context);
  113.         // line 51
  114.         echo "              ";
  115.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Conditions générales", [], "main");
  116.         // line 52
  117.         echo "            </a>
  118.           </li>   
  119.       </ul>
  120.     </div>
  121.     <div class=\"off-canvas-content\" data-off-canvas-content>
  122.       <div class=\"grid-container full\">
  123.         <div class=\"grid-x\">
  124.           <div class=\"large-12 cell l-navigation inside\">
  125.             <div class=\"burger-button\" data-toggle=\"offCanvas\">
  126.               <div class=\"bar arrow-top-r\"></div>
  127.               <div class=\"bar arrow-middle-r\"></div>
  128.               <div class=\"bar arrow-bottom-r\"></div>
  129.             </div>
  130.             <div class=\"logo\">
  131.               <p><strong>";
  132.         // line 66
  133.         $this->displayBlock('pageTitle'$context$blocks);
  134.         echo "</strong></p>
  135.             </div>
  136.             <div class=\"my-account\">
  137.               <ul class=\"dropdown menu\" data-dropdown-menu>
  138.                 <li ";
  139.         // line 70
  140.         echo ((((isset($context["selected"]) || array_key_exists("selected"$context) ? $context["selected"] : (function () { throw new RuntimeError('Variable "selected" does not exist.'70$this->source); })()) == "about")) ? ("class=\"is-active\"") : (""));
  141.         echo "><a href=\"";
  142.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_about");
  143.         echo "\">";
  144.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("A propos", [], "main");
  145.         echo "</a></li>
  146.                 <li ";
  147.         // line 71
  148.         echo ((((isset($context["selected"]) || array_key_exists("selected"$context) ? $context["selected"] : (function () { throw new RuntimeError('Variable "selected" does not exist.'71$this->source); })()) == "dashboard")) ? ("class=\"is-active\"") : (""));
  149.         echo "><a href=\"#\" data-open=\"modal-help\">";
  150.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Présentation", [], "main");
  151.         echo "</a></li>
  152.                 <li><a href=\"#\" data-open=\"modal-tut\">";
  153.         // line 72
  154.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Guide d'utilisation", [], "main");
  155.         echo "</a></li>
  156.                 <li ";
  157.         // line 73
  158.         echo ((((isset($context["selected"]) || array_key_exists("selected"$context) ? $context["selected"] : (function () { throw new RuntimeError('Variable "selected" does not exist.'73$this->source); })()) == "policies")) ? ("class=\"is-active\"") : (""));
  159.         echo "><a href=\"";
  160.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_policies");
  161.         echo "\">";
  162.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Conditions générales", [], "main");
  163.         echo "</a></li>
  164.                 
  165.               </ul>
  166.             </div>
  167.           </div>
  168.         </div>
  169.         <div class=\"grid-container full\">
  170.         ";
  171.         // line 80
  172.         $this->displayBlock('body'$context$blocks);
  173.         // line 82
  174.         echo "      </div>
  175.     </div>
  176.     <div class=\"reveal l-casecontainer l-modal medium\" id=\"modal-help\" data-reveal>
  177.         <div class=\"case\">
  178.             <h2>Guide d'utilisation</h2>   
  179.             <div class=\"main-container\">
  180.                 <video id='video' controls=\"controls\" preload='none' width=\"100%\" poster=\"/poster.png\">
  181.                     <source id='mp4' src=\"/pres.mp4\" type='video/mp4' />
  182.                     <p>Your user agent does not support the HTML5 Video element.</p>
  183.                   </video>
  184.             </div>
  185.         </div>
  186.     </div>
  187.     <div class=\"reveal l-casecontainer l-modal medium\" id=\"modal-tut\" data-reveal>
  188.         <div class=\"case\">
  189.             <h2>Tutoriel étudiants</h2>   
  190.              <div class=\"main-container\">
  191.                 <video id='video' controls=\"controls\" preload='none' width=\"100%\" poster=\"/poster.png\">
  192.                     <source id='mp4' src=\"/tutos.mp4\" type='video/mp4' />
  193.                     <p>Your user agent does not support the HTML5 Video element.</p>
  194.                   </video>
  195.             </div>
  196.         </div>
  197.         <div class=\"case\">
  198.             <h2>Tutoriel enseignants</h2>   
  199.             <div class=\"main-container\">
  200.                 <video id='video' controls=\"controls\" preload='none' width=\"100%\" poster=\"/poster.png\">
  201.                     <source id='mp4' src=\"/tutot.mp4\" type='video/mp4' />
  202.                     <p>Your user agent does not support the HTML5 Video element.</p>
  203.                   </video>
  204.             </div>
  205.         </div>
  206.     </div>
  207.     ";
  208.         // line 116
  209.         $this->displayBlock('javascripts'$context$blocks);
  210.         // line 128
  211.         echo "  </body>
  212. </html>
  213. ";
  214.         
  215.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  216.         
  217.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  218.     }
  219.     // line 16
  220.     public function block_title($context, array $blocks = [])
  221.     {
  222.         $macros $this->macros;
  223.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  224.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  225.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  226.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  227.         echo "OURA";
  228.         
  229.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  230.         
  231.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  232.     }
  233.     // line 17
  234.     public function block_stylesheets($context, array $blocks = [])
  235.     {
  236.         $macros $this->macros;
  237.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  238.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  239.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  240.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  241.         // line 18
  242.         echo "    <link href=\"https://fonts.googleapis.com/css?family=Roboto:400,500\" rel=\"stylesheet\">
  243.     <link href=\"/node_modules/jqueryui/jquery-ui.min.css\" rel=\"stylesheet\">
  244.     <link href=\"/node_modules/suggestags/css/amsify.suggestags.css\" rel=\"stylesheet\">
  245.     <link href=\"https://unpkg.com/multiple-select@1.3.1/dist/multiple-select.css\" rel=\"stylesheet\">
  246.     <link href=\"/css/app.css\" rel=\"stylesheet\">
  247.     ";
  248.         
  249.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  250.         
  251.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  252.     }
  253.     // line 66
  254.     public function block_pageTitle($context, array $blocks = [])
  255.     {
  256.         $macros $this->macros;
  257.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  258.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageTitle"));
  259.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  260.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageTitle"));
  261.         echo "OURA";
  262.         
  263.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  264.         
  265.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  266.     }
  267.     // line 80
  268.     public function block_body($context, array $blocks = [])
  269.     {
  270.         $macros $this->macros;
  271.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  272.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  273.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  274.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  275.         // line 81
  276.         echo "        ";
  277.         
  278.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  279.         
  280.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  281.     }
  282.     // line 116
  283.     public function block_javascripts($context, array $blocks = [])
  284.     {
  285.         $macros $this->macros;
  286.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  287.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  288.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  289.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  290.         // line 117
  291.         echo "    <script src=\"/node_modules/jquery/dist/jquery.js\"></script>
  292.     <script src=\"/node_modules/what-input/dist/what-input.js\"></script>
  293.     <script src=\"/node_modules/foundation-sites/dist/js/foundation.js\"></script>
  294.     <script src=\"https://kit.fontawesome.com/6d35245ac4.js\"></script>
  295.     <script src=\"/node_modules/suggestags/js/jquery.amsify.suggestags.js\"></script>
  296.     <script src=\"https://www.gstatic.com/charts/loader.js\"></script>
  297.     <script src=\"https://unpkg.com/multiple-select@1.3.1/dist/multiple-select.js\"></script>
  298.     <script src=\"/js/prevent.js\"></script>
  299.     <script src=\"/js/flash.js\"></script>
  300.     <script src=\"/js/app.js\"></script>
  301.     ";
  302.         
  303.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  304.         
  305.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  306.     }
  307.     public function getTemplateName()
  308.     {
  309.         return "base_off.html.twig";
  310.     }
  311.     public function isTraitable()
  312.     {
  313.         return false;
  314.     }
  315.     public function getDebugInfo()
  316.     {
  317.         return array (  328 => 117,  318 => 116,  308 => 81,  298 => 80,  279 => 66,  264 => 18,  254 => 17,  235 => 16,  223 => 128,  221 => 116,  185 => 82,  183 => 80,  169 => 73,  165 => 72,  159 => 71,  151 => 70,  144 => 66,  128 => 52,  125 => 51,  123 => 50,  119 => 49,  114 => 46,  111 => 45,  109 => 44,  101 => 38,  98 => 37,  96 => 36,  91 => 34,  87 => 32,  84 => 31,  82 => 30,  78 => 29,  71 => 24,  69 => 17,  65 => 16,  48 => 1,);
  318.     }
  319.     public function getSourceContext()
  320.     {
  321.         return new Source("<!doctype html>
  322. <html class=\"no-js\" lang=\"en\">
  323.   <head>
  324.     <meta charset=\"utf-8\">
  325.     <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
  326.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  327.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
  328.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
  329.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
  330.     <link rel=\"manifest\" href=\"/site.webmanifest\">
  331.     <link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#27428d\">
  332.     <meta name=\"msapplication-TileColor\" content=\"#2b5797\">
  333.     <meta name=\"theme-color\" content=\"#ffffff\">
  334.     <title>{% block title %}OURA{% endblock %}</title>
  335.     {% block stylesheets %}
  336.     <link href=\"https://fonts.googleapis.com/css?family=Roboto:400,500\" rel=\"stylesheet\">
  337.     <link href=\"/node_modules/jqueryui/jquery-ui.min.css\" rel=\"stylesheet\">
  338.     <link href=\"/node_modules/suggestags/css/amsify.suggestags.css\" rel=\"stylesheet\">
  339.     <link href=\"https://unpkg.com/multiple-select@1.3.1/dist/multiple-select.css\" rel=\"stylesheet\">
  340.     <link href=\"/css/app.css\" rel=\"stylesheet\">
  341.     {% endblock %}
  342.   </head>
  343.   <body>
  344.     <div class=\"off-canvas position-left burger-menu\" id=\"offCanvas\" data-off-canvas>
  345.       <ul class=\"vertical menu\">
  346.         <li>
  347.             <a href=\"{{ path('content_about')}}\">
  348.               {% include 'svg/question.svg' %}
  349.               {% trans from 'main' %}A propos{% endtrans %}
  350.             </a>
  351.           </li>
  352.         <li {{ (selected == 'dashboard') ? 'class=\"is-active\"'}}>
  353.           <a href=\"#\" data-open=\"modal-help\">
  354.             {% include 'svg/dashboard.svg' %}
  355.             {% trans from 'main' %}Présentation{% endtrans %}
  356.           </a>
  357.         </li>
  358.         
  359.          
  360.         <li>
  361.           <a href=\"#\" data-open=\"modal-tut\">
  362.             {% include 'svg/question.svg' %}
  363.             {% trans from 'main' %}Guide d'utilisation{% endtrans %}
  364.           </a>
  365.         </li>    
  366.         <li>
  367.             <a href=\"{{ path('content_policies')}}\">
  368.               {% include 'svg/policy_privacy.svg' %}
  369.               {% trans from 'main' %}Conditions générales{% endtrans %}
  370.             </a>
  371.           </li>   
  372.       </ul>
  373.     </div>
  374.     <div class=\"off-canvas-content\" data-off-canvas-content>
  375.       <div class=\"grid-container full\">
  376.         <div class=\"grid-x\">
  377.           <div class=\"large-12 cell l-navigation inside\">
  378.             <div class=\"burger-button\" data-toggle=\"offCanvas\">
  379.               <div class=\"bar arrow-top-r\"></div>
  380.               <div class=\"bar arrow-middle-r\"></div>
  381.               <div class=\"bar arrow-bottom-r\"></div>
  382.             </div>
  383.             <div class=\"logo\">
  384.               <p><strong>{% block pageTitle %}OURA{% endblock %}</strong></p>
  385.             </div>
  386.             <div class=\"my-account\">
  387.               <ul class=\"dropdown menu\" data-dropdown-menu>
  388.                 <li {{ (selected == 'about') ? 'class=\"is-active\"'}}><a href=\"{{ path('content_about')}}\">{% trans from 'main' %}A propos{% endtrans %}</a></li>
  389.                 <li {{ (selected == 'dashboard') ? 'class=\"is-active\"'}}><a href=\"#\" data-open=\"modal-help\">{% trans from 'main' %}Présentation{% endtrans %}</a></li>
  390.                 <li><a href=\"#\" data-open=\"modal-tut\">{% trans from 'main' %}Guide d'utilisation{% endtrans %}</a></li>
  391.                 <li {{ (selected == 'policies') ? 'class=\"is-active\"'}}><a href=\"{{ path('content_policies')}}\">{% trans from 'main' %}Conditions générales{% endtrans %}</a></li>
  392.                 
  393.               </ul>
  394.             </div>
  395.           </div>
  396.         </div>
  397.         <div class=\"grid-container full\">
  398.         {% block body %}
  399.         {% endblock %}
  400.       </div>
  401.     </div>
  402.     <div class=\"reveal l-casecontainer l-modal medium\" id=\"modal-help\" data-reveal>
  403.         <div class=\"case\">
  404.             <h2>Guide d'utilisation</h2>   
  405.             <div class=\"main-container\">
  406.                 <video id='video' controls=\"controls\" preload='none' width=\"100%\" poster=\"/poster.png\">
  407.                     <source id='mp4' src=\"/pres.mp4\" type='video/mp4' />
  408.                     <p>Your user agent does not support the HTML5 Video element.</p>
  409.                   </video>
  410.             </div>
  411.         </div>
  412.     </div>
  413.     <div class=\"reveal l-casecontainer l-modal medium\" id=\"modal-tut\" data-reveal>
  414.         <div class=\"case\">
  415.             <h2>Tutoriel étudiants</h2>   
  416.              <div class=\"main-container\">
  417.                 <video id='video' controls=\"controls\" preload='none' width=\"100%\" poster=\"/poster.png\">
  418.                     <source id='mp4' src=\"/tutos.mp4\" type='video/mp4' />
  419.                     <p>Your user agent does not support the HTML5 Video element.</p>
  420.                   </video>
  421.             </div>
  422.         </div>
  423.         <div class=\"case\">
  424.             <h2>Tutoriel enseignants</h2>   
  425.             <div class=\"main-container\">
  426.                 <video id='video' controls=\"controls\" preload='none' width=\"100%\" poster=\"/poster.png\">
  427.                     <source id='mp4' src=\"/tutot.mp4\" type='video/mp4' />
  428.                     <p>Your user agent does not support the HTML5 Video element.</p>
  429.                   </video>
  430.             </div>
  431.         </div>
  432.     </div>
  433.     {% block javascripts %}
  434.     <script src=\"/node_modules/jquery/dist/jquery.js\"></script>
  435.     <script src=\"/node_modules/what-input/dist/what-input.js\"></script>
  436.     <script src=\"/node_modules/foundation-sites/dist/js/foundation.js\"></script>
  437.     <script src=\"https://kit.fontawesome.com/6d35245ac4.js\"></script>
  438.     <script src=\"/node_modules/suggestags/js/jquery.amsify.suggestags.js\"></script>
  439.     <script src=\"https://www.gstatic.com/charts/loader.js\"></script>
  440.     <script src=\"https://unpkg.com/multiple-select@1.3.1/dist/multiple-select.js\"></script>
  441.     <script src=\"/js/prevent.js\"></script>
  442.     <script src=\"/js/flash.js\"></script>
  443.     <script src=\"/js/app.js\"></script>
  444.     {% endblock %}
  445.   </body>
  446. </html>
  447. ""base_off.html.twig""/home/clients/7e422cdd07361f25b337eeb959e49dbd/web/templates/base_off.html.twig");
  448.     }
  449. }