File: layout.html

package info (click to toggle)
uncertainties 3.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: python: 3,195; makefile: 52; sh: 16
file content (23 lines) | stat: -rw-r--r-- 796 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{% extends "!layout.html" %}

{% block rootrellink %}
<li>[<a href="{{ pathto('index') }}">Home</a></li>
<li>[<a href="{{ pathto('install') }}">Installation & Credits</a></li>
<li>|<a href="{{ pathto('user_guide') }}">User Guide</a></li>
<li>|<a href="{{ pathto('formatting') }}">Formatting</a></li>
<li>|<a href="{{ pathto('numpy_guide') }}"> Numpy Arrays</a></li>
<li>|<a href="{{ pathto('tech_guide') }}">Advanced Topics</a>]</li> &nbsp;
&nbsp;
&nbsp; &nbsp;
{% endblock %}

{% block relbar1 %}
<div style="background-color: white; text-align: left; padding: 10px 10px 15px  15px">
  <font size=+2>
    <a href="{{ pathto('index') }}">
      <img src="{{pathto("_static/logo.png", 1) }}" height=75 border="0"   alt="uncertainties logo"/>
    </a>
  </font>
</div>
{{ super() }}
{% endblock %}