Mercurial > hg > orthanc-book
annotate Sphinx/source/_templates/layout.html @ 572:b78e8bf4d021
opensuse
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 26 Dec 2020 10:59:40 +0100 |
parents | 234de55ed125 |
children | ffdbe8f64e76 |
rev | line source |
---|---|
0 | 1 {# Import the theme's layout. #} |
2 {% extends "!layout.html" %} | |
3 | |
4 {# Custom CSS overrides #} | |
5 {% set bootswatch_css_custom = ['_static/orthanc.css'] %} | |
6 | |
1 | 7 |
0 | 8 {% block footer %} |
1 | 9 <footer class="footer"> |
10 <div class="container"> | |
11 <p class="pull-right"> | |
12 <a href="#">Back to top</a> | |
13 {% if theme_source_link_position == "footer" %} | |
14 <br/> | |
15 {% include "sourcelink.html" %} | |
16 {% endif %} | |
17 </p> | |
18 <p> | |
19 | |
364
234de55ed125
usage of the python plugin
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
327
diff
changeset
|
20 © Copyright 2015-2020, University Hospital of Liège and Osimis S.A., Belgium, and the Orthanc community<br/> |
1 | 21 The Orthanc Book is licensed under |
22 <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative | |
23 Commons CC-BY-SA 4.0</a>.<br/> | |
24 {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}<br/> | |
25 </p> | |
26 </div> | |
27 </footer> | |
327
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
28 |
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
29 <!-- Google Analytics --> |
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
30 <script> |
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
31 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
32 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
33 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
34 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
35 ga('create', 'UA-33455438-2', 'orthanc-server.com'); |
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
36 ga('send', 'pageview'); |
ce27545e58e6
re-enabling Google Analytics
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
306
diff
changeset
|
37 </script> |
0 | 38 {% endblock %} |