]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/layout.html
First wave of the website redesign.
[neurodebian.git] / sphinx / _templates / layout.html
1 {% extends "!layout.html" %}
2
3 {% block extrahead %}
4   <meta name="keywords" content="debian, neuroscience">
5 {% endblock %}
6
7 {% block header %}
8   <div class="buttonbar">
9   <ul>
10   <li><a href="http://www.debian.org" target="_blank"><img border="0" src="/_static/debian.png" title="Visit debian.org" /><br />Debian</a></li>
11  <li><a href="{{ pathto('index') }}"><img border="0" src="/_static/neurodebian.png" title="Go to the home page" /><br />Home</a></li>
12  <li><a href="{{ pathto('pkgs') }}"><img border="0" src="/_static/package.png" title="List of available software" /><br />Software</a></li>
13  <li><a href="{{ pathto('pkglists/pkgs-by_release-datasets_(data)') }}"><img border="0" src="/_static/datasets.png" title="List of available datasets" /><br />Data</a></li>
14  <li><a href="{{ pathto('vm') }}"><img border="0" src="/_static/machine.png" title="Get NeuroDebian for your non-Debian computer" /><br />VM</a></li>
15  <li><a href="projects.html"><img border="0" src="/_static/workarea.png" title="Current and planned projects: Get involved!" /><br />Contribute</a></li>
16  <li><a href="derivatives.html"><img border="0" src="/_static/derivatives.png" title="Projects that use NeuroDebian as a foundation" /><br />Derived</a></li>
17  <li><a href="blog/index.html"><img border="0" src="/_static/rssfeeds.png" title="Read news, and how-to's in the NeuroDebian Insider Blog. Subscribe!" /><br />Blog</a></li>
18  <li><a href="{{ pathto('faq') }}"><img border="0" src="/_static/faq.png" title="Frequently asked questions" /><br />FAQ</a></li>
19  <li><a href="{{ pathto('testimonials') }}"><img border="0" src="/_static/feedback.png" title="Feedback from NeuroDebian users" /><br />Feedback</a></li>
20  <li><a href="http://www.nitrc.org/projects/neurodebian" target="_blank"><img border="0" src="/_static/nitrc.png" title="Visit NeuroDebian on NITRC.org" /><br />NITRC</a></li>
21   </ul>
22   </div>
23   <div class="clearer"></div>
24 {% endblock %}
25
26 {% block rootrellink %}{% endblock %}
27
28 {% block relbaritems %}
29 <li class="right"><a href="#disqus_thread">Comments</a>&nbsp;|</li>
30 {% block sidebarsearch %}
31 {{ super() }}
32 {% endblock %}
33 {% endblock %}
34
35 {% block sidebar1 %}{% endblock %}
36 {% block sidebar2 %}{% endblock %}
37
38 {% block footer %}
39 {{ super() }}
40 <div class="footer">
41 The source code for this portal is licensed under the
42 <a href="http://www.gnu.org/licenses/gpl-3.0.html"
43    title="Text of the GPL-3 license">GPL-3</a> and is available on
44 <a href="http://anonscm.debian.org/gitweb/?p=pkg-exppsy/neurodebian.git"
45    title="Browse or clone the Git repository">
46 git.debian.org</a>.
47 </div>
48 {% endblock %}
49