Files
CoolProp/Web/_templates/layout.html
2014-08-15 15:43:43 +02:00

22 lines
930 B
HTML

{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">Home</a>|</li>
<li><a href="{{ pathto('search') }}">&#128269;</a>|</li>
<li><a href="{{ pathto('online/index') }}">CoolProp Online</a>|</li>
<li><a href="{{ pathto('coolprop/examples/examples') }}">Examples</a>|</li>
<li><a href="{{ pathto('citation') }}">Citation</a>|</li>
<li><a href="{{ pathto('_static/doxygen/html/index') }}">Code</a>|</li>
<li><a href="{{ pathto('coolprop/wrappers/wrappers') }}">Downloads</a></li>
{% endblock %}
{% block extrahead %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="css/main.css?v=2">
{% if pagename == 'online/index_full' %}
<link rel="stylesheet" type="text/css" href="css/cupertino/jquery-ui-1.9.2.custom.css">
<script language="javascript" type="text/javascript" src="lib/LAB.js"></script>
{% endif %}
{% endblock %}