]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/layout.html
Add information about NEST live media
[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 rootrellink %}
8   <li><a href="http://www.debian.org" target="_blank">Debian</a> ||&nbsp;</li>
9   <li><a href="{{ pathto('index') }}">Neuroscience</a> :&nbsp;</li>
10   <li><a href="{{ pathto('pkgs') }}">Software</a> |&nbsp;</li>
11   <li><a href="{{ pathto('pkglists/pkgs-by_release-datasets_(data)') }}">Datasets</a> |&nbsp;</li>
12   <li><a href="{{ pathto('vm') }}">Virtual Machine</a> |&nbsp;</li>
13   <li><a href="{{ pathto('faq') }}">FAQ</a> |&nbsp;</li>
14   <li><a href="{{ pathto('testimonials') }}">Testimonials</a> &nbsp;</li>
15 {% endblock %}
16
17 {% block relbaritems %}
18 <li class="right"><a href="#disqus_thread">Comments</a>&nbsp;|</li>
19 {% endblock %}
20
21 {% block sidebar1 %}{% endblock %}
22
23 {% block sidebar2 %}
24 {{ sidebar() }}
25 {% endblock %}
26
27 {% block sidebarsearch %}
28 {{ super() }}
29
30 <p>
31 <form method="POST" action="https://openhatch.org/+do/project.views.wanna_help_do">
32     <input type="hidden" name="from_offsite" value="True" />
33     <input type="hidden" value="7781" name="project"/>
34     <input type="submit" value="I want to help" rel="tipsy-south" id="openhatch-wannahelp-button" original-title="Click to add yourself to the list of people who want to contribute. People of all levels are welcome!"/>
35 </form>
36 </p>
37 <style>
38     @import url('https://openhatch.org/static/css/tipsy.css');
39 </style>
40 <style type="text/css">
41 #openhatch-wannahelp-button:hover, #openhatch-wannahelp-button:focus {
42         background-image:url('https://openhatch.org/static/images/wannahelp-button-bg-hover.png');
43         color:#222; text-decoration:none; }
44 #openhatch-wannahelp-button { width: 90%; height: 3em; margin-bottom: 1em; background: #C8E29D
45         url('https://openhatch.org/static/images/wannahelp-button-bg.png') repeat-x
46         scroll center top; border:3px solid #fff;  cursor:pointer; cursor: hand;
47         font-family: Helvetica, sans-serif; font-size:13pt; font-weight:normal;
48         text-align:center; text-shadow:0 1px 0 #fff; white-space:normal; }
49 #openhatch-wannahelp-button { -moz-border-radius: 8px; color: #444; float:left;
50         padding:10px 20px; display:block; padding:0px 8px; }
51 #openhatch-wannahelp-button:focus { outline-color:-moz-use-text-color;
52         outline-style:none; outline-width:medium; }
53 </style>
54 <!-- Disabling openhatche's copy of jquery, even though loosing cool tipsy functionality for now
55 <script type="text/javascript" src="https://openhatch.org/static/packed/selections_for_widget.js?1271800811"></script>
56 -->
57 <p><a href="https://www.ohloh.net/stack_entries/new?project_id=neurodebian&ref=sample"><img
58 src="{{ pathto('_static/ohloh_iuseit.png', 1) }}" border="0" alt="Click to get yourself listed as a NeuroDebian user" /></a></p>
59 <p><a href="http://www.nitrc.org/projects/neurodebian"><img
60 src="{{ pathto('_static/nitrc_listed.png', 1) }}" border="0" alt="NITRC-listed" /></a></p>
61 {% endblock %}
62
63
64 {% block footer %}
65 {{ super() }}
66 <div class="footer">
67 The source code for this portal is licensed under the
68 <a href="http://www.gnu.org/licenses/gpl-3.0.html"
69    title="Text of the GPL-3 license">GPL-3</a> and is available on
70 <a href="http://anonscm.debian.org/gitweb/?p=pkg-exppsy/neurodebian.git"
71    title="Browse or clone the Git repository">
72 git.debian.org</a>.
73 </div>
74 {% endblock %}
75