{% extends layout|default('base.html', true) %} {% block style %} {# The stylesheet for the classes this page borrows, which base.html links only for pages it owns -- so borrowing the markup without borrowing this left every rule below unresolved and the list unstyled. In the style block rather than beside the markup so it lands BEFORE the plugin's own sheet (base.html links plugin styles further down), which is the order that lets a .fb- rule refine a .project- one instead of losing to it. #} {% endblock %} {% block content %} Plexora - Figures {# Deliberately shaped like the Open Project page, down to the class names it reuses from openProject.css: a figure and a project are the same KIND of thing to a user -- something saved, found again and opened -- and giving the two lists different furniture would be inventing a distinction that does not exist. Everything specific to figures is prefixed .fb-, which is what keeps this plugin's stylesheet off core's elements. #}

Figures

Loading…

Projects Figures
{# A button, not a link: deleting posts, so there is no URL for a prefetcher or a stale bookmark to follow. Dismissed through bootstrap's data API for the reason core's delete dialog documents -- the ES-module build never assigns window.bootstrap. #}
{% endblock %}