From 7595c70b3bca67d6936b65b47ed786833dc64f1c Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Tue, 26 Mar 2024 14:47:16 +0100 Subject: [PATCH 1/3] Remove special case for catalouge search --- .../Private/Partials/KitodoPageView.html | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/Resources/Private/Partials/KitodoPageView.html b/Resources/Private/Partials/KitodoPageView.html index 60600de..34bf7f3 100644 --- a/Resources/Private/Partials/KitodoPageView.html +++ b/Resources/Private/Partials/KitodoPageView.html @@ -175,22 +175,7 @@ - "> - - -
  • - " - class="local-catalog" - target="_blank" - title=""> - - -
  • -
    - - - + ">
  • "> @@ -216,8 +201,6 @@
  • -
    -
    From 5ab6f64969bca958ddfde96e3d3c30b291ed67de Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Tue, 26 Mar 2024 15:30:21 +0100 Subject: [PATCH 2/3] Format and split KitodoPageView template --- .../Partials/KitodoDocumentFunctions.html | 395 +++++++++++++++ .../Private/Partials/KitodoNewspaper.html | 73 +++ .../Private/Partials/KitodoPageView.html | 463 ++---------------- 3 files changed, 497 insertions(+), 434 deletions(-) create mode 100644 Resources/Private/Partials/KitodoDocumentFunctions.html create mode 100644 Resources/Private/Partials/KitodoNewspaper.html diff --git a/Resources/Private/Partials/KitodoDocumentFunctions.html b/Resources/Private/Partials/KitodoDocumentFunctions.html new file mode 100644 index 0000000..6c1cc5f --- /dev/null +++ b/Resources/Private/Partials/KitodoDocumentFunctions.html @@ -0,0 +1,395 @@ + + +
    +
    + + +
      + + +
    • + + Logo von {logoTitle} + +
    • +
      +
      + + +
    • + + Logo von {logoTitle} + +
    • +
      +
      + + +
    • + + Logo von {logoTitle} + +
    • +
      +
      +
    +
    +
    +
    Titel
    +
    + {docTitle} +
    +
    Autor
    +
    + +
    +
    +
    + +
      + + + + + + +
    • + + + + + + + + + + + + + + + + + +
    • + + + "> +
    • + + + + + + + + + + + + + + + + + + + +
    • +
      + + +
    • + + + + + + + + + "> + + + + + + + + + + + + + + + + + + + + + + +
    • + + + "> + + + + +
    +
    + + \ No newline at end of file diff --git a/Resources/Private/Partials/KitodoNewspaper.html b/Resources/Private/Partials/KitodoNewspaper.html new file mode 100644 index 0000000..2e66547 --- /dev/null +++ b/Resources/Private/Partials/KitodoNewspaper.html @@ -0,0 +1,73 @@ + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    + + + + + + + + + + +
    + + +
      +
    • Logo SLUB
    • +
    • Logo Uni Erfurt
    • +
    • Logo DFG
    • +
    +
    + +
    +
    +
    +
    + + + + + +
    +
    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/Resources/Private/Partials/KitodoPageView.html b/Resources/Private/Partials/KitodoPageView.html index 34bf7f3..5b619f0 100644 --- a/Resources/Private/Partials/KitodoPageView.html +++ b/Resources/Private/Partials/KitodoPageView.html @@ -1,447 +1,42 @@ + xmlns:dc="http://typo3.org/ns/Slub/SlubDigitalcollections/ViewHelpers" data-namespace-typo3-fluid="true" lang="en"> -
    - - - - - - - - - - -
    -
    -
    - -
    -
    -
    -
    -
    - - - - - - -
    -
    -
    - -
    -
    -
    -
    -
    - - - - - - - - - - -
    - - -
      -
    • Logo SLUB
    • -
    • Logo Uni Erfurt
    • -
    • Logo DFG
    • -
    -
    - -
    -
    -
    -
    - - - - - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - -
      - - -
    • - - Logo von {logoTitle} - -
    • -
      -
      - - -
    • - - Logo von {logoTitle} - -
    • -
      -
      - - -
    • - - Logo von {logoTitle} - -
    • -
      -
      -
    +
    + + + + + + + -
    -
    Titel
    -
    - {docTitle} -
    -
    Autor
    -
    -
    -
    -
    - -
      - - - - - - -
    • - - - - - - - - - -
    • - - - "> -
    • - - - - + +
      + - - - - - - - - +
        + +
      • + +
      • +
      -
      -
    • -
      - - -
    • - - - - - - - "> - - - - - - - - - - - - - - - -
    • +
    - - "> - - - - - -
    + + + +
    + +
    +
    +
    - -
    - - -
      - -
    • -
    -
    -
    - - - - - - -
    - -
    -
    -
    - -
    - + \ No newline at end of file From a033eecaf0811ebaa5b12026462f16afbcbc8eb9 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Wed, 27 Mar 2024 17:44:14 +0100 Subject: [PATCH 3/3] Change comment for reference links --- Resources/Private/Partials/KitodoDocumentFunctions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Private/Partials/KitodoDocumentFunctions.html b/Resources/Private/Partials/KitodoDocumentFunctions.html index 6c1cc5f..dda3fa6 100644 --- a/Resources/Private/Partials/KitodoDocumentFunctions.html +++ b/Resources/Private/Partials/KitodoDocumentFunctions.html @@ -101,7 +101,7 @@
    - + ">