]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_templates/layout.html
Extend footer with license and code availability info.
[neurodebian.git] / sphinx / _templates / layout.html
index 98406af6902966acec550a9ae342929b429a4269..4e53265b00d32a03aa3d454f586af0432d367654 100644 (file)
@@ -6,9 +6,10 @@
 
 {% block rootrellink %}
   <li><a href="http://www.debian.org" target="_blank">Debian</a> ||&nbsp;</li>
-  <li><a href="{{ pathto('index') }}">Neuroscience Repository</a> :&nbsp;</li>
+  <li><a href="{{ pathto('index') }}">Neuroscience</a> :&nbsp;</li>
   <li><a href="{{ pathto('pkgs') }}">Software</a> |&nbsp;</li>
-  <li><a href="{{ pathto('datasets') }}">Datasets</a> |&nbsp;</li>
+  <li><a href="{{ pathto('pkglists/pkgs-by_release-datasets_(data)') }}">Datasets</a> |&nbsp;</li>
+  <li><a href="{{ pathto('vm') }}">Virtual Machine</a> |&nbsp;</li>
   <li><a href="{{ pathto('faq') }}">FAQ</a> |&nbsp;</li>
   <li><a href="{{ pathto('testimonials') }}">Testimonials</a> &nbsp;</li>
 {% endblock %}
 
 {% block sidebarsearch %}
 {{ super() }}
+
+<p>
+<form method="POST" action="https://openhatch.org/+do/project.views.wanna_help_do">
+    <input type="hidden" name="from_offsite" value="True" />
+    <input type="hidden" value="7781" name="project"/>
+    <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!"/>
+</form>
+</p>
+<style>
+    @import url('https://openhatch.org/static/css/tipsy.css');
+</style>
+<style type="text/css">
+#openhatch-wannahelp-button:hover, #openhatch-wannahelp-button:focus {
+       background-image:url('https://openhatch.org/static/images/wannahelp-button-bg-hover.png');
+       color:#222; text-decoration:none; }
+#openhatch-wannahelp-button { width: 90%; height: 3em; margin-bottom: 1em; background: #C8E29D
+       url('https://openhatch.org/static/images/wannahelp-button-bg.png') repeat-x
+       scroll center top; border:3px solid #fff;  cursor:pointer; cursor: hand;
+       font-family: Helvetica, sans-serif; font-size:13pt; font-weight:normal;
+       text-align:center; text-shadow:0 1px 0 #fff; white-space:normal; }
+#openhatch-wannahelp-button { -moz-border-radius: 8px; color: #444; float:left;
+       padding:10px 20px; display:block; padding:0px 8px; }
+#openhatch-wannahelp-button:focus { outline-color:-moz-use-text-color;
+       outline-style:none; outline-width:medium; }
+</style>
+<!-- Disabling openhatche's copy of jquery, even though loosing cool tipsy functionality for now
+<script type="text/javascript" src="https://openhatch.org/static/packed/selections_for_widget.js?1271800811"></script>
+-->
+<p><a href="https://www.ohloh.net/stack_entries/new?project_id=neurodebian&ref=sample"><img
+src="{{ pathto('_static/ohloh_iuseit.png', 1) }}" border="0" alt="Click to get yourself listed as a NeuroDebian user" /></a></p>
 <p><a href="http://www.nitrc.org/projects/neurodebian"><img
 src="{{ pathto('_static/nitrc_listed.png', 1) }}" border="0" alt="NITRC-listed" /></a></p>
 {% endblock %}
 
 
+{% block footer %}
+{{ super() }}
+<div class="footer">
+The source code for this portal is licensed under the
+<a href="http://www.gnu.org/licenses/gpl-3.0.html"
+   title="Text of the GPL-3 license">GPL-3</a> and is available on
+<a href="http://anonscm.debian.org/gitweb/?p=pkg-exppsy/neurodebian.git"
+   title="Browse or clone the Git repository">
+git.debian.org</a>.
+</div>
+{% endblock %}
+