From 2b78aa7d6430f9befd2e12681c363ccb5ede6a38 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Fri, 22 Apr 2022 13:17:04 +0200 Subject: [PATCH] Add fluid templates for ToC plugin --- Resources/Private/Partials/ControlBar.html | 36 +- Resources/Private/Partials/PageView.html | 528 ++++++++++-------- .../Partials/TableOfContents/Children.html | 73 +++ .../Partials/TableOfContents/Filter.html | 17 + .../Partials/TableOfContents/Model.html | 25 + .../Partials/TableOfContents/Models.html | 31 + .../Partials/TableOfContents/Title.html | 26 + .../Templates/TableOfContents/Main.html | 28 + 8 files changed, 505 insertions(+), 259 deletions(-) create mode 100644 Resources/Private/Plugins/Kitodo/Partials/TableOfContents/Children.html create mode 100644 Resources/Private/Plugins/Kitodo/Partials/TableOfContents/Filter.html create mode 100644 Resources/Private/Plugins/Kitodo/Partials/TableOfContents/Model.html create mode 100644 Resources/Private/Plugins/Kitodo/Partials/TableOfContents/Models.html create mode 100644 Resources/Private/Plugins/Kitodo/Partials/TableOfContents/Title.html create mode 100644 Resources/Private/Plugins/Kitodo/Templates/TableOfContents/Main.html diff --git a/Resources/Private/Partials/ControlBar.html b/Resources/Private/Partials/ControlBar.html index ac5eb9789..7432b3d38 100644 --- a/Resources/Private/Partials/ControlBar.html +++ b/Resources/Private/Partials/ControlBar.html @@ -19,18 +19,32 @@