Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / gil / doc / _templates / layout.html
index ff28e23..6be6d55 100644 (file)
@@ -86,7 +86,7 @@
     "header">
       <tr>
         <td valign="top" width="300">
-          <h3><a href="{{ pathto('index') }}"><img 
+          <h3><a href="{{ pathto('index') }}"><img
           alt="C++ Boost" src="{{ pathto('_static/' + logo, 1) }}" border="0"></a></h3>
         </td>
 
       {% block body %} {% endblock %}
       {%- block bottom_navbar %}{{ navbar() }}{% endblock %}
     </div>
+
+    {%- block footer %}
+    <div class="footer" role="contentinfo">
+    {%- if show_copyright %}
+      {%- if hasdoc('copyright') %}
+        {% trans path=pathto('copyright'), copyright=copyright|e %}&#169; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
+      {%- else %}
+        {% trans copyright=copyright|e %}&#169; Copyright {{ copyright }}.{% endtrans %}
+      {%- endif %}
+    {%- endif %}
+    {%- if last_updated %}
+      {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
+    {%- endif %}
+    {%- if show_sphinx %}
+      {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
+    {%- endif %}
+    </div>
+    {%- endblock %}
   </body>
 </html>