]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/layout.html
Various style fixed and improved non-javascript performance.
[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="{{ pathto('projects') }}"><img border="0" src="/_static/workarea.png" title="Current and planned projects: Get involved!" /><br />Contribute</a></li>
16  <li><a href="{{ pathto('derivatives') }}"><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   </ul>
20   </div>
21   <div class="clearer"></div>
22 {% endblock %}
23
24 {% block rootrellink %}{% endblock %}
25
26 {% block relbaritems %}
27 <li class="right"><a href="#disqus_thread">Comments</a>&nbsp;|</li>
28 {% block sidebarsearch %}
29 {{ super() }}
30 {% endblock %}
31 <li class="right" style="position:relative;top:3px"><div class="g-plusone"></div></li>
32 <li class="right" style="position:relative;top:1px"><a href="https://twitter.com/share" class="twitter-share-button" data-size="large" data-hashtags="neurodebian" data-dnt="true"></a></li?
33 {% endblock %}
34
35 {% block sidebar1 %}{% endblock %}
36 {% block sidebar2 %}{% endblock %}
37
38 {% block footer %}
39 <div class="clearer"></div>
40 {{ super() }}
41 <div class="footer" style="padding-top:0px">
42 The source code for this portal is licensed under the
43 <a href="http://www.gnu.org/licenses/gpl-3.0.html"
44    title="Text of the GPL-3 license">GPL-3</a> and is available on
45 <a href="http://anonscm.debian.org/gitweb/?p=pkg-exppsy/neurodebian.git"
46    title="Browse or clone the Git repository">
47 git.debian.org</a>.
48 </div>
49 <!-- G+ button logic -->
50 <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
51   {parsetags: 'explicit'}
52 </script>
53 <script type="text/javascript">gapi.plusone.go();</script>
54 <!-- Twitter -->
55 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
56 <!-- trigger convenience setup with javascript enabled -->
57 <script type="text/javascript">
58   $('dt').click(function(e){
59       $(this).nextUntil('dt').toggle();
60   });
61   $('dd').hide();
62   $('.expandinstructions').show();
63   $('.nojavascriptinstructions').hide();
64 </script>
65 {% endblock %}
66