{% extends "fr-fr/PageLayout.htm" %} {%- block htmTitlePageLayout %} {%- block htmTitleSitePagePage %} {% if resultCount == 0 %}aucun article trouvé{% else %}articles{% endif %} {%- endblock htmTitleSitePagePage %} {%- endblock htmTitlePageLayout %} {%- block htmStylesPageLayout %} {{ super() }} {%- block htmStylesSitePagePage %} {%- endblock htmStylesSitePagePage %} {%- endblock htmStylesPageLayout %} {%- block htmStylePageLayout %} :root { --site-results-number-of-columns: 2; } {{ super() }} {%- block htmStyleSitePagePage %} {%- endblock htmStyleSitePagePage %} {%- endblock htmStylePageLayout %} {%- block htmScriptsPageLayout %} {{ super() }} {%- block htmScriptsSitePagePage %} {%- endblock htmScriptsSitePagePage %} {%- endblock htmScriptsPageLayout %} {%- block htmScriptPageLayout %} {%- block htmScriptSitePagePage %} {%- endblock htmScriptSitePagePage %} {%- endblock htmScriptPageLayout %} {%- block websocketPageLayout %} {%- block websocketSitePagePage %} {% if resultCount > 0 %} window.eventBus = new EventBus('/eventbus'); window.eventBus.enableReconnect(true); websocketSitePage(websocketSitePageInner); {% endif %} {%- endblock websocketSitePagePage %} {%- endblock websocketPageLayout %} {%- block htmUrlSitePagePage %}{{pageUri}}?q={{query.q}}&rows={% if rows is defined %}{{rows}}{% else %}{{pagination.rows}}{% endif %}&rows={% if start is defined %}{{start}}{% else %}{{pagination.start}}{% endif %}{% for item query.fq %}{% if fq == item %}{% else %}&fq={{fq}}:{{val}}{% endif %}{% endfor %}{% for item in query.sort %}{% if sort == item %}{% else %}&sort={{var}} {{order}}{% endif %}{% endfor %}{%- endblock htmUrlSitePagePage %} {%- if pageBreadcrumb is not defined %} {%- set pageBreadcrumb %} retourner à tous articles tous articles rechercher articles {%- endset pageBreadcrumb %} {%- endif %} {%- block htmBodyStartPageLayout %} {{ super() }} {%- block htmBodyStartSitePagePage %} {% include fr-fr/rechercher/article/SitePageSidebar.htm %} {% if resultCount == 0 %}
retourner à tous articles tous articles aucun article trouvé
{% else %} {% include fr-fr/rechercher/article/SitePageSuggestedSearch.htm %}
{% endif %} {% include fr-fr/rechercher/article/SitePageSearchForm.htm %} {%- endblock htmBodyStartSitePagePage %} {%- endblock htmBodyStartPageLayout %} {%- if pageSearchButtons is not defined %} {%- set pageSearchButtons %} {% include fr-fr/rechercher/article/SitePageSearchButtons.htm %} {%- endset pageSearchButtons %} {%- endif %} {%- if pageSearchFormButtons is not defined %} {%- set pageSearchFormButtons %} {% include fr-fr/rechercher/article/SitePageSearchFormButtons.htm %} {%- endset pageSearchFormButtons %} {%- endif %} {%- block htmBodyMiddlePageLayout %} {%- block htmBodyMiddleSitePagePage %} {% if resultCount > 0 %} {% endif %} {%- endblock htmBodyMiddleSitePagePage %} {%- endblock htmBodyMiddlePageLayout %} {%- block htmBodyEndPageLayout %} {%- block htmBodyEndSitePagePage %} {%- include fr-fr/rechercher/article/SitePageLocation.htm %}
{%- endblock htmBodyEndSitePagePage %} {{ super() }} {%- endblock htmBodyEndPageLayout %}