{% extends "layouts/organization.html.twig" %}
{% block bodyClass %}{% endblock %}
{% block siteHeader %}
{% include 'organisms/organization-header.html.twig' %}
{% endblock %}
{% block pageHeader %}
{% include 'molecules/page-header.html.twig' with {
breadcrumb: [
{ path: path('center-quality'), title: 'Calidade' }
],
title: 'Enquisas de satisfacción'
} %}
{% endblock %}
{% block pageContent %}
<section class="org-tier is-marginless-top">
<div class="tier-header">
<h2 class="tier-title">Planificación das enquisas</h2>
<div class="tier-action">
</div>
</div>
<div class="tier-content">
<div class="org-modules-container has-banners">
{% include 'molecules/banners/s.html.twig' with {
modifiers: 'is-light',
link: 'http://documento.pdf',
title: 'Planificación das enquisas (2020-2021)'
} %}
</div>
</div>
</section>
<section class="org-tier has-advanced-actions">
<div class="tier-header">
<h2 class="tier-title">Informe de resultados da avaliación</h2>
<div class="tier-action">
<div class="ml-filters-group">
<usc-dropdown-filter
label="Selecciona un curso"
target-container="#banners-container-1"
target-items=".ml-banner"
>
<template v-slot:default="slotProps">
<li>
<button type="button" @click="slotProps.reset">Todos os cursos</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-type-1">2019-2020</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-type-2">2018-2019</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-type-3">2018-2019</button>
</li>
<li>
<button type="button" @click="slotProps.filter" data-value="is-type-4">2017-2018</button>
</li>
</template>
</usc-dropdown-filter>
<usc-text-filter
target-container="#banners-container-1"
target-items=".ml-banner"
></usc-text-filter>
</div>
</div>
</div>
<div class="tier-content">
<div class="org-modules-container has-banners" id="banners-container-1">
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe global (2019-2020)',
link: 'http://document.pdf',
modifiers: 'is-type-1 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe de grao (2019-2020)',
link: 'http://document.pdf',
modifiers: 'is-type-1 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe de máster (2019-2020)',
link: 'http://document.pdf',
modifiers: 'is-type-1 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe global (2018-2019)',
link: 'http://document.pdf',
modifiers: 'is-type-2 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe de grao (2018-2019)',
link: 'http://document.pdf',
modifiers: 'is-type-2 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe de máster (2018-2019)',
link: 'http://document.pdf',
modifiers: 'is-type-2 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe global (2017-2018)',
link: 'http://document.pdf',
modifiers: 'is-type-3 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe de grao (2017-2018)',
link: 'http://document.pdf',
modifiers: 'is-type-3 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe de máster (2017-2018)',
link: 'http://document.pdf',
modifiers: 'is-type-3 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe global (2016-2017)',
link: 'http://document.pdf',
modifiers: 'is-type-4 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe de grao (2016-2017)',
link: 'http://document.pdf',
modifiers: 'is-type-4 is-light',
} %}
{% include 'molecules/banners/s.html.twig' with {
title: 'Informe de máster (2016-2017)',
link: 'http://document.pdf',
modifiers: 'is-type-4 is-light',
} %}
</div>
</div>
</div>
</section>
{% endblock %}
{% block siteFooter %}
{% include 'organisms/site-footer.html.twig' %}
{% endblock %}