]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/page.html
ENH: Sortable availability tables
[neurodebian.git] / sphinx / _templates / page.html
1 {% extends "basic/page.html" %}
2
3 {% block body %}
4 <!-- HEADNOTES -->
5 {{ super() }}
6
7 <script type="text/javascript">
8 $(document).ready(function() 
9     {
10         $(".package-availability table").tablesorter();
11     }
12 );
13 </script>
14
15 <h2>Comments</h2>
16 <div id="disqus_thread"></div>
17 <script type="text/javascript">
18   /**
19     * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread] 
20     */
21   (function() {
22    var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
23    dsq.src = 'http://neurodebian.disqus.com/embed.js';
24    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
25   })();
26 </script>
27 <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=neurodebian">comments powered by Disqus.</a></noscript>
28 <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
29
30 <script type="text/javascript">
31 var disqus_shortname = 'neurodebian';
32 (function () {
33   var s = document.createElement('script'); s.async = true;
34   s.src = 'http://disqus.com/forums/neurodebian/count.js';
35   (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
36 }());
37 </script>
38
39 {% endblock %}