templates/templates/pages/department/department-staff.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/organization.html.twig" %}
  2. {% block bodyClass %}{% endblock %}
  3. {% block siteHeader %}
  4.   {% include 'organisms/department-header.html.twig' %}
  5. {% endblock %}
  6. {% block pageHeader %}
  7.     <usc-page-header>
  8.         <h1 class="at-title">Directorio</h1>
  9.         <template v-slot:filters>
  10.             <div class="ml-filters-group">
  11.               <usc-dropdown-filter
  12.                   label="Área"
  13.                   target-container="#banners-container-1"
  14.                   target-items=".ml-generic-summary"
  15.               >
  16.                   <template v-slot:default="slotProps">
  17.                       <li>
  18.                           <button type="button" @click="slotProps.reset">Todas as áreas</button>
  19.                       </li>
  20.                       <li>
  21.                           <button type="button" @click="slotProps.filter" data-value="is-type-1">Bioloxía celular</button>
  22.                       </li>
  23.                       <li>
  24.                           <button type="button" @click="slotProps.filter" data-value="is-type-2">Ecoloxía</button>
  25.                       </li>
  26.                       <li>
  27.                           <button type="button" @click="slotProps.filter" data-value="is-type-3">Fisioloxía vexetal</button>
  28.                       </li>
  29.                   </template>
  30.               </usc-dropdown-filter>
  31.               <usc-dropdown-filter
  32.                   label="Tipo de persoal"
  33.                   target-container="#banners-container-1"
  34.                   target-items=".ml-generic-summary"
  35.               >
  36.                   <template v-slot:default="slotProps">
  37.                       <li>
  38.                           <button type="button" @click="slotProps.reset">Todo o persoal</button>
  39.                       </li>
  40.                       <li>
  41.                           <button type="button" @click="slotProps.filter" data-value="is-course-1">PDI</button>
  42.                       </li>
  43.                       <li>
  44.                           <button type="button" @click="slotProps.filter" data-value="is-course-2">PAS</button>
  45.                       </li>
  46.                       <li>
  47.                           <button type="button" @click="slotProps.filter" data-value="is-course-3">Outros</button>
  48.                       </li>
  49.                   </template>
  50.               </usc-dropdown-filter>
  51.                 <usc-text-filter
  52.                     label="Filtro de texto"
  53.                     name="filter_1"
  54.                     icon="at-icon-search"
  55.                     target-container="#banners-container-1"
  56.                     target-items=".ml-generic-summary"
  57.                 ></usc-text-filter>
  58.             </div>
  59.         </template>
  60.     </usc-page-header>
  61. {% endblock %}
  62. {% block pageContent %}
  63.     <section class="org-tier is-minimal">
  64.         <div class="tier-content">
  65.             <div class="org-modules-container" id="banners-container-1">
  66.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  67.                     icon: 'at-icon-access',
  68.                     title: 'Nome Apelidos Apelidos',
  69.                     text: 'Bioloxía celular',
  70.                     text2: 'Profesora titular',
  71.                     link: path('department-staff-person'),
  72.                     modifiers: 'is-type-1 is-course-1'
  73.                 } %}
  74.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  75.                     icon: 'at-icon-access',
  76.                     title: 'Nome Apelidos Apelidos',
  77.                     text: 'Ecoloxía',
  78.                     text2: 'Profesora titular',
  79.                     link: path('department-staff-person'),
  80.                     modifiers: 'is-type-2 is-course-1'
  81.                 } %}
  82.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  83.                     icon: 'at-icon-access',
  84.                     title: 'Nome Apelidos Apelidos',
  85.                     text: 'Ecoloxía',
  86.                     text2: 'Profesora titular',
  87.                     link: path('department-staff-person'),
  88.                     modifiers: 'is-type-2 is-course-1'
  89.                 } %}
  90.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  91.                     icon: 'at-icon-access',
  92.                     title: 'Nome Apelidos Apelidos',
  93.                     text: 'Bioloxía celular',
  94.                     text2: 'Profesora titular',
  95.                     link: path('department-staff-person'),
  96.                     modifiers: 'is-type-1 is-course-1'
  97.                 } %}
  98.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  99.                     icon: 'at-icon-access',
  100.                     title: 'Nome Apelidos Apelidos',
  101.                     text: 'Persoal administrativo',
  102.                     link: path('department-staff-person'),
  103.                     modifiers: 'is-type-2 is-course-2'
  104.                 } %}
  105.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  106.                     icon: 'at-icon-access',
  107.                     title: 'Nome Apelidos Apelidos',
  108.                     text: 'Persoal administrativo',
  109.                     link: path('department-staff-person'),
  110.                     modifiers: 'is-type-2 is-course-2'
  111.                 } %}
  112.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  113.                     icon: 'at-icon-access',
  114.                     title: 'Nome Apelidos Apelidos',
  115.                     text: 'Persoal administrativo',
  116.                     link: path('department-staff-person'),
  117.                     modifiers: 'is-type-3 is-course-2'
  118.                 } %}
  119.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  120.                     icon: 'at-icon-access',
  121.                     title: 'Nome Apelidos Apelidos',
  122.                     text: 'Ecoloxía',
  123.                     text2: 'Profesora titular',
  124.                     link: path('department-staff-person'),
  125.                     modifiers: 'is-type-2 is-course-1'
  126.                 } %}
  127.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  128.                     icon: 'at-icon-access',
  129.                     title: 'Nome Apelidos Apelidos',
  130.                     text: 'Bioloxía celular',
  131.                     text2: 'Profesora titular',
  132.                     link: path('department-staff-person'),
  133.                     modifiers: 'is-type-1 is-course-1'
  134.                 } %}
  135.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  136.                     icon: 'at-icon-access',
  137.                     title: 'Nome Apelidos Apelidos',
  138.                     text: 'Ecoloxía',
  139.                     text2: 'Profesora titular',
  140.                     link: path('department-staff-person'),
  141.                     modifiers: 'is-type-2 is-course-1'
  142.                 } %}
  143.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  144.                     icon: 'at-icon-access',
  145.                     title: 'Nome Apelidos Apelidos',
  146.                     text: 'Ecoloxía',
  147.                     link: path('department-staff-person'),
  148.                     modifiers: 'is-type-2 is-course-4'
  149.                 } %}
  150.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  151.                     icon: 'at-icon-access',
  152.                     title: 'Nome Apelidos Apelidos',
  153.                     text: 'Fisioloxía vexetal',
  154.                     link: path('department-staff-person'),
  155.                     modifiers: 'is-type-3 is-course-4'
  156.                 } %}
  157.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  158.                     icon: 'at-icon-access',
  159.                     title: 'Nome Apelidos Apelidos',
  160.                     text: 'Ecoloxía',
  161.                     text2: 'Profesora titular',
  162.                     link: path('department-staff-person'),
  163.                     modifiers: 'is-type-2 is-course-1'
  164.                 } %}
  165.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  166.                     icon: 'at-icon-access',
  167.                     title: 'Nome Apelidos Apelidos',
  168.                     text: 'Bioloxía celular',
  169.                     link: path('department-staff-person'),
  170.                     modifiers: 'is-type-1 is-course-3'
  171.                 } %}
  172.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  173.                     icon: 'at-icon-access',
  174.                     title: 'Nome Apelidos Apelidos',
  175.                     text: 'Ecoloxía',
  176.                     link: path('department-staff-person'),
  177.                     modifiers: 'is-type-2 is-course-3'
  178.                 } %}
  179.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  180.                     icon: 'at-icon-access',
  181.                     title: 'Nome Apelidos Apelidos',
  182.                     text: 'Bioloxía celular',
  183.                     link: path('department-staff-person'),
  184.                     modifiers: 'is-type-1 is-course-3'
  185.                 } %}
  186.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  187.                     icon: 'at-icon-access',
  188.                     title: 'Nome Apelidos Apelidos',
  189.                     text: 'Persoal administrativo',
  190.                     link: path('department-staff-person'),
  191.                     modifiers: 'is-type-3 is-course-2'
  192.                 } %}
  193.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  194.                     icon: 'at-icon-access',
  195.                     title: 'Nome Apelidos Apelidos',
  196.                     text: 'Bioloxía celular',
  197.                     link: path('department-staff-person'),
  198.                     modifiers: 'is-type-1 is-course-2'
  199.                 } %}
  200.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  201.                     icon: 'at-icon-access',
  202.                     title: 'Nome Apelidos Apelidos',
  203.                     text: 'Persoal administrativo',
  204.                     link: path('department-staff-person'),
  205.                     modifiers: 'is-type-3 is-course-2'
  206.                 } %}
  207.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  208.                     icon: 'at-icon-access',
  209.                     title: 'Nome Apelidos Apelidos',
  210.                     text: 'Persoal administrativo',
  211.                     link: path('department-staff-person'),
  212.                     modifiers: 'is-type-1 is-course-2'
  213.                 } %}
  214.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  215.                     icon: 'at-icon-access',
  216.                     title: 'Nome Apelidos Apelidos',
  217.                     text: 'Bioloxía celular',
  218.                     link: path('department-staff-person'),
  219.                     modifiers: 'is-type-1 is-course-3'
  220.                 } %}
  221.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  222.                     icon: 'at-icon-access',
  223.                     title: 'Nome Apelidos Apelidos',
  224.                     text: 'Fisioloxía vexetal',
  225.                     link: path('department-staff-person'),
  226.                     modifiers: 'is-type-3 is-course-3'
  227.                 } %}
  228.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  229.                     icon: 'at-icon-access',
  230.                     title: 'Nome Apelidos Apelidos',
  231.                     text: 'Ecoloxía',
  232.                     link: path('department-staff-person'),
  233.                     modifiers: 'is-type-2 is-course-4'
  234.                 } %}
  235.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  236.                     icon: 'at-icon-access',
  237.                     title: 'Nome Apelidos Apelidos',
  238.                     text: 'Ecoloxía',
  239.                     link: path('department-staff-person'),
  240.                     modifiers: 'is-type-2 is-course-3'
  241.                 } %}
  242.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  243.                     icon: 'at-icon-access',
  244.                     title: 'Nome Apelidos Apelidos',
  245.                     text: 'Bioloxía celular',
  246.                     link: path('department-staff-person'),
  247.                     modifiers: 'is-type-1 is-course-3'
  248.                 } %}
  249.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  250.                     icon: 'at-icon-access',
  251.                     title: 'Nome Apelidos Apelidos',
  252.                     text: 'Fisioloxía vexetal',
  253.                     link: path('department-staff-person'),
  254.                     modifiers: 'is-type-3 is-course-4'
  255.                 } %}
  256.                 {% include 'molecules/generic-summary/summary.html.twig' with {
  257.                     icon: 'at-icon-access',
  258.                     title: 'Nome Apelidos Apelidos',
  259.                     text: 'Ecoloxía',
  260.                     link: path('department-staff-person'),
  261.                     modifiers: 'is-type-2 is-course-4'
  262.                 } %}
  263.             </div>
  264.         </div>
  265.     </section>
  266. {% endblock %}
  267. {% block siteFooter %}
  268.     {% include 'organisms/site-footer.html.twig' %}
  269. {% endblock %}