templates/templates/pages/services/services-program-grant.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/services.html.twig" %}
  2. {% block bodyClass %}tpl-agenda-front-page has-areas-skin{% endblock %}
  3. {% block siteHeader %}
  4.     {% include 'organisms/header-examples/services-grant-header.html.twig' with {
  5.       logo: asset('/images/logo-neg.svg')
  6. } %}{% endblock %}
  7. {% block pageHeader %}
  8.     <div class="page-header-wrapper">
  9.         <div class="container">
  10.             {% include 'molecules/page-header-with-menu.html.twig' with {
  11.                 title: 'Taboleiro de bolsas e axudas',
  12.             } %}
  13.         </div>
  14.     </div>
  15. {% endblock %}
  16. {% block pageContent %}
  17. <section>
  18.   <form data-drupal-selector="views-exposed-form-event-list-event-list" action="" method="get" id="views-exposed-form-event-list-event-list" accept-charset="UTF-8" class="views-exposed-form bef-exposed-form ml-form" data-drupal-form-fields="edit-tid,edit-text,edit-start,edit-end">
  19.       <div class="js-form-item form-item js-form-type-select form-item-tid js-form-item-tid form-no-label">
  20.           <input type="hidden" name="tid" value="All">
  21.           <div class="content-filter-options-wrapper">
  22.               <div class="ml-content-filter-options">
  23.                   <ul data-drupal-selector="edit-tid" id="edit-tid" name="tid" class="form-select bef-links content-filter-options-list">
  24.                       <li><a href="" class=" at-content-filter-option bef-link-active is-selected">Ver todo</a></li>
  25.                       <li><a href="" class="at-content-filter-option">Tema 1</a></li>
  26.                       <li><a href="" class="at-content-filter-option">Tema 2</a></li>
  27.                       <li><a href="" class="at-content-filter-option">Tema 3</a></li>
  28.                   </ul>
  29.               </div>
  30.           </div>
  31.       </div>
  32.       <details data-drupal-selector="edit-advanced-search" id="edit-advanced-search" class="advanced-search js-form-wrapper form-wrapper">
  33.           <summary role="button" aria-controls="edit-advanced-search" aria-expanded="false" aria-pressed="false">Busca avanzada</summary>
  34.           <div data-drupal-selector="edit-advanced-search-fields" id="edit-advanced-search-fields" class="advanced-search-fields js-form-wrapper form-wrapper">
  35.               <div class="js-form-item form-item js-form-type-textfield form-item-text js-form-item-text">
  36.                   <label for="edit-text">Buscar</label>
  37.                   <input data-drupal-selector="edit-text" type="text" id="edit-text" name="text" value="" size="30" maxlength="128" placeholder="Buscar" class="form-text">
  38.               </div>
  39.               <div class="js-form-item form-item js-form-type-date form-item-start js-form-item-start">
  40.                   <label for="edit-start">Data de inicio</label>
  41.                   <input data-drupal-selector="edit-start" type="date" id="edit-start" name="start" value="" size="30" maxlength="128" placeholder="Data de inicio" class="bef-datepicker form-date hasDatepicker">
  42.               </div>
  43.               <div class="js-form-item form-item js-form-type-date form-item-end js-form-item-end">
  44.                   <label for="edit-end">Data de fin</label>
  45.                   <input data-drupal-selector="edit-end" type="date" id="edit-end" name="end" value="" size="30" maxlength="128" placeholder="Data de fin" class="bef-datepicker form-date hasDatepicker">
  46.               </div>
  47.               <div data-drupal-selector="edit-actions" id="edit-actions" class="form-actions js-form-wrapper form-wrapper">
  48.                   <input data-drupal-selector="edit-submit-event-list" type="submit" id="edit-submit-event-list" value="Buscar" class="button js-form-submit form-submit">
  49.               </div>
  50.           </div>
  51.       </details>
  52.   </form>
  53.   <div class="org-tier has-margin-top">
  54.       <div class="tier-header">
  55.           <h2 class="tier-title">Próximas convocatorias</h2>
  56.       </div>
  57.       <div class="tier-content">
  58.           <div class="org-modules-container">
  59.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  60.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  61.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  62.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  63.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  64.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  65.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  66.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  67.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  68.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  69.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  70.               {% include 'molecules/notices/summary-grant.html.twig' with { modifiers: '', hasDetail: true, hasTags: true } %}
  71.           </div>
  72.       </div>
  73.   </div>
  74. </section>
  75. {% endblock %}
  76. {% block siteFooter %}
  77.     {% include 'organisms/site-footer.html.twig' %}
  78. {% endblock %}