templates/templates/pages/center/center-quality-inquiry.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/organization.html.twig" %}
  2. {% block bodyClass %}{% endblock %}
  3. {% block siteHeader %}
  4.   {% include 'organisms/organization-header.html.twig' %}
  5. {% endblock %}
  6. {% block pageHeader %}
  7.     {% include 'molecules/page-header.html.twig' with {
  8.         breadcrumb: [
  9.           { path: path('center-quality'), title: 'Calidade' }
  10.         ],
  11.         title: 'Enquisas de satisfacción'
  12.     } %}
  13. {% endblock %}
  14. {% block pageContent %}
  15.     <section class="org-tier is-marginless-top">
  16.         <div class="tier-header">
  17.           <h2 class="tier-title">Planificación das enquisas</h2>
  18.           <div class="tier-action">
  19.           </div>
  20.         </div>
  21.         <div class="tier-content">
  22.             <div class="org-modules-container has-banners">
  23.                 {% include 'molecules/banners/s.html.twig' with {
  24.                   modifiers: 'is-light',
  25.                   link: 'http://documento.pdf',
  26.                   title: 'Planificación das enquisas (2020-2021)'
  27.                 } %}
  28.               </div>
  29.             </div>
  30.           </section>
  31.           <section class="org-tier has-advanced-actions">
  32.               <div class="tier-header">
  33.                   <h2 class="tier-title">Informe de resultados da avaliación</h2>
  34.                   <div class="tier-action">
  35.                       <div class="ml-filters-group">
  36.                           <usc-dropdown-filter
  37.                                   label="Selecciona un curso"
  38.                                   target-container="#banners-container-1"
  39.                                   target-items=".ml-banner"
  40.                           >
  41.                               <template v-slot:default="slotProps">
  42.                                 <li>
  43.                                   <button type="button" @click="slotProps.reset">Todos os cursos</button>
  44.                                 </li>
  45.                                   <li>
  46.                                       <button type="button" @click="slotProps.filter" data-value="is-type-1">2019-2020</button>
  47.                                   </li>
  48.                                   <li>
  49.                                       <button type="button" @click="slotProps.filter" data-value="is-type-2">2018-2019</button>
  50.                                   </li>
  51.                                   <li>
  52.                                       <button type="button" @click="slotProps.filter" data-value="is-type-3">2018-2019</button>
  53.                                   </li>
  54.                                   <li>
  55.                                       <button type="button" @click="slotProps.filter" data-value="is-type-4">2017-2018</button>
  56.                                   </li>
  57.                               </template>
  58.                           </usc-dropdown-filter>
  59.                           <usc-text-filter
  60.                               target-container="#banners-container-1"
  61.                               target-items=".ml-banner"
  62.                           ></usc-text-filter>
  63.                       </div>
  64.                   </div>
  65.               </div>
  66.               <div class="tier-content">
  67.                 <div class="org-modules-container has-banners" id="banners-container-1">
  68.                     {% include 'molecules/banners/s.html.twig' with {
  69.                           title: 'Informe global (2019-2020)',
  70.                           link: 'http://document.pdf',
  71.                           modifiers: 'is-type-1 is-light',
  72.                       } %}
  73.                     {% include 'molecules/banners/s.html.twig' with {
  74.                       title: 'Informe de grao (2019-2020)',
  75.                           link: 'http://document.pdf',
  76.                           modifiers: 'is-type-1 is-light',
  77.                       } %}
  78.                     {% include 'molecules/banners/s.html.twig' with {
  79.                       title: 'Informe de máster (2019-2020)',
  80.                           link: 'http://document.pdf',
  81.                           modifiers: 'is-type-1 is-light',
  82.                       } %}
  83.                     {% include 'molecules/banners/s.html.twig' with {
  84.                           title: 'Informe global (2018-2019)',
  85.                           link: 'http://document.pdf',
  86.                           modifiers: 'is-type-2 is-light',
  87.                       } %}
  88.                     {% include 'molecules/banners/s.html.twig' with {
  89.                       title: 'Informe de grao (2018-2019)',
  90.                           link: 'http://document.pdf',
  91.                           modifiers: 'is-type-2 is-light',
  92.                       } %}
  93.                     {% include 'molecules/banners/s.html.twig' with {
  94.                       title: 'Informe de máster (2018-2019)',
  95.                           link: 'http://document.pdf',
  96.                           modifiers: 'is-type-2 is-light',
  97.                       } %}
  98.                     {% include 'molecules/banners/s.html.twig' with {
  99.                           title: 'Informe global (2017-2018)',
  100.                           link: 'http://document.pdf',
  101.                           modifiers: 'is-type-3 is-light',
  102.                       } %}
  103.                     {% include 'molecules/banners/s.html.twig' with {
  104.                       title: 'Informe de grao (2017-2018)',
  105.                           link: 'http://document.pdf',
  106.                           modifiers: 'is-type-3 is-light',
  107.                       } %}
  108.                     {% include 'molecules/banners/s.html.twig' with {
  109.                       title: 'Informe de máster (2017-2018)',
  110.                           link: 'http://document.pdf',
  111.                           modifiers: 'is-type-3 is-light',
  112.                       } %}
  113.                     {% include 'molecules/banners/s.html.twig' with {
  114.                           title: 'Informe global (2016-2017)',
  115.                           link: 'http://document.pdf',
  116.                           modifiers: 'is-type-4 is-light',
  117.                       } %}
  118.                     {% include 'molecules/banners/s.html.twig' with {
  119.                       title: 'Informe de grao (2016-2017)',
  120.                           link: 'http://document.pdf',
  121.                           modifiers: 'is-type-4 is-light',
  122.                       } %}
  123.                     {% include 'molecules/banners/s.html.twig' with {
  124.                       title: 'Informe de máster (2016-2017)',
  125.                           link: 'http://document.pdf',
  126.                           modifiers: 'is-type-4 is-light',
  127.                       } %}
  128.                     </div>
  129.                   </div>
  130.               </div>
  131.           </section>
  132. {% endblock %}
  133. {% block siteFooter %}
  134.     {% include 'organisms/site-footer.html.twig' %}
  135. {% endblock %}