Mercurial > hg > orthanc-book
annotate Sphinx/source/_templates/layout.html.no-analytics @ 1113:a588960a72e5 default tip
spelling
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 28 Oct 2024 09:23:08 +0100 |
parents | 32ac45058512 |
children |
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 | |
1074
32ac45058512
updated copyright, as Orthanc Team now replaces Osimis
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
844
diff
changeset
|
20 © Copyright 2015-2024, University Hospital of Liège, Osimis |
32ac45058512
updated copyright, as Orthanc Team now replaces Osimis
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
844
diff
changeset
|
21 S.A., Orthanc Team SRL, UCLouvain ICTEAM, and the Orthanc community<br/> |
1 | 22 The Orthanc Book is licensed under |
23 <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative | |
24 Commons CC-BY-SA 4.0</a>.<br/> | |
25 {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}<br/> | |
26 </p> | |
27 </div> | |
28 </footer> | |
0 | 29 {% endblock %} |