swissvotes.layouts.votes ======================== .. py:module:: swissvotes.layouts.votes Classes ------- .. autoapisummary:: swissvotes.layouts.votes.VotesLayout swissvotes.layouts.votes.VotesActionLayout swissvotes.layouts.votes.UpdateVotesLayout swissvotes.layouts.votes.UpdateMetadataLayout swissvotes.layouts.votes.UpdateExternalResourcesLayout swissvotes.layouts.votes.DeleteVotesLayout Module Contents --------------- .. py:class:: VotesLayout(model: Any, request: onegov.swissvotes.request.SwissvotesRequest) Bases: :py:obj:`onegov.swissvotes.layouts.default.DefaultLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:attribute:: model :type: onegov.swissvotes.collections.SwissVoteCollection .. py:property:: title :type: str .. py:property:: editbar_links :type: list[onegov.core.elements.Link | onegov.core.elements.LinkGroup] .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] .. py:class:: VotesActionLayout(model: Any, request: onegov.swissvotes.request.SwissvotesRequest) Bases: :py:obj:`onegov.swissvotes.layouts.default.DefaultLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:property:: title :type: str :abstractmethod: .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] .. py:class:: UpdateVotesLayout(model: Any, request: onegov.swissvotes.request.SwissvotesRequest) Bases: :py:obj:`VotesActionLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:property:: title :type: str .. py:class:: UpdateMetadataLayout(model: Any, request: onegov.swissvotes.request.SwissvotesRequest) Bases: :py:obj:`VotesActionLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:property:: title :type: str .. py:class:: UpdateExternalResourcesLayout(model: Any, request: onegov.swissvotes.request.SwissvotesRequest) Bases: :py:obj:`VotesActionLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:property:: title :type: str .. py:class:: DeleteVotesLayout(model: Any, request: onegov.swissvotes.request.SwissvotesRequest) Bases: :py:obj:`VotesActionLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:property:: title :type: str