mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-24 13:28:01 -05:00
22 lines
930 B
HTML
22 lines
930 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block rootrellink %}
|
|
<li><a href="{{ pathto('index') }}">Home</a>|</li>
|
|
<li><a href="{{ pathto('search') }}">🔍</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 %}
|
|
|