add version, builddate and copyright in sidebar
[opnfvdocs.git] / etc / pagemenu.html
1 {#
2     opnfvdocs/etc/pagemenu.html
3     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
5     Sphinx sidebar template: link to pdfcrowd.
6
7     :copyright: Copyright 2016 by OPNFV.
8     :license: Apache 2.0 .
9 #}
10 <div role="note" aria-label="source link">
11   <h3>{{ _('This Page') }}</h3>
12   <ul class="this-page-menu">
13     {%- if show_source and has_source and sourcename %}
14       <li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
15              rel="nofollow">{{ _('Show Source') }}</a></li>
16     {%- else %}
17       {# Note: single HTML won't have source rst #}
18       <li><a href="//pdfcrowd.com/url_to_pdf/">Save to PDF</a></li>
19     {%- endif %}
20     <li>Version: {{version}}</li>
21     <li>Build Date: {{last_updated}}</li>
22     <li>&copy; {{copyright}}</li>
23   </ul>
24 </div>