publik-base-theme/templates/combo
Frédéric Péters b423706712
gitea/publik-base-theme/pipeline/head This commit looks good Details
templates: import publik notification prototype cells (#76575)
portal settings:

    "pn-alertes": {
      "name": "publik-notifications/alertes",
      "template-name": "combo/publik-notifications/alertes.html",
      "url": "{{ eservices_url }}api/cards/pn_message/list/messages-publications-publies?email=accesapi@entrouvert.com&full=on",
      "cache_duration": 30,
      "timeout": 0
    },
    "pn-alerte": {
      "name": "publik-notifications/alerte",
      "template-name": "combo/publik-notifications/alerte.html",
      "url": "{{ eservices_url }}api/cards/pn_message/{{ pn_message_id }}?email=accesapi@entrouvert.com&full=on",
      "cache_duration": 0,
      "timeout": 0
    },
    "pn-alertes-preview": {
      "name": "publik-notifications/alertes-preview",
      "template-name": "combo/publik-notifications/alertes-preview.html",
      "url": "{{ eservices_url }}api/cards/pn_message/list/messages-publication-dans-le-tube?email=accesapi@entrouvert.com&full=on",
      "cache_duration": 60,
      "timeout": 0
    },
    "pn-alerte-preview": {
      "name": "publik-notifications/alerte-preview",
      "template-name": "combo/publik-notifications/alerte-preview.html",
      "url": "{{ eservices_url }}api/cards/pn_modelesmessages/{{ pn_modelesmessages_id }}?email=accesapi@entrouvert.com&full=on",
      "cache_duration": 0,
      "timeout": 0
    }

portal agent settings:

    "pn-modeles-filters": {
      "name": "publik-notifications/agents/modeles-filters",
      "template-name": "combo/publik-notifications/agents/modeles-filters.html",
      "url": "{{ eservices_url }}api/cards/pn_modelesmessages/list/?filter-origin={{pn_producteurs_id}}&filter-categorie={{ request.GET.categorie }}&email=accesapi@entrouvert.com&full=on",
      "cache_duration": 0,
      "timeout": 0
    }
2023-05-22 10:15:42 +02:00
..
cells/carrousel misc: apply djhtml (#69422) 2022-09-29 12:12:17 +02:00
json montpellier: add link to report a problem from the roadwork pane (#75120) 2023-03-03 16:09:25 +01:00
publik-notifications templates: import publik notification prototype cells (#76575) 2023-05-22 10:15:42 +02:00
wcs misc: apply djhtml (#69422) 2022-09-29 12:12:17 +02:00
link-cell.html templates: turn link cell into a links list with a single element (#15123) 2017-02-27 12:25:44 +01:00
page_template.html templates: redo <title> to be "page name | global name" (#73377) 2023-01-17 12:17:17 +01:00
page_template_2cols.html misc: apply djhtml (#69422) 2022-09-29 12:12:17 +02:00
page_template_2cols_sidebar.html misc: apply djhtml (#69422) 2022-09-29 12:12:17 +02:00
page_template_sidebar.html misc: apply djhtml (#69422) 2022-09-29 12:12:17 +02:00