Skip to content

Commit

Permalink
Merge pull request #3128 from samuelveigarangel/add-clocks-in-templat…
Browse files Browse the repository at this point in the history
…e-base

Adiciona declaração CLOCKSS no template base
  • Loading branch information
gitnnolabs authored Nov 4, 2024
2 parents 5ae4c19 + 1a5d061 commit 8ccc11a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions opac/webapp/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<!--[if lt IE 9]>
<script src="{{ url_for('static', filename='js/vendor/html5-3.6-respond-1.1.0.min.js') }}"></script>
<![endif]-->

{% include "includes/clockss.html" %}

{% if not config.DEBUG and config.GA_TRACKING_CODE %}
<!-- Google Analytics -->
Expand Down
8 changes: 8 additions & 0 deletions opac/webapp/templates/includes/clockss.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!-- CLOCKSS system has permission to ingest, preserve, and serve this Archival Unit -->
<div class="widget widget-Lockss widget-instance-IssueBrowseByYear_Lockss">

<input class="at-locks-messaging" type="hidden" value="LOCKSS system has permission to collect, preserve, and serve this Archival Unit" />

<input class="at-clockss-messaging" type="hidden" value="CLOCKSS system has permission to ingest, preserve, and serve this Archival Unit" />

</div>
9 changes: 0 additions & 9 deletions opac/webapp/templates/journal/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@

{% block main_content %}

<!-- CLOCKSS system has permission to ingest, preserve, and serve this Archival Unit -->
<div class="widget widget-Lockss widget-instance-IssueBrowseByYear_Lockss">

<input class="at-locks-messaging" type="hidden" value="LOCKSS system has permission to collect, preserve, and serve this Archival Unit" />

<input class="at-clockss-messaging" type="hidden" value="CLOCKSS system has permission to ingest, preserve, and serve this Archival Unit" />

</div>

<section class="journalContent">
<div class="container">

Expand Down

0 comments on commit 8ccc11a

Please sign in to comment.