winterthur.layout ================= .. py:module:: winterthur.layout Attributes ---------- .. autoapisummary:: winterthur.layout.MissionReportContext Classes ------- .. autoapisummary:: winterthur.layout.AddressLayout winterthur.layout.AddressSubsetLayout winterthur.layout.RoadworkCollectionLayout winterthur.layout.RoadworkLayout winterthur.layout.DaycareSubsidyCalculatorLayout winterthur.layout.MissionReportLayout Module Contents --------------- .. py:type:: MissionReportContext :canonical: MissionReport | MissionReportVehicle | MissionReportCollection | MissionReportVehicleCollection | MissionReportFileCollection .. py:class:: AddressLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.org.layout.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:property:: editbar_links :type: list[onegov.core.elements.Link | onegov.core.elements.LinkGroup] | None A of :class:`onegov.org.elements.LinkGroup` classes. Each of them will be shown in the top editbar, with the group title being the dropdown title. .. py:class:: AddressSubsetLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.org.layout.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:class:: RoadworkCollectionLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.org.layout.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:class:: RoadworkLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.org.layout.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:class:: DaycareSubsidyCalculatorLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.org.layout.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:class:: MissionReportLayout(model: MissionReportContext, request: onegov.winterthur.request.WinterthurRequest, *suffixes: onegov.core.elements.Link) Bases: :py:obj:`onegov.org.layout.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:attribute:: model :type: MissionReportContext .. py:attribute:: suffixes :value: () .. py:method:: breadcrumbs_iter() -> collections.abc.Iterator[onegov.core.elements.Link] .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:property:: image_upload_url :type: str Returns the url to the image upload action. .. py:property:: image_upload_json_url :type: str Adds the json url for image uploads. .. py:property:: editbar_links :type: list[onegov.core.elements.Link | onegov.core.elements.LinkGroup] | None A of :class:`onegov.org.elements.LinkGroup` classes. Each of them will be shown in the top editbar, with the group title being the dropdown title.