From 22cd3e4676ae41f91c9b7d7667c8e9ce1f8eb19e Mon Sep 17 00:00:00 2001 From: Samuel Veiga Rangel Date: Mon, 4 Nov 2024 11:15:06 -0300 Subject: [PATCH 1/2] Inclui declaracao CLOCKSS no template base --- opac/webapp/templates/base.html | 2 ++ opac/webapp/templates/includes/clockss.html | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 opac/webapp/templates/includes/clockss.html diff --git a/opac/webapp/templates/base.html b/opac/webapp/templates/base.html index 8016127f7..d8d77af59 100644 --- a/opac/webapp/templates/base.html +++ b/opac/webapp/templates/base.html @@ -23,6 +23,8 @@ + + {% include "includes/clockss.html" %} {% if not config.DEBUG and config.GA_TRACKING_CODE %} diff --git a/opac/webapp/templates/includes/clockss.html b/opac/webapp/templates/includes/clockss.html new file mode 100644 index 000000000..09faeb848 --- /dev/null +++ b/opac/webapp/templates/includes/clockss.html @@ -0,0 +1,8 @@ + +
+ + + + + +
\ No newline at end of file From 1a5d061fb10002c484e2d888940be71358258c5f Mon Sep 17 00:00:00 2001 From: Samuel Veiga Rangel Date: Mon, 4 Nov 2024 11:15:19 -0300 Subject: [PATCH 2/2] Remove declaracao clockss --- opac/webapp/templates/journal/about.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/opac/webapp/templates/journal/about.html b/opac/webapp/templates/journal/about.html index b6170426e..acf8d2543 100644 --- a/opac/webapp/templates/journal/about.html +++ b/opac/webapp/templates/journal/about.html @@ -6,15 +6,6 @@ {% block main_content %} - -
- - - - - -
-